mcp-n8n-builder

by spences10
Verified

get_workflow

Retrieve detailed structure and metadata of a specific workflow by its ID. Use this tool to analyze workflow nodes, connections, and settings before making updates or understanding its functionality.

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

You must be authenticated.

Other Tools from mcp-n8n-builder

Related Tools

ID: hk5pjh6zd6