TemplatesWriteDo not retry automatically

Instantiate Template

instantiate_template

Instantiate a template into concrete dashboard/widget entities for the workspace. Resource slots take a typed local feed or bank binding.

Parameters

ParameterTypeRequiredDescription
idOrKeystringrequiredInput for idOrKey.
slotsobjectoptionalslotId → local feed id or typed feed/bank binding.
paramValuesobjectoptionalInput 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

Related Templates tools