Skip to main content
Glama

mcp-n8n-builder

get_workflow

Retrieve detailed workflow information by ID, including nodes, connections, and settings, to analyze structure or prepare for updates in the n8n workflow system.

Instructions

Retrieves complete details of a specific workflow by its ID, including all nodes, connections, settings, and metadata. Use this tool when you need to examine a workflow's structure before updating it or to understand how it works.

Input Schema

NameRequiredDescriptionDefault
idYesID of the workflow to retrieve - can be obtained from list_workflows
verbosityNoOutput verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete workflow details including all nodes and connections.

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the workflow to retrieve - can be obtained from list_workflows", "type": "string" }, "verbosity": { "description": "Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete workflow details including all nodes and connections.", "enum": [ "concise", "full" ], "type": "string" } }, "required": [ "id" ], "type": "object" }

Other Tools from mcp-n8n-builder

Related Tools

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/spences10/mcp-n8n-builder'

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