[callgraph]
Lists callable symbols invoked by a function or method.
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. |
| maxCallSitesPerTarget | number | No | Maximum call sites to include per callee group. |
| skip | number | No | Number of matching results to skip. |
| take | number | No | Maximum number of matching results to return. |
Inspect outgoing calls from a function
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_outgoing_calls",
"arguments": {
"symbolKey": "role=canonical|..."
}
}
}Returns callee groups, call-site spans, and paging metadata.