visualize_dependencies
Generate visual diagrams of task dependencies within projects or task lists using ASCII art, Graphviz DOT, or Mermaid formats to clarify workflow relationships.
Instructions
Generate a visualization of task dependencies within a scope (project or task list). Supports ASCII art, Graphviz DOT format, and Mermaid diagram formats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope_type | Yes | The type of scope to visualize: 'project' or 'task_list' | |
| scope_id | Yes | The UUID of the project or task list to visualize | |
| format | Yes | The visualization format: 'ascii' for ASCII art, 'dot' for Graphviz DOT format, 'mermaid' for Mermaid diagram | ascii |