TemplatesWriteDo not retry automatically
Instantiate Template
instantiate_templateInstantiate a template into concrete dashboard/widget entities for the workspace. Resource slots take a typed local feed or bank binding.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
idOrKey | string | required | Input for idOrKey. |
slots | object | optional | slotId → local feed id or typed feed/bank binding. |
paramValues | object | optional | Input for paramValues. |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "instantiate_template","arguments": {"idOrKey": "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.Check Template Preconditionscheck_template_preconditionsCheck whether a workspace can instantiate a template, given which feed types it has.Publish Templatepublish_templatePublish a workspace template.