explore
Understand code areas fast by retrieving ranked symbols, source heads, blast-radius graph neighbours, and test files in a single request.
Instructions
One-shot ranked context + call/inheritance graph blast-radius for a query. Returns ranked symbols, the source heads of the top-ranked files, graph neighbours (callers + subclasses — the blast radius), and related test files in a single compact block. Use INSTEAD OF separate find_usages + read_symbol + call_tree when you need to understand an area fast — cheaper than chaining those three.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms (the binary splits the string into terms itself), e.g. "AstIndexClient buildIndex" | |
| max_files | No | Cap on the number of source file heads returned (default: binary's own limit) | |
| graph | No | Include call/inheritance graph neighbours (blast radius). Default: true. Set false to skip the graph walk. |