[references]
Finds implementations for TypeScript classes, interfaces, and members.
Safe edits depend on real symbol relationships, not text matches in comments, strings, or similarly named modules.
The model can see actual declarations, references, implementations, and conservative cleanup candidates before editing.
Try it locally in the TGlider playground
| Name | Type | Required | Description |
|---|---|---|---|
| symbolKey | string | Yes | Stable symbol key returned by a prior symbol discovery tool. |
| skip | number | No | Number of matching results to skip. |
| take | number | No | Maximum number of matching results to return. |
Find interface implementations
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "find_implementations",
"arguments": {
"symbolKey": "role=canonical|..."
}
}
}Returns implementation symbols, file spans, paging metadata, and follow-up hints.