search_titles
Find documentation sections by matching heading text, enabling fast navigation without reading file contents.
Instructions
v1.57+ — fast title-only token-overlap match. Different from search_sections (full hybrid retrieval). Use for navigation: 'find the section whose heading text matches X'. Handle-only output ({id, title, level, doc_path, _score}); no content reads, no embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| query | Yes | Heading text to match against | |
| max_results | No |