search_contents
Search microCMS API endpoints by keyword to locate and retrieve specific content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | 検索対象のmicroCMSのAPIエンドポイント (例: 'blog') | |
| q | Yes | 検索キーワード | |
| limit | No | 取得する件数 (デフォルト: 10, 最大: 100) | |
| offset | No | 取得開始位置のオフセット | |
| fields | No | 取得フィールド (例: 'id,title,publishedAt') | |
| depth | No | 参照の深さ (1-3) |