read_articles
Search, browse, and retrieve Zendesk Help Center articles. Supports full-text search, listing by section or labels, fetching a single article by ID, and listing sections to discover IDs.
Instructions
Read articles from the Zendesk Help Center (Guide). Supports four modes: "search" for full-text search, "list" to browse articles by section or labels, "get" to retrieve a single article by ID with full content, and "sections" to list all Help Center sections (lightweight — use this to discover section IDs before creating articles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Operation mode. "search": full-text search across articles. "list": browse articles, optionally filtered by section or labels. "get": retrieve a single article by ID with full content. "sections": list all Help Center sections (lightweight, no articles fetched). | |
| query | No | Search query string. Required when mode is "search". | |
| locale | No | Locale code (e.g., "en-us"). Defaults to the Help Center default locale. | |
| sort_by | No | Sort field. Used with mode "list". Default: position. | |
| per_page | No | Number of articles to return (max 100, default 25). | |
| article_id | No | Article ID. Required when mode is "get". | |
| section_id | No | Filter articles by section ID. Used with mode "list". | |
| sort_order | No | Sort order. Default: asc. | |
| label_names | No | Comma-separated label names to filter by. Used with "search" and "list" modes. | |
| include_sections | No | When true, also returns a list of all Help Center sections. Useful for discovering section IDs before creating articles. |