Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Tool description

TaskGet, as sent

SDK-CLI Agent SDK, print mode, v2.1.263. One model string produces this prompt.

As described in the system reminder: todo nag request, not the ordinary one.

This tool has no description in the capture before this one on this arm, so the left gutter is empty rather than marking every line as new.

Lines22732 characters
Movednothing to compare against
Reach1model strings receive this description
Copies1distinct descriptions under this name
Parameters11 of them required Tools in captureall of themevery description on this arm
Plain text · sha256 55bdb174a3bc

The description, line by line

22 lines One line number, because there is no previous capture to number against.
1 Use this tool to retrieve a task by its ID from the task list.
2
3 ## When to Use This Tool
4
5 - When you need the full description and context before starting work on a task
6 - To understand task dependencies (what it blocks, what blocks it)
7 - After being assigned a task, to get complete requirements
8
9 ## Output
10
11 Returns full task details:
12 - **subject**: Task title
13 - **description**: Detailed requirements and context
14 - **status**: 'pending', 'in_progress', or 'completed'
15 - **blocks**: Tasks waiting on this one to complete
16 - **blockedBy**: Tasks that must complete before this one can start
17
18 ## Tips
19
20 - After fetching a task, verify its blockedBy list is empty before beginning work.
21 - Use TaskList to see all tasks in summary form.
22

What it accepts

1 parameter The JSON parameter schema sent beside this description, 254 characters of it. Name, type, then whether the client marked it required.
taskId string required The ID of the task to retrieve

sha256 a0edf60ab8cd · the schema as the client sent it:

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "taskId": { "description": "The ID of the task to retrieve", "type": "string" } }, "required": [ "taskId" ], "type": "object" }
Feedback