Find where a symbol is defined
find_definitionLook up a symbol name in the index to find its definition sites, returning path, line, column, and kind.
Instructions
Look up a symbol name in the index; return definition site(s) as path:line:col + kind. Heuristic. Paged: the total is always exact, limit/offset control how many are printed, pathPrefix scopes them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | Yes | ||
| limit | No | Max sites to print (default 50). | |
| offset | No | ||
| pathPrefix | No | Only definitions under this path. |