atlas-mcp-server

by cyanheads
Verified

get_template_info

Get detailed information about a template including its variables and tasks

Input Schema

NameRequiredDescriptionDefault
templateIdYesID of template to get info for

Input Schema (JSON Schema)

{ "properties": { "templateId": { "description": "ID of template to get info for", "type": "string" } }, "required": [ "templateId" ], "type": "object" }