Skip to main content
Glama

Nexez Agentic Commerce

Search Nexez offers

nexez_search
Read-only

Search across all Nexez merchants for services/products matching a buyer request. Returns ranked listings with offers + agent.json URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesWhat the buyer is looking for
latNo
lngNo
limitNoMax results (default 10)
categoryNo
industryNo
locationNoOptional city/region filter
verifiedNo
min_trustNo
price_bandNo
min_readinessNo
supports_checkoutNoDeprecated compatibility filter: any actionable offer or provider handoff
nexez_checkout_readyNoOwner payout state confirms Nexez-settled checkout readiness
supports_negotiationNo

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare this as read-only, open-world, and non-destructive. The description adds meaningful behavioral context by noting ranked results and the inclusion of offers and agent.json URLs. It doesn't explain ranking criteria or open-world limitations, but the annotations carry the safety profile.

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 terse, front-loaded sentences with no filler. It states the scope and the return shape efficiently, which is appropriate for a search tool.

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 read-only tool, the description gives the essential purpose and result shape. However, with 14 parameters, only 36% schema coverage, and no output schema, more guidance on filter semantics, ranking behavior, and response structure would be needed for fully reliable invocation.

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 36%, and the description does not compensate for the low coverage. It only reinforces the meaning of 'q' as a buyer request; it does not clarify lat/lng, category, industry, verified, min_trust, price_band, readiness, or checkout/negotiation filters. This leaves many parameters under-specified.

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 states a specific action ('Search across all Nexez merchants') and clearly identifies the resource (merchant services/products) and return contents (ranked listings with offers + agent.json URLs). This differentiates it well from the sibling directory, page, and validation tools.

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 description provides clear context: this is the cross-merchant search tool for matching buyer requests. It does not explicitly name alternative tools or state when not to use it, but the context is clear enough for an agent to infer its primary role among the siblings.

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

Each tool targets a distinct action—browsing, fetching a manifest, searching, validating checkout, and validating negotiation. Directory and search both surface listings but are differentiated enough by browse vs. ranked search intent.

Naming Consistency4/5

All tools share the nexez_ prefix and use snake_case, with most following a verb_noun pattern. nexez_directory is the one deviation since it uses a noun instead of a verb, but the overall pattern remains recognizable.

Tool Count5/5

Five tools is well-scoped for a focused commerce discovery and validation server. Each tool serves a distinct purpose without unnecessary redundancy.

Completeness4/5

The toolset covers discovery, detail retrieval, and pre-transaction validation for checkout and negotiation. Actual payment execution and negotiation submission are not included, but the descriptions explicitly frame this as a validation-only surface, so the core workflow is well covered.

Resources