Fetch the full body of a Wealthsimple Help Center article
get_articleFetch the full content of a Wealthsimple Help Center article in Markdown, HTML, or plain text format.
Instructions
Fetch the full content of one article. By default returns a clean Markdown rendering of the article body (HTML stripped, links and headings preserved). Pass format: "html" for the raw HTML if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | Numeric article ID. Obtain via search_help_center or list_articles. | |
| format | No | Body rendering. Default `markdown`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| url | Yes | ||
| section_id | Yes | ||
| locale | Yes | ||
| labels | Yes | ||
| updated_at | Yes | ||
| format | Yes | ||
| body | Yes |