get_adr_context
Fetch consolidated architectural decision record context including summaries, diagrams, timeline data, and code links to understand decision history and rationale.
Instructions
Fetch ADR context from ADR Aggregator including summaries, diagrams, timeline data, and code links. Useful for getting a consolidated view of architectural decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_diagrams | No | Include Mermaid diagrams (Pro+ tier) | |
| include_timeline | No | Include timeline data | |
| include_code_links | No | Include code links (Pro+ tier) | |
| include_research | No | Include research context (Pro+ tier) | |
| staleness_filter | No | Filter by staleness level | all |
| graph_depth | No | Knowledge graph depth (Team tier) | |
| projectPath | No | Project path (defaults to PROJECT_PATH) |