search_api_docs
Search SORACOM API documentation, CLI references, and SAM permissions. Use for exact API endpoints, soracom-cli commands, or SAM permission strings. Use search_soracom_docs for service guides, console how-tos, pricing, or IoT recipes. Use get_document on #/schema/<Name> links in results to read full API schema fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional OpenAPI tag such as 'Sim', 'DataEntry', 'Stats', or 'Query'. Exact, case-insensitive; discover valid tags from result api_tag fields. | |
| path | No | Optional API path fragment, matched as a case-insensitive substring excluding the version prefix — e.g. '/sims' or 'subscribers', not '/v1/sims'. | |
| query | No | Natural-language query or API endpoint name. Optional when tag, method, or path is supplied; omit to browse filtered operations. | |
| method | No | Optional HTTP method to narrow results (e.g. 'GET', 'POST'). Exact, case-insensitive match. | |
| language | No | Documentation language. Omit to auto-detect; set only to pin one language. | |
| max_results | No | Maximum results to return (1-32). Increase when exploring. | |
| search_mode | No | Search strategy: 'hybrid' combines keyword and vector search; 'keyword' matches exact API paths, operationIds, and parameter names; 'semantic' uses vector similarity only. | hybrid |