List Help Center Categories
list_categoriesList Help Center categories (top level: category → section → article) including id, name, locale. Supports cursor pagination and locale filtering.
Instructions
List all Help Center categories. Categories are the top level of the Guide hierarchy (category → section → article); each entry includes its id, name and locale. Results are cursor-paginated. Pair a returned category id with list_sections to drill down, then list_articles to reach articles. Pass a locale to read category names in that translation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response; omit for the first page. | |
| locale | No | Locale for category names (e.g., "en-us", "fr"). Defaults to the Help Center default locale. | |
| page_size | No | Categories per page (1-100, default 100). |