api_discover
Map all backend endpoints a page contacts, with call counts, status codes, timings, and failures, plus an OpenAPI spec when available. See at a glance which calls fail and understand the API surface.
Instructions
Build a map of the backend the page actually talks to: endpoints grouped with ids collapsed, call counts, status codes, timings and failures — plus an OpenAPI/Swagger specification if the server publishes one at a standard path. Use it to understand the API surface, and to see at a glance which calls are failing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe_openapi | No | Also try standard OpenAPI discovery paths on the page's origin. | |
| include_static | No | Include scripts, styles, images and fonts, not just data calls. |