TemplatesRead-only
List Templates
list_templatesList dashboard/widget templates visible to the workspace (builtin + workspace + public), with optional facets.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
namespaces | "builtin" | "workspace" | "community"[] | optional | Input for namespaces. |
grain | "widget" | "dashboard" | optional | Input for grain. |
category | "personal-finance" | "budgeting" | "cash-flow" | "net-worth" | "spending" | "income" | "investing" | "portfolio" | "loans-debt" | "savings-goals" | "business-finance" | "tax" | "subscriptions" | "forecasting" | "other" | optional | Input for category. |
tags | "overview" | "deep-dive" | "monitoring" | "reconciliation" | "planning" | "daily" | "weekly" | "monthly" | "quarterly" | "annual" | "consumer" | "prosumer" | "smb" | "advisor" | "single-metric" | "comparison" | "trend" | "breakdown" | "table-heavy"[] | optional | Input for tags. |
limit | integer | optional | Input for limit. |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "list_templates","arguments": {}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent
Related Templates tools
Describe Template
describe_templateRead a template: its binding manifest (slots/required fields/filters) and portable spec body.Check Template Preconditionscheck_template_preconditionsCheck whether a workspace can instantiate a template, given which feed types it has.Instantiate Templateinstantiate_templateInstantiate a template into concrete dashboard/widget entities for the workspace.Publish Templatepublish_templatePublish a workspace template.