Skip to main content
Glama

Nexez Agentic Commerce

Server Details

Search merchants, inspect structured offers, and validate checkout or negotiation before buying.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Flyger1an/nexez
GitHub Stars
0

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 DescriptionsB

Average 3.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: browsing directory, fetching a page, searching, validating checkout, and validating negotiation. No overlap in functionality.

Naming Consistency3/5

While all tools share the 'nexez_' prefix, the naming pattern is inconsistent: 'directory' is a noun, 'search' is a verb, while others follow verb_noun (get_page, validate_checkout, validate_negotiation). This mix can be confusing.

Tool Count5/5

5 tools is an appropriate scope for a commerce discovery and validation server. Each tool serves a necessary function without redundancy.

Completeness4/5

The coverage includes browsing, searching, detailed listing retrieval, checkout validation, and negotiation validation. The only minor gap is the absence of actual transaction execution, but that appears intentional given the validation-only focus.

Available Tools

5 tools
nexez_directoryBInspect

Browse the cross-merchant Nexez directory (optionally filtered by category, query, minimum readiness, or location).

ParametersJSON Schema
NameRequiredDescriptionDefault
qNo
categoryNo
locationNo
min_readinessNo
Behavior3/5

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

The description implies a read-only browse operation, but with no annotations provided, it lacks details on behavior such as pagination, default limits, or result structure. The transparency is basic but not comprehensive.

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 a single sentence that efficiently conveys the core purpose and optional filters, with no redundant information.

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?

The description covers the basic usage but lacks information about output format, pagination, defaults, or behavior when multiple filters are combined. Without an output schema, more context would be helpful.

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?

With 0% schema description coverage, the description merely lists filter types (category, query, etc.) without adding meaning beyond parameter names. The enum for category provides limited semantics, but no details on formats or usage.

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 clearly states the action 'Browse' and the resource 'cross-merchant Nexez directory,' along with optional filters. However, it does not differentiate from sibling tools like nexez_search or nexez_get_page, which could have overlapping functionality.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description only mentions optional filtering but lacks context for selection among siblings like nexez_search or nexez_get_page.

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

nexez_get_pageCInspect

Fetch a listing's full structured agent manifest (seller profile, offers, actions) by slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesListing slug
Behavior2/5

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

No annotations provided, so description must disclose all behavioral traits. It states 'Fetch' (read-only) but omits any side effects, authentication needs, rate limits, or response format details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence, but includes necessary elements. Could be structured with more context (e.g., what is an 'agent manifest'), but not excessively verbose.

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?

Tool has one parameter and no output schema. Description minimally explains inputs and outputs, but lacks details on response structure or potential errors. Adequate for simple getter.

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%, so description adds no extra meaning beyond the schema's 'Listing slug'. Baseline score of 3 applies as description does not improve parameter understanding.

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?

Description clearly states the verb 'Fetch' and resource 'listing's full structured agent manifest' with details on contents (seller profile, offers, actions). It is distinct from siblings, though no explicit differentiation is provided.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., directory, search) or when not to use it. Usage context is implied only.

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

nexez_validate_checkoutAInspect

Dry-run a checkout for an offer BEFORE paying — validates the offer, currency, and payment readiness. Never charges.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
offerYese.g. services-0 or products-1
queryNoOptional buyer context
Behavior3/5

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

Discloses key behavioral trait: 'Never charges' (safety guarantee). With no annotations provided, this is critical but insufficient. Does not mention authorization requirements, rate limits, or side effects beyond the dry-run nature.

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?

Single sentence, front-loaded with key action and constraints. No redundant words. Efficiently conveys purpose and safety.

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?

With three parameters, no output schema, and no annotations, the description is insufficient for full understanding. It omits return value hints (e.g., success/failure indicators), error conditions, and details on the slug parameter. The dry-run result structure is not described.

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 coverage is 67% (two params documented), but the description adds no parameter-level detail. The required 'slug' parameter has no description in schema or description, leaving ambiguity. The description's mention of 'validates the offer' somewhat overlaps with the offer parameter but does not clarify format or constraints.

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?

Describes a specific action ('dry-run a checkout for an offer') with clear verb and resource. States what is validated (offer, currency, payment readiness) and explicitly notes it never charges. Differentiates from sibling validate_negotiation by focusing on checkout rather than negotiation.

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?

Implies usage 'BEFORE paying', providing timing context. However, no explicit guidance on when not to use or how it compares to alternative tools like nexez_validate_negotiation. The description lacks exclusion criteria or alternative suggestions.

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

nexez_validate_negotiationAInspect

Dry-run a negotiation proposal against the seller’s rules BEFORE submitting. Returns the rules evaluation. Never writes.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
offerYes
queryNo
budgetNo
timelineNo
Behavior4/5

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

With no annotations, the description carries full burden. It explicitly states 'Never writes', indicating read-only behavior. It also says 'Dry-run' and 'Returns the rules evaluation', but does not disclose potential side effects like logging or rate limits. Still, safety is well communicated.

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 key action and purpose. Every word adds value. No redundancy or fluff.

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?

The description provides a high-level purpose but lacks details on parameters, output, or edge cases. With 5 parameters and no output schema, the agent needs more information to use the tool correctly. The description is insufficient for contextual completeness.

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

Parameters1/5

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

The input schema has 5 parameters with 0% description coverage. The tool description does not explain any parameter (slug, offer, query, budget, timeline). This is a critical gap, as the agent cannot determine what each parameter means without further context.

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 performs a dry-run of a negotiation proposal against seller rules, with return of evaluation. It distinguishes itself from the sibling 'validate_checkout' by specifying 'negotiation' and explicitly says it is a pre-submission validation.

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 explicitly says to use this tool 'BEFORE submitting' and 'Never writes', providing clear usage context. It lacks explicit alternatives, but the purpose strongly implies when to use versus actual submission.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.