read_adr_section
Retrieve the exact content of a named top-level section from a specific ADR, providing focused context for decision-making without reading the full document.
Instructions
Read a single named top-level (##) section of one ADR (e.g. 'Context', 'Decision', 'Consequences'). Use list_adr_sections first if you don't know the exact section name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | Exact ## heading text, without the ## marker. | |
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. | |
| number_or_filename | Yes | The ADR's number (e.g. 12), short form (e.g. 'ADR-00012', case-insensitive), or exact filename/path (e.g. 'ADR-00012-topic.md'). |