Skip to main content
Glama

n8n-MCP

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

get_templates_for_task

Retrieve pre-configured workflow templates for specific tasks like AI automation, data sync, webhooks, email, and more, enabling efficient setup and execution of automation processes using n8n-MCP.

Instructions

Curated templates by task: ai_automation, data_sync, webhooks, email, slack, data_transform, files, scheduling, api, database.

Input Schema

NameRequiredDescriptionDefault
taskYesThe type of task to get templates for

Input Schema (JSON Schema)

{ "properties": { "task": { "description": "The type of task to get templates for", "enum": [ "ai_automation", "data_sync", "webhook_processing", "email_automation", "slack_integration", "data_transformation", "file_processing", "scheduling", "api_integration", "database_operations" ], "type": "string" } }, "required": [ "task" ], "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