describe_api
Retrieve complete details for any API endpoint, including parameters, responses, and schemas, by supplying the service name, path, and HTTP method.
Instructions
Get detailed info about a specific API endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path (e.g. /pets/{petId}) | |
| method | Yes | HTTP method (e.g. get, post) | |
| serviceName | Yes | Service name (projectId) |