Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate

get_workflow_details

Retrieve detailed information about a specific workflow by providing its name, enabling efficient management and troubleshooting of automation processes in n8n.

Input Schema

NameRequiredDescriptionDefault
workflow_nameYesThe Name of the workflow to get details for

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" } }, "required": [ "workflow_name" ], "type": "object" }
Install Server

Other Tools from n8n-workflow-builder-mcp

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

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