aspro_describe
Get the complete schema for a specific API operation, including HTTP method, path, data mutation indication, request-body and response fields.
Instructions
Return the full schema for one operation: HTTP method, path, whether it mutates data, request-body fields and the fields present in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| method | Yes | Method segment, e.g. 'list', 'get', 'create', 'update', 'delete'. | |
| module | Yes | ||
| include_raw_response_schema | No | Include the untrimmed OpenAPI response schema. Verbose; off by default. |