panaya_operations
Discover and execute Panaya API operations by operationId. Use list to find operations, describe to inspect details, and call to run them.
Instructions
Discover and execute any Panaya Swagger operation by operationId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter list results by Swagger tag. | |
| data | No | Request body for call. | |
| limit | No | Maximum operations to return for list. Defaults to 50. | |
| action | Yes | Use list to discover operations, describe for one operation, or call to execute it. | |
| search | No | Filter list results by text in operationId, path, summary, or tag. | |
| pagination | No | Optional pagination helper for call. | |
| pathParams | No | Path parameters for call. | |
| operationId | No | Swagger operationId for describe and call. | |
| queryParams | No | Query string parameters for call. |