aspro_describe
Retrieve the full operation schema for any module, entity, and method: HTTP method, path, mutation behavior, request-body fields, 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. |