backlog_get
Retrieve full details of any backlog item by task ID, document path, or MCP resource URI. Optionally expand relational context for nearby entities.
Instructions
Get full details by ID. Accepts task IDs (TASK-0001, EPIC-0002), document paths (README.md, docs/adr/0001-example.md), or MCP resource URIs (mcp://backlog/resources/design.md). Works for any item regardless of status. Pass context:true when starting work on an entity to also see its relational neighborhood as stubs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID (e.g. TASK-0001), document path (e.g. README.md, docs/notes/file.md), or MCP resource URI (e.g. mcp://backlog/resources/file.md). Array for batch fetch. | |
| home | No | Select the document home for this call. Overrides bridge defaults: global uses the user-wide home; project uses project_root or the bridge project. | |
| depth | No | Relational expansion depth with context:true. 1 = direct relations (default), 2 = grandparents/grandchildren. | |
| context | No | Expand the entity's relational neighborhood as stubs — parent/children/siblings/references/referenced_by/related; hydrate any stub with another backlog_get. | |
| project_root | No | Project root for this call. Overrides the bridge project root and selects the project home. |