Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,228
4,594
  • Apple
  • Linux

get_template

Retrieve a complete workflow JSON by template ID for importing into n8n, using IDs from list_node_templates or search_templates.

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" }

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