TemplatesRead-only
Check Template Preconditions
check_template_preconditionsCheck whether a workspace can instantiate a template, given which feed types it has. Returns the gaps (missing feed/field/relationship).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
idOrKey | string | required | Input for idOrKey. |
availableFeedTypes | "transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"[] | required | Feed data types present in the workspace. |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "check_template_preconditions","arguments": {"idOrKey": "value","availableFeedTypes": "value"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent
Related Templates tools
List Templates
list_templatesList dashboard/widget templates visible to the workspace (builtin + workspace + public), with optional facets.Describe Templatedescribe_templateRead a template: its binding manifest (slots/required fields/filters) and portable spec body.Instantiate Templateinstantiate_templateInstantiate a template into concrete dashboard/widget entities for the workspace.Publish Templatepublish_templatePublish a workspace template.