catalog
Server Details
Read-only MCP for the Gingerguide catalog of European cities and their narrated tour sights.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 3.9/5 across 4 of 4 tools scored.
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.
All tool names follow a consistent verb_noun pattern with clear action prefixes (get, list, search). The naming is uniform and predictable.
With only 4 tools, the server is tightly scoped for a catalog domain. Each tool provides essential functionality without unnecessary bloat or gaps.
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.
Available Tools
4 toolsget_catalog_overviewCatalog overviewARead-onlyInspect
Totals for the whole catalog (cities, sights, countries), the supported languages, and the app download links.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
get_city_guideGet city guideARead-onlyInspect
Get one city with all of its narrated sights (name, one-line description, category, coordinates, and visit minutes).
| Name | Required | Description | Default |
|---|---|---|---|
| city_id | Yes | City id, e.g. "rome". |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds useful output details (sights, fields, single city), but does not disclose potential error behavior or any constraints beyond the annotations and schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence. It states the operation, resource scope, and the included fields without extraneous words or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low parameter count, strong schema coverage, and read-only annotation, the description provides enough information to select and invoke the tool. It lacks minor context such as potential size of the returned sight list or error cases, but these are not critical for a simple lookup tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema coverage is 100% and the parameter description already explains city_id clearly with an example ('rome'). The tool description adds no extra semantics about the parameter, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get'), the target resource ('one city'), and the specific content ('all of its narrated sights' with listed attributes). It is unambiguous and naturally distinguishes itself from sibling tools like search_cities, list_countries, and get_catalog_overview.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used when you want a complete guide for a single city by ID, but it does not explicitly mention alternatives or exclusions. No guidance is given about when to use search_cities to find a city_id first or when a different sibling would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_countriesList countriesARead-onlyInspect
List covered countries and how many cities each one has.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the agent knows it is safe. The description adds that the response includes city counts, providing useful behavioral detail without overwhelming. It could mention more about what is returned or potential limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, dense sentence packs the essential meaning. It is perfectly sized and front-loaded with the action verb.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with no parameters, the description is nearly complete. It explains the tool's result shape (countries + city counts). A tiny bit more context about the response format could be added, but it's not necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With no parameters, this dimension is largely moot. Baseline of 4 is appropriate since the description confirms it requires no arguments and provides meaning for the output content.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and resource ('countries'), with the extra detail 'how many cities each one has', which clearly communicates the tool's function and output shape. It does not explicitly differentiate from siblings, but its meaning is clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its use for getting a country list with city counts, but it does not specify when to prefer this over sibling tools or provide exclusions. It offers implied usage context by being distinct from get_catalog_overview, get_city_guide, and search_cities.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_citiesSearch citiesARead-onlyInspect
Find Gingerguide cities by name or country. Returns matching cities with their sight count and web guide URL. Omit query to list all.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | City or country text to match. | |
| country | No | Restrict to this country. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With readOnlyHint=true, the read-only nature is known. The description adds that it returns sight count and web guide URL, and that omitting query lists all, which are useful beyond the annotations. However, it doesn't disclose pagination behavior or limit default, though these are partly in the schema. It adds some context but not rich detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with purpose, and includes a practical usage tip. Every word earns its place with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the core purpose, return fields, and query behavior, but it doesn't explain the limit parameter (which lacks schema description) or clarify the interaction between query and country. It also doesn't mention result ordering or pagination. Given the tool's simplicity and existing annotations, this is moderate completeness with some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 67% (query and country described, limit not). The description clarifies query use ('by name or country' and 'omit query to list all') but doesn't explain the limit parameter, which lacks a schema description. It adds some value but doesn't fully compensate for the gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds Gingerguide cities by name or country, and specifies the return fields (sight count and web guide URL). This verb+resource+scope pattern distinguishes it from siblings 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides clear context for usage: search by name/country, or omit query to list all. While it doesn't explicitly mention alternatives or exclusions, the usage scenarios are well implied. It lacks explicit when-not-to-use guidance but gives adequate context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides read-only access to iFixit repair guides, device information, repairability scores, categories, search, media, and contributor profiles via MCP tools.8BSD Zero Clause
- Flicense-qualityCmaintenanceA read-only MCP server for accessing Mobilize public API data, including organizations, events, and enums.
- AlicenseAqualityCmaintenanceRead-only PostgreSQL database MCP server for safely exploring schema, tables, relationships, and sample data without modification.1051MIT
- AlicenseAqualityBmaintenanceRead-only MCP server for precise lookup, search, and versioned retrieval of OWASP testing guides (WSTG, MASTG, ISTG, AITG) with full provenance on every result.11Apache 2.0