explain_todo
Get detailed context for any TODO comment by fetching the surrounding code lines, helping developers understand and act on the task.
Instructions
Get more context for a specific TODO item, including surrounding code lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the TODO item | |
| contextLines | No | Number of context lines to include above and below (default: 5) |