Skip to main content
Glama

update_listing

Modify price, endpoint, or max latency on a published Swarmwage capability. Requires a wallet.

Instructions

Alias of publish_listing — same idempotent upsert. Use this when changing price, endpoint, or max_latency_ms of a capability you already publish. Requires a wallet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capabilityYes
price_usdcYes
endpointYes
max_latency_msYes
first_call_freeNo
currencyNo
chainNoSettlement chain for this listing. Only 'base' (Base mainnet) is accepted by the public registry.
Behavior3/5

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

Without annotations, the description carries the full burden. It states idempotency and the upsert nature, but fails to disclose side effects, return values, error conditions, or the meaning of 'wallet requirement'. Basic transparency but lacks depth.

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 sentences with no waste. The first establishes the relationship to `publish_listing` and idempotency; the second provides the use case and a key prerequisite.

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

Completeness2/5

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

The description is too brief given the tool's complexity: 7 parameters, no output schema, no annotations. It omits parameter semantics for 4 parameters, does not describe return values or error behavior, and only mentions the wallet requirement without details.

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

Parameters2/5

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

With only 14% schema coverage, the description adds value by naming three parameters (price, endpoint, max_latency_ms) but omits explanation for `capability` and `first_call_free`, and does not compensate for the low coverage of other parameters like `currency` (though enum) and `chain` (described in schema). The required parameter `capability` is not clarified as the listing identifier.

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 it is an alias of `publish_listing` and an idempotent upsert for updating existing listings, distinguishing it from siblings like `publish_listing` (for new listings) and `list_my_listings` (for listing owned listings).

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 advises using this tool when changing price, endpoint, or max_latency_ms of an already published capability, and mentions the wallet requirement. However, it does not explicitly state when not to use it or list alternatives beyond being an alias.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Swarmwage/swarmwage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server