jambavan_context
Search a code index for functions, classes, and types matching a query. Returns a ranked, token-budgeted context block to provide precise code knowledge without reading full files.
Instructions
Search the Jambavan index for code symbols and snippets most relevant to a query. Returns a ranked, token-budgeted context block of matching functions, classes, and types. Inject this block into your prompt to give the model precise, token-efficient codebase knowledge. Much cheaper than reading whole files — only the relevant symbol bodies are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max symbols to return before token-budget truncation (default: 30) | |
| query | Yes | Natural-language or identifier query — e.g. "auth middleware", "UserService.login" |