atlas_semantic_search
Search code by meaning and intent with natural language queries. Find similar patterns, usage examples, and cross-language matches across your codebase.
Instructions
INTELLIGENT SEMANTIC CODE SEARCH ENGINE
Search code by MEANING, not just keywords:
Search by meaning, not just text matching
Understand code intent and functionality
Find similar code patterns across the codebase
Discover code by behavior description
Cross-language semantic matching
Find usage examples of patterns
Semantic code clone detection
Intent-based API discovery
Natural language queries like "find all authentication code"
Ask questions in plain English and find the code that matches the intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query or code snippet to search for | |
| filters | No | ||
| queryType | No | Type of query (default: natural-language) | |
| maxResults | No | Maximum results to return (default: 20) | |
| projectPath | Yes | Path to the project root | |
| includeContext | No | Include code context around matches |