Summarize project contents
list_diagramsSummarise what a project contains by kind, without any document content: how many schemas and diagrams there are, and for each diagram its Mermaid type (classDiagram, flowchart, and so on). Call this before list_documents to decide what is worth reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id (uuid). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemas | Yes | ||
| diagrams | Yes | ||
| schemaCount | Yes | ||
| diagramCount | Yes |