Skip to main content
Glama

n8n MCP Server

by get2knowio

get_workflow

Retrieve a specific n8n workflow using its unique ID to access workflow details and configuration for automation processes.

Instructions

Get a specific n8n workflow by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe workflow ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The workflow ID", "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "required": [ "id" ], "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/get2knowio/n8n-mcp'

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