definition
Locate a declaration or definition across module BMIs by file position or text needle. Returns position and optional hover information.
Instructions
Find a declaration/definition across module BMIs. Position values are 1-based; needle is often easier for agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | No | 1-based line | |
| needle | No | Text to locate instead of line/character | |
| character | No | 1-based UTF-16 character | |
| occurrence | No | ||
| includeHover | No |