Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate

get_workflow_details

Retrieve detailed information about specific workflows by providing the workflow name and optional path, enabling efficient workflow management and analysis in the n8n-workflow-builder-mcp server.

Input Schema

NameRequiredDescriptionDefault
workflow_nameYesThe Name of the workflow to get details for
workflow_pathNoOptional direct path to the workflow file (absolute or relative to current working directory). If not provided, uses standard workflow_data directory approach.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workflow_name": { "description": "The Name of the workflow to get details for", "type": "string" }, "workflow_path": { "description": "Optional direct path to the workflow file (absolute or relative to current working directory). If not provided, uses standard workflow_data directory approach.", "type": "string" } }, "required": [ "workflow_name" ], "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/ifmelate/n8n-workflow-builder-mcp'

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