get_article
Retrieve a knowledge base article by ID to access its full content, with HTML converted to Markdown including headers, links, lists, and code blocks.
Instructions
Get full details of a single knowledge base article by its ID.
Returns the article with its HTML content converted to clean Markdown, including headers, links, lists, and code blocks. Use this to read the full content of an article found via list_articles.
Args: name: The article ID (the 'name' field from list_articles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |