taskops_take
Claim a task card to receive its complete context: milestone goal, spec, thread, previous worker notes, and worktree.
Instructions
Claim your card and get everything back: the milestone's goal, the spec, the whole thread, the previous worker's note, collisions, your worktree. Workers only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | with title=: what done means | |
| task | No | tk-… — yours; empty takes what is assigned to you | |
| actor | No | who is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator. | |
| files | No | with title=: the edit surface | |
| title | No | create AND claim a card you found mid-work | |
| labels | No | routing and search hints, e.g. ["backend", "urgent"] | |
| criteria | No | what this card is accepted against — the other half of the spec. The worker is shown these right under it; closing says which were met and what proves it. | |
| milestone | No | with title=: which chapter it belongs to | |
| repo_path | No | another project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools. |