tldr_context
Retrieve relevant code context for a specified function or class without reading entire files. Uses symbolic analysis to return only needed information.
Instructions
Get LLM-ready context for a function/class. Use INSTEAD of reading large files. Returns only relevant code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Function or class name to get context for | |
| project | Yes | Project path (absolute) |