find_api
Locate OpenAPI endpoints by path, operation ID, or keyword, retrieving exact parameters, schemas, auth, and error responses to integrate APIs correctly.
Instructions
Lookup structured OpenAPI endpoints by path, operation ID, or keyword with exact parameters, schemas, auth, and error responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of endpoints to return (default: 5). | |
| query | Yes | API path or keyword search (e.g. "/v1/webhook_endpoints", "create subscription"). | |
| method | No | HTTP method filter (e.g. "get", "post", "delete"). | |
| version | No | Target API / documentation version filter. |