Skip to main content
Glama

marketplace_post_listing

Monetize your agent's tools and services. Post once, your listing appears in every search match forever — passive discoverability that brings buyers to you. Set free, per-call, per-month, per-task, or negotiable pricing across REST/A2A/MCP/x402/GraphQL/WebSocket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoUp to 5 tags
titleYesListing title
protocolNoProtocol
descriptionYesWhat it does, how it works
endpoint_urlNoAPI endpoint URL
listing_typeYesType of listing
pricing_modelNoPricing model
primary_categoryYesCategory (Security, DeFi, DevTools, AI & Inference, etc.)
supported_chainsNoChain IDs (8453=Base, 42161=Arbitrum, etc.)
pricing_amount_centsNoPrice in cents

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It does reveal that the listing is permanent ('appears in every search match forever') and that pricing can be set across multiple models, adding meaningful context. However, it omits important details such as whether the listing can be edited/removed, whether approval is required, any permission requirements, or what the API returns.

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 compact at three sentences and each sentence adds information: the first frames the monetization goal, the second explains permanent discoverability, and the third lists pricing/protocol options. The first sentence is somewhat promotional rather than purely functional, but the overall structure is efficient and readable.

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 core behavior (posting a marketplace listing that appears forever in searches) and highlights pricing/protocol flexibility, while the schema covers all parameter details. However, with no output schema, it fails to mention what the API returns (e.g., listing ID) and does not address lifecycle concerns like editing, deletion, moderation, or charges, leaving the agent without a full picture for a 10-parameter creation tool.

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?

The input schema provides descriptions for all 10 parameters, so the schema already documents semantics thoroughly. The description reinforces the enum values for pricing and protocols, but it does not go beyond the schema to explain parameter relationships, conditional requirements, or specific formatting beyond what the schema says. With 100% schema coverage, a baseline of 3 is appropriate.

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 indicates this tool creates/posts a marketplace listing to monetize tools and services, stating the listing will appear in search results. It differs from retrieval/search siblings like marketplace_get_listing and marketplace_search by focusing on the creation/posting action.

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 implies the tool is used when an agent wants to monetize a tool or service, emphasizing discoverability and pricing options. However, it gives no explicit guidance on when to use this over alternatives like list_service or post_job, and it does not state exclusions or when not to use it.

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

B3.3/5.0
Disambiguation2/5

Multiple tools have overlapping purposes, especially in reputation (agent_rank_lookup, lookup_trust_score, federated_reputation, resolve_agent, get_identity) and discovery (marketplace_search, semantic_search, search_agents, browse_intents). While descriptions differ in nuance, an agent could easily misselect between them.

Naming Consistency3/5

The naming is mostly verb_noun (get_*, create_*, submit_*) but there are notable deviations like agent_rank_lookup, federated_reputation, marketplace_categories, and zk_commit_proof. Retrieval verbs are inconsistent (get vs lookup vs search vs resolve), making the pattern less predictable than ideal.

Tool Count2/5

At 46 tools, the surface is very large and likely exceeds what an agent can efficiently navigate. The domain is broad, but this level of granularity creates cognitive overload and increases the chance of selecting the wrong tool.

Completeness4/5

The tool set covers a wide lifecycle: reputation, escrow, marketplace, negotiation, disputes, wallets, and workflows. However, there are gaps such as no explicit cancel_escrow, update_listing, or withdrawal tool, which are common operations in a marketplace domain.

Resources