codegraph_search
Search code symbols by name to locate function and class definitions. Returns matches with file paths and line numbers.
Instructions
Search for code symbols by name. Returns matching functions, classes, methods, etc. with file paths and line numbers. Use this to find where a function or class is defined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by symbol kind (Function, Class, Method, Struct, etc.). | |
| limit | No | ||
| query | Yes | The symbol name or pattern to search for. | |
| team_id | No | The team ID for isolation. | |
| language | No | Filter by language (typescript, javascript, python, go, rust, java, c, cpp, csharp). |