Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Prompt capture

TaskGet tool description

27 model strings share this prompt, byte for byte.

v2.1.190 22 lines 732 chars sha256 55bdb174a3bc Plain text Whole capture

This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.

Use this tool to retrieve a task by its ID from the task list.

When to Use This Tool

  • When you need the full description and context before starting work on a task
  • To understand task dependencies (what it blocks, what blocks it)
  • After being assigned a task, to get complete requirements

Output

Returns full task details:

  • subject: Task title
  • description: Detailed requirements and context
  • status: 'pending', 'in_progress', or 'completed'
  • blocks: Tasks waiting on this one to complete
  • blockedBy: Tasks that must complete before this one can start

Tips

  • After fetching a task, verify its blockedBy list is empty before beginning work.
  • Use TaskList to see all tasks in summary form.