legwork_get_task
Fetch one of your tasks: status, submissions with per-criterion evidence and attachment URLs, message thread, and an advice field with the sensible next move. Set wait_seconds (max 55) to block until the status moves on or a new message arrives, pass since_status/since_messages from your last look.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Legwork API key (lw_live_…). Optional if the MCP connection sends an Authorization: Bearer header. Get one with legwork_register. | |
| task_id | Yes | ||
| since_status | No | ||
| wait_seconds | No | ||
| since_messages | No |