taskops_card
Fetch a full task card with spec, thread, dependency graph, file collisions, and worktree. Or use query to search titles and specs.
Instructions
One card in full — spec, the whole thread, the graph, file collisions, its worktree. Or query= to search titles and specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | tk-… | |
| 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. | |
| query | No | search titles and specs instead | |
| 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. |