List Help Center Categories
list_categoriesList all Help Center categories with cursor-based pagination and locale filtering. Use returned category IDs to drill down into sections and articles.
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). |