fastcontext_explore
Find verified file:line citations in a codebase by describing the behavior, symbol, or error. Provides precise code locations for editing, reviewing, or debugging.
Instructions
Find where code lives in this repo. Delegates read-only exploration to FastContext and returns verified path:line citations. Call it before editing/reviewing/debugging when unsure where the relevant code is; then open only the cited ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | One specific request naming the behavior, symbol, error, or file. Specific beats vague (e.g. 'where webhook signatures are verified'). | |
| max_turns | No | Optional turn budget. Omit to auto-tune; set higher for deep cross-file traces. | |
| repo_path | No | Repo or monorepo-subfolder to explore. Defaults to the server's repo/cwd. | |
| citation_only | No | Default true (citations only). False adds a short explanation. |