muse_batch
Execute multiple documentation operations in batch with sequential or parallel execution, dependency management, and job control for automated code documentation workflows.
Instructions
Executes multiple tool operations in batch. Actions: execute (run batch), preview (plan without executing), status (check job status), cancel (stop running job), history (list past jobs). Supports sequential and parallel execution with dependency management.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| operations | No | Array of operations to execute | |
| mode | No | Execution mode (default: sequential) | |
| stopOnError | No | Stop batch on first error (default: true) | |
| timeout | No | Timeout per operation in ms (default: 60000) | |
| jobId | No | Job ID for status/cancel actions | |
| limit | No | Limit for history action (default: 20) | |
| status | No | Filter history by status | |
| includeResults | No | Include operation results in response (default: true) | |
| includeErrors | No | Include error details in response (default: true) |