codebase_context_search
Search across database schemas, API specifications, and infrastructure configurations using natural language queries. Automatically indexes project artifacts for fast retrieval of domain knowledge.
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 |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default: 10. | |
| query | Yes | Natural language search query (e.g. 'tables related to billing', 'authentication endpoints', 'deployment resource limits'). | |
| 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. | |
| 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. |