Skip to main content
Glama

Get Bazaar Listing Kit (paid)

get_bazaar_listing_kit
Idempotent

Use this after buying the Bazaar Listing Package (you must have the listing_key issued at payment). Returns the deploy-ready x402 v2 kit generated for the customer's stack, wallet and price: 402 handler code with the Bazaar discovery declaration, self-settle trigger script, keepalive cron, wallet guidance, and an ordered DEPLOY-CHECKLIST. Pass resource_url / pay_to / price_usd / stack here to fill in anything missing from the purchase; the kit is regenerated on every call (idempotent). Files return inline (chunked above 8KB) — write them to disk for the user. No listing_key? The package is $99 one-time at https://mudko.com/api/x402/bazaar-listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stackNo
pay_toNoReceiving wallet (0x… EVM address on Base).
price_usdNoPrice per call in USD.
listing_keyYeslk_… key issued when the package was purchased (required).
resource_urlNoHTTPS URL agents will pay — also what the Bazaar crawls.
service_nameNoBazaar service name (<=32 ASCII chars; defaults to the endpoint host).
service_descriptionNoRich search-prompt-style description — feeds Bazaar ranking.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNoKit files, inline (chunked above 8KB — concatenate chunks in order).
statusYes
listingNo
messageNo
fileCountNo
next_stepNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide idempotentHint=true, and the description reinforces this by stating 'the kit is regenerated on every call (idempotent)'. It adds details about file return behavior (inline, chunked above 8KB) and that missing parameters are filled from the purchase. No contradictions with annotations.

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

Conciseness4/5

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

The description is a single dense paragraph with four sentences, each conveying critical information: prerequisite, kit contents, parameter behavior, and fallback guidance. While concise, a more structured format (e.g., bullet points) could improve readability, but as a paragraph it efficiently uses space.

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

Completeness4/5

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

For a tool with 7 parameters, an output schema, and annotations, the description sufficiently covers the kit's contents, regeneration property, file handling, and precondition. The output schema likely details return values, so the description need not repeat that. The only minor gap is not explaining the DEPLOY-CHECKLIST order, but overall it's comprehensive.

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 coverage is 86%, so the schema already documents most parameters. The description adds value by explaining that resource_url, pay_to, price_usd, and stack can be passed to fill missing purchase data, and that listing_key is required. This clarifies the optional parameters' role beyond mere definitions.

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's purpose: generating a deploy-ready x402 v2 kit after purchasing the Bazaar Listing Package. It distinguishes itself from sibling tools like create_bazaar_listing by focusing on post-purchase kit generation and specifies the kit's components (handler code, trigger script, cron, etc.).

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 'Use this after buying the Bazaar Listing Package' and requires the listing_key. It also provides an alternative when no listing_key exists (directing to purchase via URL). However, it does not mention specific sibling tools as alternatives, which would strengthen guidance.

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

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, with descriptions that prevent confusion. Tools like scan_site and run_site_audit are differentiated by their focus on AI-readiness vs. site quality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, with clear action words like 'scan', 'create', 'get', 'verify'. Even longer names like 'summarize_scan_for_humans' maintain consistency.

Tool Count4/5

22 tools is slightly above the ideal range but justified by the comprehensive scope of the server, covering scanning, analysis, quoting, file delivery, and verification. Some tools like generate_files and get_customer_files could overlap but serve different contexts.

Completeness5/5

The tool surface covers the entire workflow from site scanning to deployment verification, with no obvious dead ends. All necessary operations for making a site agent-ready are present, including edge cases like x402 validation and credential verification.