codebase_context_search
Search across database schemas, API specs, and infrastructure configs using natural language queries. Find relevant domain knowledge and infrastructure information from curated context artifacts automatically indexed for your project.
Instructions
Semantic search across context artifacts (database schemas, API specs, infra configs, etc.) defined in .socraticodecontextartifacts.json. Auto-indexes on first use and auto-detects stale artifacts. Use this to find relevant infrastructure or domain knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query (e.g. 'tables related to billing', 'authentication endpoints', 'deployment resource limits'). | |
| projectPath | No | Absolute path to the project directory. | |
| artifactName | No | Filter search to a specific artifact by name (e.g. 'database-schema'). Omit to search across all artifacts. | |
| limit | No | Maximum number of results to return. Default: 10. | |
| minScore | No | Minimum RRF score threshold (0-1). Results below this are filtered out. Default: 0.10 (override globally via SEARCH_MIN_SCORE env var). Set to 0 to disable filtering. |