atlas-mcp-server

by cyanheads
Verified

use_template

Instantiate a template with provided variables

Input Schema

NameRequiredDescriptionDefault
parentPathNoOptional parent path for tasks
templateIdYesID of template to use
variablesYesTemplate variables

Input Schema (JSON Schema)

{ "properties": { "parentPath": { "description": "Optional parent path for tasks", "type": "string" }, "templateId": { "description": "ID of template to use", "type": "string" }, "variables": { "additionalProperties": true, "description": "Template variables", "type": "object" } }, "required": [ "templateId", "variables" ], "type": "object" }