semantic_search
Find files using natural language queries that understand content meaning, not just keywords, within the AI FileSystem MCP server.
Instructions
Search files using semantic understanding
Input Schema
TableJSON 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 |