crosspad_task
Check status, wait for completion, cancel, or list long-running CrossPad tasks such as build, flash, capture, and stimulus when the client lacks native task support.
Instructions
Poll, wait on, cancel or list long-running crosspad tasks (build, flash, hil_run, capture, stimulus, submodule_update). Task handles are task_; results are kept 1 h after completion. Use this when your client does not support the MCP tasks capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Task handle (task_<n>). Required for status, wait and cancel; ignored by list | |
| action | Yes | status: one task; wait: block until it finishes; cancel: stop it; list: every task this session | |
| timeout_ms | No | wait only: how long to block before returning the current status (max 600000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| error | No | ||
| tasks | No | ||
| success | Yes | ||
| cancelled | No |