comprehend_api
Submit an API's OpenAPI URL (or a human docs page URL with from_docs=true) and get it comprehended into first-call-correct agent tools — no integration code. Returns the API name, its usable tools, agent-native artifacts (llms.txt / gecko.json / tools.md), and self-host next steps. Comprehends and returns to YOU only: it does not host, publicly list, or register your API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The API's OpenAPI spec URL (or a docs page URL if from_docs). | |
| from_docs | No | Recover the surface from a human docs page instead of an OpenAPI spec. Results are quarantined pending review. |