list_kinds
Get a quick census of vault contents with total counts and distribution by kind, letting agents assess the vault without browsing through every concept.
Instructions
Vault kind distribution — { total, byKind: { capability: N, ... } }. A quick census so AI agents can size up the vault without paging through list_concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total number of vault docs that declare a kind. | |
| byKind | Yes | Node counts keyed by frontmatter kind. |