n8n MCP Server

get-workflow

Retrieve a workflow by ID. Use after list-workflows to get detailed information about a specific workflow. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "id": { "type": "string" } }, "required": [ "clientId", "id" ], "type": "object" }