search_adr_sections
Use natural language to find relevant sections within a specific ADR, scoped by number or filename.
Instructions
Semantically search within a single resolved ADR, scoped by number or filename. Use this to find relevant sections/passages inside one ADR you've already identified (e.g. via list_adrs or search_adr_index).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| n_results | No | ||
| 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'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Individual matching hits, one per matched chunk. | |
| warning | No | Present only when the index was built with a different embedding provider/model. |