search_document
Search for a specific file in microCMS documentation and retrieve its content. Optionally filter by category to narrow results to a specific documentation section.
Instructions
microCMSについての質問に答える場合に利用します。ドキュメントから指定されたファイルを検索し、中身を返します。カテゴリーを指定することで特定のサブディレクトリのみを対象にできます。
まだ fetch_general で全体情報を取得していない場合は、最初に fetch_general を実行してください。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | 検索するファイル名(拡張子を含む) | |
| category | No | 検索するカテゴリー(manual, content-api, management-api, image-api, mcp-server)。指定しない場合は全カテゴリーから検索します。 |