search_titles
Match documentation section headings by title. Retrieve IDs and titles for navigation without reading file content.
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 |