graph_stats
Generate a Markdown report of node and edge counts by kind and relation, plus doc-comment coverage. Use first when exploring a Swift repo to gauge structure and documentation.
Instructions
Return node and edge counts by kind and relation as Markdown.
Call this first when engaging with a new Swift repo. Reports doc-comment coverage (fraction of functions/methods with doc-comment comments).
:return: Markdown summary with total counts, nodes-by-kind, and edges-by-relation tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |