get_feature_context
Retrieve relevant source code snippets by describing a feature or concept, helping developers understand implementation patterns within token limits.
Instructions
Search code by keyword/topic → returns ranked source code snippets within a token budget. Use when you need to READ actual code for a concept or feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language description of the feature to find context for | |
| token_budget | No | Max tokens for assembled context (default 4000) |