Skip to main content
Glama

agentic-commerce-readiness

lookup_catalog

UCP 2026-04-08 catalog lookup: resolve engagement ids (e.g. readiness-sprint) to UCP product objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesEngagement ids.

TDQS

A3.5/5.0
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 behavioral burden. It does convey a read-only mapping behavior and the output category ('product objects'), but it doesn't disclose behavior for unknown or invalid engagement ids, batch semantics, or result shape.

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?

One tightly written sentence front-loads the catalog version and purpose, includes an example, and contains no filler.

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

Completeness3/5

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

For a single-parameter lookup with no output schema, this is minimally adequate: it names input and output categories. However, it doesn't explain what a 'UCP product object' contains, how missing ids are handled, or which sibling tools should be used instead, so it is not fully complete.

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 describes ids as 'Engagement ids' (100% coverage), so the schema does most of the work. The description reinforces that these are engagement ids and gives a concrete example ('readiness-sprint'), but adds no deeper semantics such as accepted id formats.

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?

The description names a specific verb ('lookup'), a concrete resource ('UCP catalog'), and the transformation ('resolve engagement ids ... to UCP product objects'), with an example id. It clearly identifies what the tool does, though it doesn't explicitly contrast it with search_catalog or get_offer.

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

Usage Guidelines3/5

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

It implies the tool is for resolving known engagement IDs rather than searching or listing offers, but it never states when not to use it. With siblings like search_catalog and get_offer, an explicit routing condition would materially help.

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

A3.8/5.0
Disambiguation3/5

Checkout, scan, and report tools are clearly distinct, but catalog access is split across list_offers, search_catalog, lookup_catalog, and get_offer. search_catalog with no query effectively duplicates list_offers, and lookup_catalog overlaps search_catalog for ID-based resolution.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern such as create_checkout_session, list_offers, scan_store, and report_problem. The verb style is uniform and clearly maps to each action.

Tool Count4/5

Seven tools is within a reasonable scope for this server, but four of them are overlapping offer/catalog retrieval variants. The count is slightly padded because list_offers, search_catalog, lookup_catalog, and get_offer could likely be consolidated.

Completeness4/5

The core commerce flow is covered: discover offers, retrieve details, create a checkout session, scan a store, and report problems. Minor gaps exist around order/licence status checks and scan history, but these are external or non-essential for the stated purpose.