get_workflow_content
Retrieve markdown content and transition metadata for a specific workflow step node by providing its node ID, working directory, and relevant file paths.
Instructions
Return markdown content and transition metadata for one workflow step node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory. Defaults to current working directory. | |
| files | No | Known relevant file paths used to activate workspace context when loading this item. | |
| nodeId | Yes | Workflow node id, usually a path relative to workflows without .md, optionally prefixed by workspace name. |