Skip to main content
Glama

Catalog overview

get_catalog_overview
Read-only

Totals for the whole catalog (cities, sights, countries), the supported languages, and the app download links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the description is not required to repeat safety traits. It adds useful context about what is returned (totals, languages, download links) but does not disclose any unexpected behavioral traits such as response size, formatting, or error conditions.

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?

The description is a single, well-structured sentence. It front-loads the core purpose ('Totals for the whole catalog') and lists additional content types, with no filler or redundancy.

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?

For a no-parameter, read-only overview tool, the description covers the main return categories: catalog totals, supported languages, and app download links. It omits the response structure or any potential caveats (e.g., whether totals are grouped), but the basic use case is sufficiently complete.

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?

The tool has zero parameters, so per the rubric baseline is 4. The description does not need to explain parameter meaning as none exist.

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?

Description clearly states the tool returns totals for the whole catalog (cities, sights, countries), supported languages, and app download links. The 'whole catalog' scope distinguishes it from sibling tools like get_city_guide and list_countries.

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?

The phrase 'for the whole catalog' implies when to use this tool—for catalog-wide summaries rather than per-city or per-country details. No explicit exclusions or alternatives are named, but the zero-parameter interface and sibling context make the usage context reasonably clear.

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.2/5.0
Disambiguation5/5

Each tool serves a distinct purpose: overview statistics, city-specific details, country listing, and city search. There is no functional overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear action prefixes (get, list, search). The naming is uniform and predictable.

Tool Count5/5

With only 4 tools, the server is tightly scoped for a catalog domain. Each tool provides essential functionality without unnecessary bloat or gaps.

Completeness5/5

The server covers all key read operations for a catalog: overview, detailed city guides, country coverage, and search. The workflow from discovery to detail is complete.

Resources