Skip to main content
Glama

get_catalog_info

Returns live metadata about the RoloCache catalog: how many vendors are indexed, the complete list of valid protocol names for the protocol filter, the valid values for has_agent_interface, and all tags currently in use. Call this first if you are unsure what filter values are valid, or to get a sense of catalog coverage before searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.6/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It describes the returned metadata and implies a read-only, informational operation. Could mention if the data is cached or any side effects, but overall transparent.

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 with no wasted words. Front-loaded with purpose, then provides specific examples and usage guidance. Excellent structure.

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?

With no parameters and an output schema present, the description is complete. It tells the agent exactly what to expect and when to use it. No gaps.

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

Parameters5/5

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

The tool has zero parameters, so schema coverage is 100%. The description adds value by explaining what the output contains, which is beyond the schema. Baseline 4 for 0 params, but the extra context earns a 5.

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 clearly states the tool returns live metadata about the RoloCache catalog, listing specific items (vendors count, protocol names, has_agent_interface values, tags). It distinguishes from siblings by advising to call this first when unsure of filter values or to get coverage.

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?

Explicitly tells the agent to call this tool first when unsure of valid filter values or to understand catalog coverage before searching. While it doesn't specify when not to use it, the guidance is clear and sufficient for most cases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a distinct role: get_catalog_info provides metadata, lookup_vendors searches vendors, get_vendor retrieves full records, and report_to_outpost submits feedback. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores: get_catalog_info, get_vendor, lookup_vendors, report_to_outpost.

Tool Count4/5

Four tools cover the core workflow of exploring, searching, retrieving details, and reporting. Slightly on the low side but well-scoped for a catalog/feedback system.

Completeness4/5

The tool surface covers discovery, search, detail retrieval, and feedback. Missing update/create capabilities, but those appear out of scope for this read-oriented catalog.

Resources