analyze_diagram
Analyze flowchart diagrams to identify structural issues: orphan nodes, over-connected hubs, cycles, disconnected clusters, and grouping suggestions. Optionally post findings as comments on the diagram for review.
Instructions
Analyze a stored flowchart diagram's structure (nodes, edges, subgraphs) and return actionable findings — orphan nodes, over-connected hubs, cycles, disconnected clusters, and grouping suggestions. Flowchart diagrams only. Set postAsComments: true to also persist each finding as a comment on the diagram (node-pinned where the finding names a single node) so a human reviewer sees them on the diagram surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Diagram UUID | |
| postAsComments | No | If true, persist each finding as a comment on the diagram instead of only returning ephemeral prose. |