Ask Repo
ask_repoAnswers free-text questions about a repo by semantic search over its README, docs, and issues. Use for queries other tools can't answer, like 'Does this support TypeScript?' or 'How do I configure X?'
Instructions
Answers a free-text question about a repo via embeddings-based semantic search over its README, docs/*.md, and top issue threads. Use this for questions the other structured tools can't answer directly, e.g. 'does this support TypeScript?' or 'how do I configure X?' Requires VOYAGE_API_KEY and QDRANT_URL/QDRANT_API_KEY to be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name, e.g. 'anthropic-sdk-python' | |
| owner | Yes | Repository owner or organization, e.g. 'anthropics' | |
| query | Yes | The question to answer about this repo |