Skip to main content
Glama

get_template

Retrieve and export complete workflow JSON by template ID for immediate import into n8n. Use IDs from list_node_templates or search_templates to ensure accurate workflow retrieval.

Instructions

Get complete workflow JSON by ID. Ready to import. IDs from list_node_templates or search_templates.

Input Schema

NameRequiredDescriptionDefault
templateIdYesThe template ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "templateId": { "description": "The template ID to retrieve", "type": "number" } }, "required": [ "templateId" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server