ragbrain_discover_documents
Find documents by topic using semantic search over summaries. Returns titles, headings, and relevance scores to help locate relevant documents before searching for specific content.
Instructions
Discover documents by semantic search over their summaries. Use this to find documents about a topic BEFORE searching for specific content. Returns document titles, headings, and relevance scores. Example queries: 'documents about leadership', 'notes on valuation', 'files covering conflict resolution'. After discovering relevant documents, use ragbrain_search to find specific content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Semantic query to find documents by topic or content. Can be a question, topic, or description of what you're looking for. | |
| top_k | No | Number of documents to return (default: 10, max: 50) | |
| namespace | No | Optional: limit discovery to a specific namespace (e.g., 'mba/finance'). Supports wildcards like 'mba/*' |