TemplatesRead-only

Check Template Preconditions

check_template_preconditions

Check whether a workspace can instantiate a template, given which feed types it has. Returns the gaps (missing feed/field/relationship).

Parameters

ParameterTypeRequiredDescription
idOrKeystringrequiredInput for idOrKey.
availableFeedTypes"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"[]requiredFeed 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

Related Templates tools