Search APIs
search_apisSearch APIs by meaning and keyword across name, slug, and description, returning matches WITH their descriptions (schemas omitted), ranked most relevant first. Pass query (required), optionally category or platform to narrow, and limit to cap matches (default 25, maximum 50). Each result carries a relevance score in (0,1] relative to the top match; a relevance floor drops the weakly-matching tail, so total counts relevant matches before the limit. ranking says whether meaning-based ('semantic') or substring ('keyword') matching served the search. Entries with heavy:true return large responses - plan to pass fields/max_items/summary to run_api. Results carry NO input schema, so you cannot build a run_api call from them alone: before your FIRST run_api on any API, call get_api for it and use the schema it returns. Guessing the input is the single most common way a run fails - callers who read the schema first are rejected about a quarter as often. Use list_apis to browse everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | optional cap on matches returned (default 25, maximum 50) | |
| query | Yes | free-text search over API name, slug, and description | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| category | No | optional category slug to narrow the search | |
| platform | No | optional API slug prefix to narrow the search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| ranking | Yes | ||
| results | Yes |