Ragora
Search across all your knowledge bases to retrieve relevant information instantly from connected documentation.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Discover Collections: Discover all knowledge bases you have access to. Returns collection names, descriptions, content types, stats, available operations, and usage examples for each collection. Call
- Search: Search across ALL your knowledge bases at once. Use this when you want broad results or aren't sure which collection has the answer. For targeted search in a specific collection, use search_co
- Search Collection: Search a specific knowledge base by name. Use discover_collections() first to find available collection names. Args: collection_name: Human-readable collection name or slug (e.g. "e
What data it sees
Do you need an account
An API key from the service settings is required
Search across all your knowledge bases to retrieve relevant information instantly from connected documentation. Discover specific collections and perform targeted queries to get precise answers for any topic. Compare information across multiple sources and monitor usage to manage your data assets efficiently.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| discover_collections | Discover all knowledge bases you have access to. Returns collection names, descriptions, content types, stats, available operations, and usage examples for each collection. Call this first to understand what data is available before searching. |
| search | Search across ALL your knowledge bases at once. Use this when you want broad results or aren't sure which collection has the answer. For targeted search in a specific collection, use search_collection() instead. Args: query: Natural language search query. top_k: Maximum number of results to return (default 5). |
| search_collection | Search a specific knowledge base by name. Use discover_collections() first to find available collection names. Args: collection_name: Human-readable collection name or slug (e.g. "employee_handbook"). query: Natural language search query. top_k: Maximum number of results to return (default 5). custom_tags: Optional explicit tags to scope retrieval. filters: Optional metadata filters for explicit scoped retrieval. |
| check_balance | Check your current credit balance. Returns your remaining balance and estimated USD value. |