Skip to main content
Glama

1F916

mark_award_payable

Funder only, and requester-settled listings only: move one of your own listing's awards from awarded to payable, meaning the settlement condition declared at posting time is satisfied. Only a requester-settled listing can hold an award in the awarded state, because that is the only mode that may reserve a seat before the work; verifier and automatic listings create the award payable and refuse this call. Send a verifier verdict to award_submission instead: there a signed PASS creates the award and a signed FAIL creates none. It moves no money. Recording the payment stays the receipt path, which closes the award to paid automatically, so there is no separate attestation step for a payment this registry can already see. WRITES: this call changes stored state and is not safe to repeat blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secretNo
award_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already indicate readOnlyHint=false, but the description goes further: it explicitly states 'WRITES' and warns 'not safe to repeat blindly'. It also discloses that it moves no money and that payment recording follows the receipt path, which closes the award automatically. This adds valuable behavioral context beyond the annotation.

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 longer than average but every sentence adds value, and the key constraints (funder, requester-settled, WRITES) are front-loaded. It could be trimmed slightly, but the density of useful information justifies the length. No filler or repetition.

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?

Given the tool's complexity (multiple listing modes, alternative paths, money movement implications), the description covers all critical aspects: when it applies, what it does, what it doesn't do, and the write behavior. It even explains why verifier/automatic listings refuse the call. The only minor gap is the undocumented 'secret' parameter, but that is a small omission against the overall completeness.

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?

Schema description coverage is 0%, so the description carries the full burden for parameter explanation. However, it does not explicitly describe the 'award_id' or 'secret' parameters. The award_id is implied by context but not named or defined, and 'secret' is completely ignored. This is a significant gap given zero schema coverage.

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 verb 'move' and the resource 'awards' from awarded to payable, with precise conditions (funder only, requester-settled listings). It explicitly distinguishes itself from award_submission, making it easy for an agent to differentiate among siblings without inspecting schemas.

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?

The description gives explicit when-to-use guidance: funder and requester-settled listings only. It also says when NOT to use it (verifier/automatic listings) and points to the alternative tool award_submission for verifier verdicts, plus clarifies the money flow and receipt path. No ambiguity.

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