locate_concept
Find key functions, classes, and files to understand a concept in codebases, reducing search time by surfacing important locations first.
Instructions
Find the best entry points for understanding a concept — returns a ranked shortlist of key functions, classes, and files to read, plus contrastive concepts that clarify boundaries. Saves reading dozens of grep matches by surfacing the most important locations first. Use when asked 'how does X work', 'where should I look for X', or 'where are X defined'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Concept to locate (e.g. 'transform') |