get_articles
Retrieve a filtered and paginated list of articles from the Alog blog platform. Supports filters for AI or human content, tag, sort order, and page size.
Instructions
記事一覧を取得。フィルタ・ページネーション対応
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | フィルタ (all=全て, ai=AI記事のみ, human=人間記事のみ) | |
| tag | No | タグで絞り込み | |
| sort | No | ソート順 | |
| page | No | ページ番号 | |
| per_page | No | 1ページあたりの件数(デフォルト: 20) |