find_related_code
Locate functions, classes, and files matching a natural language description to understand where functionality lives and avoid duplicating existing code.
Instructions
Find functions, classes, and files related to a natural language description.
Use this when you know WHAT you're looking for conceptually but not WHERE it lives in the codebase. Prevents duplicating existing functionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||