get_article
Retrieve the full markdown body and metadata of a single published article from Svapp by its numeric article ID. Returns the article title, author, published date, short description, and the full markdown Body. ShortDescription is an optional, editor-written summary (max 200 characters) and may be null. Use the ArticleId field from SearchArticles results to get the ID. Only published articles are accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| articleId | Yes | Numeric article ID from a SearchArticles result (the ArticleId field). |