search_codebase
Search your codebase using natural language queries to find code summaries with file locations. Filter results by framework, language, or architectural layer to locate relevant code components efficiently.
Instructions
Search the indexed codebase using natural language queries. Returns code summaries with file locations. Supports framework-specific queries and architectural layer filtering. Use the returned filePath with other tools to read complete file contents.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| limit | No | Maximum number of results to return (default: 5) | |
| filters | No | Optional filters |