describe_endpoint
Get summary, description, parameters, and responses for any REST API endpoint by supplying its path and HTTP method.
Instructions
Return summary, description, parameters & responses for one endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /auth/login | |
| method | Yes | HTTP verb, e.g. POST |