lookup_symbol
Find all definitions and calls of a symbol across files, showing file, line, and type. Optionally search sibling repositories in the organization.
Instructions
Return all locations where a symbol is defined or called, with file, line, and type. If include_org=True, also searches sibling repositories in the same organization. Do NOT call for broad concepts — only exact or near-exact symbol names. For concept queries use semantic_search_code instead.
repo_path: optional absolute path to the target repository. When omitted, defaults to the server's configured project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| include_org | No | ||
| repo_path | No |