semantic_search
Search files using semantic understanding. Enter natural language queries to find relevant files, with options to specify directory, file types, and result limit.
Instructions
Search files using semantic understanding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| directory | No | Directory to search in | . |
| fileTypes | No | File types to search (e.g., ["js", "ts", "py"]) | |
| limit | No | Maximum number of results | |
| includeContent | No | Include file content in results |