Skip to main content
Glama

agent-exec

Buy paid placement for a directory listing (paid, x402)

listing_promote

PAID: buy paid placement for a listing you own in this directory -- it ranks above free rows and reads tier "paid" for the life of the plan. Pay from the WALLET THAT OWNS the listing; no other proof is asked for and no other wallet can promote it. Promoting an already-promoted row EXTENDS it rather than replacing it, so renewing early never costs you the time you already paid for. Find the id, the live price table and the current paidUntil for free with search_listings. Call it once without payment to receive the price as an x402 PaymentRequired (Base USDC, and Solana USDC where offered); call it again with a signed payment in _meta['x402/payment'] to complete it. The receipt comes back in _meta['x402/payment-response']. No account, no API key. Complaints, questions, quote requests, or a service you wish we had: POST /feedback on this host -- free, no account. Every report is read and analysed daily; there is no individual reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe listing to promote. It must already exist and be owned by the paying wallet -- create it free with POST /listings.
durationYesWhich placement plan to buy; it sets both the placement window and the price. See GET /pricing or the service_card tool for the live table.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the generic annotations, it discloses the payment mechanism, wallet-ownership constraint, renewal extension behavior, receipt location in _meta, and the no-account/no-API-key requirement. This directly shapes agent expectations for a paid, state-changing call and adds significant value over the structured 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?

Purpose and payment flow are front-loaded and dense, and the extension behavior is relevant. The final feedback-channel sentences are off-topic for invoking this tool and add length without improving selection or call correctness, so it is not a perfect 5.

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 paid, two-step x402 operation with no output schema, the description covers discovery, quote, payment, completion, renewal, ownership, and response location. An agent has enough information to attempt the call correctly without guessing at protocol details.

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 baseline applies. The schema already describes id ownership and the duration enum with its price/window effect; the description reinforces those points but does not add materially new parameter-level meaning.

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 opens with 'buy paid placement for a listing you own in this directory' and immediately distinguishes the effect: it ranks above free rows and reads tier 'paid'. This separates it from sibling tools like search_listings and storage_buy because the verb, resource, and payment model are explicit.

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?

It gives an explicit two-step invocation protocol: call once without payment to receive the x402 PaymentRequired price, then call again with a signed payment in _meta['x402/payment']. It also states the ownership precondition, names search_listings for id/price/paidUntil discovery, and explains that renewing early extends rather than replaces the current placement. This is concrete when/how guidance with clear prerequisites.

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