[callgraph]
Finds call sites for a function, method, or callable symbol.
Regressions follow call paths and exported API usage, not just filenames.
The model can inspect callers, outgoing calls, and bounded impact before choosing where to patch.
Try it locally in the TGlider playground
| Name | Type | Required | Description |
|---|---|---|---|
| symbolKey | string | Yes | Stable symbol key returned by a prior symbol discovery tool. |
| maxCallSitesPerCaller | number | No | Maximum call sites to include per caller group. |
| skip | number | No | Number of matching results to skip. |
| take | number | No | Maximum number of matching results to return. |
Find direct callers
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "find_callers",
"arguments": {
"symbolKey": "role=canonical|..."
}
}
}Returns caller groups, call-site spans, and paging metadata.