Context Drill Down¶
Expand one item from a context source. Works on structured sources that implement drill_down: tasks (field: 'note' / 'line'), git (field: 'full_message' / 'diff_stats'), projects (field: 'description' / 'full'). Markdown-wrapper sources don't implement drill-down, since the prompt already holds their full body at DEEP depth.
MCP name: context_drill_down
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
field |
str |
Yes | Which expansion to return. See source docs for valid fields. |
item_id |
str |
Yes | Item identifier within the source (task_id / commit sha / project slug). |
source |
str |
Yes | Source name (tasks / git / projects). |