panaya_defects
List, retrieve, create, update, delete, and search Panaya defects. Provides a unified interface for all defect management operations via the Panaya REST API.
Instructions
Unified tool for defects operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity identifier. Required for get, update, and delete. | |
| data | No | Request body for create and update operations. | |
| query | No | Search payload for search operations. | |
| action | Yes | Operation to perform against the Panaya entity. | |
| projectId | No | Optional project filter for list operations. | |
| pagination | No | Optional pagination helper for list and operation actions. | |
| pathParams | No | Path parameters for Swagger operation calls. | |
| operationId | No | Swagger operationId. Required when action is operation. | |
| queryParams | No | Query string parameters for Swagger operation calls. |