Skip to main content
Glama

Server Details

Search your knowledge bases from any AI assistant using hybrid RAG.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
velarynai/ragora-mcp
GitHub Stars
0
Server Listing
ragora

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

3 tools
discover_collectionsA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

ReadOnly annotation confirms safety, while description adds substantial context: specifies return payload structure (names, descriptions, content types, stats, available operations, usage examples) and access scope ('you have access to'). Does not mention rate limits or pagination, but output schema handles return details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences structured logically: purpose, return values, usage guidance. No redundant text; 'Call this first' front-loads the critical workflow instruction. Efficient information density.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Fully adequate for a zero-parameter discovery tool. ReadOnly annotation covers safety profile; output schema exists to document returns; description provides sufficient overview of what gets discovered and workflow positioning.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters present, which per guidelines warrants a baseline score of 4. No parameter description is required or possible given the empty input schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verb 'Discover' with resource 'knowledge bases' (synonymous with collections). It distinguishes from siblings 'search' and 'search_collection' by clarifying this returns metadata (names, descriptions, stats) rather than content search results.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states 'Call this first... before searching,' establishing the prerequisite workflow order and implicitly directing the agent to use sibling 'search' tools only after this discovery step. Clear temporal guidance on when to invoke.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_collectionA
Read-only
Inspect

Search a specific knowledge base by name.

Use discover_collections() first to find available collection names.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query.
top_kNoMaximum number of results to return (default 5).
filtersNoOptional metadata filters. Use discover_collections() to see available filter fields for each collection.
custom_tagsNoOptional explicit tags to scope retrieval. Use discover_collections() to see available tags for each collection.
collection_nameYesHuman-readable collection name or slug (e.g. "employee_handbook").

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, establishing safety profile. Description adds no behavioral context beyond this (e.g., semantic vs keyword matching, ranking behavior, what constitutes a result). With annotations covering safety, this meets baseline but adds no supplementary behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, zero waste. First sentence states purpose; second provides essential prerequisite. Front-loaded and appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Appropriate completeness given existence of output schema (not shown but indicated). Covers the critical workflow dependency (discover_collections). Missing only edge-case handling (e.g., behavior when collection_name not found) to be perfect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, documenting all 5 parameters (query, collection_name, top_k, filters, custom_tags) comprehensively. Description mentions 'by name' which aligns with collection_name, but primarily relies on schema. Baseline 3 appropriate for high-coverage schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States specific verb (Search) and resource (knowledge base/collection) clearly. Implies specificity with 'by name' but does not explicitly distinguish from sibling tool 'search' (e.g., when to use specific collection search vs general search).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Excellent explicit prerequisite: 'Use discover_collections() first to find available collection names.' Provides clear workflow guidance. Would be perfect if it also clarified when to use this versus the 'search' sibling (e.g., scoped vs global search).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.