article_get
Fetch a blog article by slug to get its title, Markdown content, excerpt, cover image, and view count. Designed for public reading of any author's posts.
Instructions
Получить статью блога по slug (GET /api/articles/by-slug/{slug}) — публичное чтение, в т.ч. чужие. Возвращает title, content (Markdown), excerpt, coverImage, viewCount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | slug статьи (часть адреса /articles/{slug}) |