get_symbol
Retrieve the full source code of a specific function or class by providing its name and file path within a repository.
Instructions
Get the full source code of a specific function or class by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | path relative to the repo root (e.g., "src/main.py" or "calculator.py") | |
| symbol_name | Yes | name of the function or class to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |