list_kinds
List entry kinds and counts for a Verso site, then filter search results using the returned kind values.
Instructions
List the kinds of entries indexed for a Verso site, with counts.
Kinds are derived from the site's cross-reference index — they vary per site
(a language reference has tactics and options; a textbook has sections and
terms). Use the returned kind values to filter search. Read-only.
Args:
site: which configured site (alias from list_sites); omit for the default.
response_format: "markdown" (default) or "json".
Returns:
markdown: a table of kind, count, and human-readable description.
json: {"site": str, "root": str, "total_entries": int,
"kinds": [{"kind","count","description"}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Which configured Verso site to use — an alias from `list_sites`. Omit to use the default site. | |
| response_format | No | 'markdown' (human-readable) or 'json' (structured) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |