Skip to main content
Glama

Server Details

Check reward coverage by country, search real catalog items, and ask how CatalogAPI works.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
catalogapi/mcp-server
GitHub Stars
0
Server Listing
CatalogAPI MCP Server

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 DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct question: check_coverage for country availability, search_rewards for finding examples, get_reward_details for specific item info, and how_it_works for API/service details. The descriptions clearly delineate boundaries and cross-reference each other, so an agent would not confuse them.

Naming Consistency4/5

Three tools follow a clear verb_noun pattern (check_coverage, get_reward_details, search_rewards), but how_it_works is a phrase that breaks the pattern. This is a minor deviation that does not cause confusion.

Tool Count5/5

With 4 tools, the set is tightly scoped for a catalog API: search, details, coverage check, and service info. Each tool earns its place, and the count is ideal for the apparent purpose.

Completeness5/5

The tool set covers the full user journey: check if a country is supported, browse example rewards, request specific reward details, and learn how the service works. For a read-only demonstration catalog, there are no obvious gaps.

Available Tools

4 tools
check_coverageAInspect

Check whether CatalogAPI can supply rewards in one or more countries, and which product categories are available there. Call this when someone asks if rewards, gift cards, or incentives can be offered in a particular country, when they have recipients in several countries, or when they ask which countries are supported. This is the authoritative answer about what a country supports.

ParametersJSON Schema
NameRequiredDescriptionDefault
countriesNoISO-2 country codes, for example ["US", "PL"]. Omit to list every covered country.
Behavior3/5

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

There are no annotations, so the description carries the full burden. It implies a read-only check via the verb 'Check,' but does not explicitly state whether any side effects or authentication are required, nor does it describe the response format. However, the core behavior is clearly non-mutating given the context.

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 three sentences, front-loaded with the action, followed by usage guidance and an authority assertion. It contains no unnecessary wording and is well-structured.

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 simple one-parameter check with no output schema, the description explains both what the tool does and when to use it. It could explicitly mention the response shape, but the implied outcome (which countries/categories are covered) is sufficient given the tool's simplicity.

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?

The input schema already fully documents the single parameter with an example and the omission behavior. The description does not add any parameter-level detail beyond what the schema provides, so the baseline 3 is appropriate.

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's function: checking country coverage and product categories. It uses the specific verb 'Check' and distinguishes itself from sibling tools by focusing on geographic support rather than reward details, usage instructions, or search.

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?

The description provides explicit usage conditions: 'Call this when someone asks if rewards, gift cards, or incentives can be offered in a particular country, when they have recipients in several countries, or when they ask which countries are supported.' It also asserts itself as the 'authoritative answer,' giving clear context for when to invoke.

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

get_reward_detailsAInspect

Get detail for a single catalog item. Call this after search_rewards when someone asks about a specific item.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYesISO-2 country code the item came from.
item_idYesThe item id returned by search_rewards.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that the item ID is from search_rewards and that the call is for a single item, which implies a read-only lookup. However, it does not explicitly state side effects (e.g., no mutation) or potential error cases, but for a simple 'get' tool, this is adequate context.

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 two concise sentences, front-loaded with the purpose and followed by a clear usage directive. No wasted words.

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 simple 2-parameter tool with no output schema, the description is mostly complete. It covers what it does and when to use it. It does not explicitly describe the return value, but the name 'get_reward_details' implies the details are returned, and the tool is simple enough that this is likely sufficient.

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?

The schema has 100% description coverage for both parameters, so the baseline is 3. The description does not add new parameter details beyond what the schema already provides, though it reinforces the context that item_id comes from search_rewards.

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 function ('Get detail for a single catalog item') with a specific verb and resource. It distinguishes from siblings by specifying it is for a single item rather than a search, and directly references search_rewards as the preceding step.

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?

The description explicitly says when to use the tool: 'Call this after search_rewards when someone asks about a specific item.' This provides clear context and an implicit alternative (use search_rewards for broader queries), satisfying the when/when-not guidance.

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

how_it_worksAInspect

Answer questions about CatalogAPI itself: what it is, how rewards are delivered to recipients, how currencies and billing work, whether the catalog can be customized or extended with your own products, how the API integration works, and how to get started. Call this for any question about the service, the company, or the product model rather than about specific catalog items.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesWhich question to answer. overview: What CatalogAPI is and the two ways to use it. coverage: Which countries are covered and what a catalog contains. custom_catalogs: Sourcing items on request, and putting your own products in your catalog as a supplier. fulfillment: How each kind of reward reaches a recipient, and who supports it. pricing_and_billing: What catalog prices mean, what you charge your own users, how tax and shipping are handled (which depends on whether the program is points-based or a store where people spend their own money), and how billing and currency conversion work. integration: What integrating looks like, including the fulfillment-only path. getting_started: How to get sandbox access and what production involves.
Behavior4/5

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

No annotations are present, so the description carries the burden. It makes clear this is an informational Q&A tool with no side effects. It does not explicitly state 'read-only' or describe return format, but these are implied by the nature of the tool and the topics listed.

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: first states what the tool does, second gives usage guidance. No wasted words and the structure is front-loaded with purpose.

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?

The tool is simple (one parameter) with a comprehensive schema. The description covers the tool's scope and contrasts with siblings. No output schema is needed since the return is a textual answer implied by 'answer questions.' The description is complete for the tool's complexity.

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 coverage is 100% with highly detailed enum descriptions for the 'topic' parameter. The tool description summarizes some topics in natural language but does not add significant new meaning beyond the schema. Baseline 3 is appropriate since the schema does the heavy lifting.

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 answers questions about CatalogAPI itself, listing specific topics (rewards delivery, currencies/billing, customization, integration, getting started). It explicitly contrasts with siblings by saying 'rather than about specific catalog items.'

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?

Explicit usage guidance is provided: 'Call this for any question about the service, the company, or the product model rather than about specific catalog items.' This directly tells when to use this tool versus siblings like check_coverage, get_reward_details, and search_rewards.

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

search_rewardsAInspect

Show example rewards available in one country. Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country. Returns items from a demonstration catalog: these are examples rather than the full inventory, and no pricing is returned. Use check_coverage for the definitive answer about what a country supports.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional search term, for example "headphones".
countryYesISO-2 country code, for example "PL".
Behavior4/5

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

Annotations are empty, so the description carries the full burden. It discloses key behavioral traits: items come from a demonstration catalog, are examples rather than the full inventory, and no pricing is returned. These are non-obvious and important for setting expectations. It does not mention read-only status or auth, but for a search/show tool this is sufficient.

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 two sentences, front-loaded with the core purpose, and every sentence adds value. It is concise and well-structured, avoiding redundancy or fluff.

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?

Given the tool's simplicity (2 parameters, no output schema), the description covers the essential context: what the tool does, its limitations, and when to use an alternative. It explains the return type (examples, no pricing) and points to check_coverage for definitive answers, making it complete for an agent to use correctly.

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%, so the baseline is 3. The description adds little beyond the schema; it emphasizes 'one country' but does not provide extra syntax or format details beyond what the schema already supplies. The parameters are adequately documented in the schema, so this is acceptable.

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's function: 'Show example rewards available in one country.' It also distinguishes itself from siblings by noting it provides examples rather than the full inventory and directs to check_coverage for definitive answers. This is a specific verb+resource+scope construction that leaves no ambiguity.

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?

Explicit usage guidance is provided: 'Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country.' It also gives an alternative: 'Use check_coverage for the definitive answer about what a country supports.' This clearly defines when to use the tool and when not to.

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!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.