TemplatesRead-only

Describe Template

describe_template

Read a template: its binding manifest (slots/required fields/filters) and portable spec body.

Parameters

ParameterTypeRequiredDescription
idOrKeystringrequiredTemplate id or key.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "describe_template",
"arguments": {
"idOrKey": "value"
}
}

Use this tool in

Related Templates tools