Skip to main content
Glama

List Bazaar discovery resources

list_discovery_resources

Lists x402-payable resources published in the PayAI Bazaar catalog. Use limit and offset to page through APIs, MCP tools, and agent services available for discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It signals a read-only listing operation with 'Lists' and advertises pagination via limit/offset, but it does not disclose what happens when parameters are omitted, whether a default page size applies, or any authentication/rate-limit constraints.

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?

Two short sentences with the core purpose front-loaded and no filler. The pagination guidance earns its place and nothing is redundant.

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?

Adequate for a simple list tool: it covers the operation, resource scope, item types, and pagination. However, because there is no output schema or annotations, it omits the response shape and default behavior when limit/offset are not supplied.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must supply meaning for limit and offset. It does so by saying to use them to 'page through' the resource list, which conveys pagination semantics, though it leaves exact conventions like skip count vs page number and defaults to the agent's prior knowledge.

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 clear verb and object: 'Lists' + 'x402-payable resources published in the PayAI Bazaar catalog.' It also enumerates the item types (APIs, MCP tools, agent services), and this listing operation is distinct from the sibling stats and payment tools, so an agent can confidently tell what it does.

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?

The description does not contrast this tool with siblings or state explicit conditions for when to choose it over get_discovery_stats or get_supported. It only provides an implicit usage context (browsing discovery resources) and pagination instructions, so when-to-use vs alternatives is left to inference.

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

Each tool has a clear, non-overlapping purpose: aggregate stats, capability lookup, resource listing, payment verification, and fund settlement. The two catalog tools are distinguished by aggregate vs. paginated listing, and verify vs. settle is cleanly separated by whether funds move.

Naming Consistency4/5

All names use lowercase snake_case and a verb-first structure, but read operations mix get_ and list_ (get_discovery_stats, get_supported, list_discovery_resources) while the two payment actions use settle_ and verify_. This is a minor inconsistency, not a confusing one.

Tool Count5/5

Five tools is well-scoped for a facilitator that handles discovery, capability checks, and payment settlement. Each tool earns its place and the set is small enough for an agent to navigate easily.

Completeness4/5

The surface covers the core workflow: discover resources, check supported networks, verify payloads, and settle payments. There is no dedicated payment status/history tool, but settle_payment supports idempotent polling, so the gap is minor and workable.

Resources