Find Callers
find_callersIdentifies callers of a given function or method symbol using persisted graph edges for accurate static analysis.
Instructions
Return deterministic callers of a known function or method symbol.
This tool prefers persisted graph call edges and falls back explicitly when graph coverage is unavailable or incomplete.
Use when you want call sites for one symbol without the broader combined output of call_relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Maximum callers to return (1-100). Defaults to 20. | |
| symbol | Yes | Function or method identifier whose callers you want to inspect. | |
| bypass_cache | No | When true, bypass caches for this call. | |
| exclude_paths | No | Optional workspace-relative glob filters to exclude matching paths after include filtering. | |
| include_paths | No | Optional workspace-relative glob filters to include matching paths only. | |
| language_hint | No | Optional language hint (currently advisory). | |
| workspacePath | No | Optional workspace path hint. Present for parity with other navigation tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| callers | Yes | ||
| metadata | Yes |