[symbols]
Searches TypeScript and JavaScript symbols by text.
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 |
|---|---|---|---|
| query | string | No | Symbol text to search. |
| limit | number | No | Maximum number of matching symbols to return. |
Search for matching symbols
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_symbols",
"arguments": {
"query": "createClient"
}
}
}Returns matching symbols with kind, file, location, and symbol keys.