search_articles
Search Intercom Help Center articles by keywords. Filter by state (published, draft) or specific help center. Returns article summaries including id, title, description, URL, and more. Use with get_article for full content.
Instructions
Search for Intercom Help Center articles using keywords. Returns summary fields (id, title, description, state, url, author_id, created_at, updated_at, parent_id, parent_type) for each match. Use get_article to fetch the full content of a specific article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phrase | No | Search phrase/keywords to find in articles (optional) | |
| state | No | Filter by article state (optional, default: all) | |
| help_center_id | No | Filter by specific Help Center ID (optional) |