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
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the workflow to retrieve - can be obtained from list_workflows | |
verbosity | No | 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. |