query_mindmap
Search project code using semantic matching, file paths, function names, or concepts to find relevant functions and classes with confidence scoring.
Instructions
Query the project mind map with enhanced semantic search, context-aware relevance scoring, and intelligent routing. Supports file path queries, function/class name searches, semantic concept matching, and multi-modal confidence fusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter results by node type | |
| limit | No | Maximum number of results to return (default: 10) | |
| query | Yes | Enhanced search query supporting: 1) File path queries (e.g., "src/core/MindMapEngine.ts") return all functions/classes in files with high confidence, 2) Function/class name searches (e.g., "calculateRelevanceScore", "MindMapEngine") with semantic expansion, 3) Semantic concept searches (e.g., "auth" finds authentication-related code, "validation" finds checking functions), 4) Multi-word and camelCase matching with context-aware boosting, 5) Automatic query routing to specialized engines (temporal, aggregate, advanced) based on intent. | |
| include_metadata | No | Include detailed metadata in results (default: false) |