get_adr_context
Get a consolidated view of architectural decisions by fetching ADR context with summaries, diagrams, timeline data, and code links.
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 |
|---|---|---|---|
| graph_depth | No | Knowledge graph depth (Team tier) | |
| projectPath | No | Project path (defaults to PROJECT_PATH) | |
| include_diagrams | No | Include Mermaid diagrams (Pro+ tier) | |
| include_research | No | Include research context (Pro+ tier) | |
| include_timeline | No | Include timeline data | |
| staleness_filter | No | Filter by staleness level | all |
| include_code_links | No | Include code links (Pro+ tier) |