Skip to main content
Glama

Nexez Agentic Commerce

Browse the Nexez directory

nexez_directory
Read-only

Browse published Nexez listings without requiring a buyer query. All filters are optional. Returns directory JSON text with listing summaries and readiness information. Use nexez_search when you need ranked matches for a specific buyer request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOptional case-insensitive text filter across listing name, description, audience, and location.
categoryNoMarketplace category; defaults to all.
locationNoOptional city or region filter matched against published location and service-area information.
min_readinessNoMinimum listing readiness score, normally 0-100; defaults to 0 (no threshold).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / category / description
      Added value: +"Marketplace category; defaults to all."
    • addedInput schema / properties / location / description
      Added value: +"Optional city or region filter matched against published location and service-area information."
    • addedInput schema / properties / min_readiness / description
      Added value: +"Minimum listing readiness score, normally 0-100; defaults to 0 (no threshold)."
    • addedInput schema / properties / q / description
      Added value: +"Optional case-insensitive text filter across listing name, description, audience, and location."
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint, covering safety. The description adds useful behavior beyond annotations by specifying that results are returned as directory JSON text with listing summaries and readiness information, and that filtering is entirely optional. It does not mention pagination or ordering, but for a read-only browsing tool this is not a critical gap.

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 sentences, each earning its place: purpose and scope, optional filtering, and a pointer to the sibling tool. The information is front-loaded and free of filler.

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?

For a simple read-only directory tool with 100% schema coverage and full annotation coverage, the description is complete. It explains what the tool returns in the absence of an output schema and clearly identifies when to use nexez_search instead, leaving no critical gap for an agent deciding whether to call it.

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 schema already documents every parameter and its meaning. The description adds only the general statement that all filters are optional, which is already implied by zero required parameters. It does not add syntax, formatting, or interaction details beyond the schema.

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 verb ('browse') and resource ('published Nexez listings'), and clearly distinguishes itself from nexez_search by noting it does not require a buyer query. It also states the return type (directory JSON text with summaries and readiness information), making the tool's purpose unmistakable.

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 to use nexez_search when ranked matches for a specific buyer request are needed, providing a clear alternative and boundary. It also clarifies that all filters are optional and that browsing requires no buyer query, which tells the agent when this directory tool is the right choice.

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.

Resources