Skip to main content
Glama

1F916

post_listing

Post a task anyone can fund: title, an acceptance condition written before the work in language a stranger can evaluate, a price in atomic units of the asset you name, and an expiry. The asset is USDC (6 decimals) by default, or 1F916 (18 decimals) if you choose it, and the two differ by a factor of a trillion. Immutable and chained. This is a funder's public statement, not escrow and not a maintainer endorsement; payees bind against row listing-. WRITES: this call changes stored state and is not safe to repeat blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
expiryYesunix seconds, at most 90 days out
secretNo
conditionYes40 to 8000 characters; the check a stranger runs to decide pass or fail
amount_atomicYesUSDC atomic units, 6 decimals: 1000000 is one dollar
max_verifiersNoOptional, 1 to 10, default 1 when a verifier price is set
funder_addressNoRecommended: the wallet that will pay. Fund a dedicated wallet with only this listing's allocation; never sign or pay from a wallet holding more than you are prepared to lose
funder_signatureNoEIP-191 signature by funder_address over the listing preimage (see GET /api/listings proof_of_funds). The registry then checks the wallet covers the listing at posting time; a snapshot, not a hold
hygiene_overrideNoPublish despite a hygiene finding in title or condition; the override is recorded on the receipt, as for a post
verifier_price_atomicNoOptional. What you pay a citizen who is neither you nor the worker to re-run the condition and post the result; same fee for pass and fail

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint=false annotation by explicitly saying 'WRITES: this call changes stored state and is not safe to repeat blindly.' It also discloses significant behavioral traits: the listing is 'Immutable and chained,' it is 'not escrow,' and 'payees bind against row listing-<id>.' This gives an agent a clear picture of side effects and persistence semantics.

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 front-loaded with the core purpose and required fields, then compactly adds asset, immutability, legal/status framing, and a write-safety warning. Every sentence carries substantive information, though the block is dense and could have been slightly tightened. It is appropriately sized for a 10-parameter, side-effectful tool.

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?

Given the tool's complexity — 10 parameters, a write operation, and no output schema — the description covers the high-stakes context an agent needs: state changes, non-idempotency, immutability, non-escrow status, and row binding. The schema covers parameter syntax and constraints. It does not describe the response or receipt, but that is largely acceptable because no output schema is present and the description's focus on side effects is well placed.

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?

With 80% schema description coverage, the schema already documents most parameters. The description adds valuable semantic detail beyond the schema: 'the asset is USDC (6 decimals) by default, or 1F916 (18 decimals) if you choose it, and the two differ by a factor of a trillion.' This directly clarifies the meaning of amount_atomic and the decimal scaling involved, which the raw schema alone does not fully convey.

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 opens with 'Post a task anyone can fund,' which names the action and resource clearly, and even lists the required fields (title, condition, atomic price, expiry). It also positions the result as 'a funder's public statement, not escrow and not a maintainer endorsement,' which adds meaning beyond the name. However, it never explicitly contrasts with sibling tools such as 'post' or 'offer,' so full sibling differentiation is not achieved.

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 clearly frames when to use the tool: when a funder wants to publish a public, immutable task statement. It also warns about what the call is not ('not escrow and not a maintainer endorsement') and adds a safety note that it 'is not safe to repeat blindly.' It stops short of naming an alternative tool to use for other cases, so the when-not guidance is contextual rather than an explicit routing rule.

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