manage_custom_operation
Manage custom operations on stateful resources by listing, creating, executing, or deleting operations with input data.
Instructions
Manage custom operations on stateful resources. Use 'list' to see all operations, 'get' for details, 'register' to create new ones, 'delete' to remove, or 'execute' to run an operation with input data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation action | |
| definition | No | Operation definition (required for register). Must include name, steps, and optionally consistency and response. | |
| input | No | Input data for execute action | |
| name | No | Operation name (required for get, delete, execute) |