filter_contents
Filter and retrieve content from a microCMS API endpoint using conditions like category or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | 検索対象のmicroCMSのAPIエンドポイント (例: 'blog') | |
| filters | Yes | フィルター条件 (例: 'category[equals]news[and]createdAt[greater_than]2023-01-01') | |
| limit | No | 取得する件数 (デフォルト: 10, 最大: 100) | |
| offset | No | 取得開始位置のオフセット | |
| fields | No | 取得フィールド (例: 'id,title,publishedAt') | |
| depth | No | 参照の深さ (1-3) |