List categories
list_categoriesRetrieve all site categories alphabetically to organize content. Read-only operation, requires taxonomy read access, and changes nothing.
Instructions
List categories. Every category on the Site, alphabetically. Categories are a closed taxonomy: an article has exactly one, or none. Read only. Nothing is changed. Needs a key carrying the taxonomy:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Values above the maximum are clamped rather than rejected, so a client asking for a thousand rows gets a hundred and a `next_cursor`. | |
| cursor | No | The opaque cursor from `data.next_cursor` on the previous page. Do not parse it or construct one; its encoding is not part of this contract and will change. | |
| fields | No | Comma separated field allow list. Default projection: `id, name, slug, article_count`. |