sourcegraph_deep_search
Search your codebase using natural language questions. Get precise answers about architecture, error handling, API endpoints, and more without writing complex queries.
Instructions
AI-powered Deep Search that understands natural language questions about your codebase. Ask questions like "How does authentication work?" or "Where are API endpoints defined?". This uses Sourcegraph's agentic search (REST API v6.7+) and may take 10-60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Natural language question about your codebase. Examples: "Does the repo have a README?", "How is error handling implemented?", "Where are database migrations defined?" | |
| timeout_seconds | No | Optional: Maximum time to wait for answer (default: 60 seconds) |