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
Name | Required | Description | Default |
---|---|---|---|
workflow_name | Yes | The Name of the workflow to get details for | |
workflow_path | No | Optional direct path to the workflow file (absolute or relative to current working directory). If not provided, uses standard workflow_data directory approach. |