[symbols]
Searches symbols by TypeScript syntax kind.
JS/TS names repeat across packages, files, exports, type/value spaces, and generated declarations.
Symbol tools turn fuzzy names and cursor positions into stable identities for references, callers, exports, and refactors.
Try it locally in the TGlider playground
| Name | Type | Required | Description |
|---|---|---|---|
| kind | string | Yes | TypeScript symbol or declaration kind. |
| query | string | No | Optional symbol text filter. |
| limit | number | No | Maximum number of matching symbols to return. |
List classes matching a name
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_by_kind",
"arguments": {
"kind": "ClassDeclaration",
"query": "Service"
}
}
}Returns matching declarations with stable symbol keys.