Skip to main content
Glama

Ni Biashara Shelves — Africa FX, freight & compliance checks (x402)

Open a purchase for a shelf (escape hatch)

buy_shelf

Creates a Coinbase checkout for any SKU — use this when no job-named tool exists. Returns x402_url (pay with any x402 client), pay_url (human) and claim_url. Does not move money itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcNo
dotNo
skuYes
nameNo
pairNoe.g. USD-KES; required for pair shelves
briefNoservice shelves: what you need
addressNo
contactNoservice shelves: delivery email
first_timeNo
source_urlNo
license_lineNo
license_typeNo
years_licensedNo

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description must disclose side effects itself, and it does: 'Does not move money itself' is a key behavioral caveat, and listing the three returned URL kinds tells the agent what a successful call yields. It could add more about checkout expiration or authorization, but it already covers the most important non-obvious trait.

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?

Three short sentences each carry load: action plus when-to-use, return values, and the non-payment caveat. The main purpose is front-loaded and there is no filler.

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

Completeness2/5

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

For a tool with 13 parameters, no annotations, and no output schema, the description is too thin on invocation details. It explains the return URLs but not what the optional fields mean, when they are required, or what errors or pitfalls exist, so an agent will often have to guess at how to fill the generic fields.

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

Parameters2/5

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

Schema description coverage is only 23%, so the description needed to compensate for the 10 opaque parameters (mc, dot, address, first_time, license_* , etc.). It only reinforces that sku is a SKU and does not explain the other 12 parameters or how they map to different shelf types.

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 opens with a concrete verb and resource: 'Creates a Coinbase checkout for any SKU'. It also gives the tool an explicit identity as an escape hatch and says to use it when no job-named tool exists, separating it from buy_shelf_pass and the other shelf-specific siblings without being tautological.

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?

'Use this when no job-named tool exists' is an explicit routing rule: it tells the agent both when to choose buy_shelf and, by implication, when not to. This is the clearest possible usage guidance for an escape-hatch tool.

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

Most tools have clearly distinct targets: FX official vs parallel vs brief, carrier vs broker vs BASICs, name vs wallet sanctions, and insurance vs real-estate CE. The bundled tools (vet_load, get_fx_africa_brief, buy_shelf_pass) overlap with individual tools but their descriptions explicitly frame them as convenience packages or payment modes, reducing real misselection risk.

Naming Consistency5/5

Every tool follows a consistent verb_noun snake_case pattern: buy_*, check_*, get_*, list_*, screen_sanctions_*, vet_load. There is no mixed casing or inconsistent verb styling across the set.

Tool Count4/5

At 16 tools the set is slightly above the typical 3-15 range, but the server intentionally spans FX, freight, compliance, and the x402 purchase lifecycle, so most tools earn their place. The count feels a bit heavy but not bloated.

Completeness4/5

Core workflows are covered: shelf discovery, generic and pass-based purchasing, order status, pass balance, and the main FX, freight, OFAC, and Texas CE data shelves. Minor gaps such as cancellation/refund endpoints, non-US sanctions lists, or additional freight jurisdictions do not block primary agent workflows.

Resources