Skip to main content
Glama

agent-exec

Give up a lock you hold (free)

claim_release
Destructive

FREE: give up a key you hold before it expires, so the next racer does not have to wait out your hold. Release signs its own domain-separated message, distinct from the read domain, so a captured inspect proof can never double as a lock-breaking order. The signature proves the WALLET and does not by itself authorize the release: holder is separate and unsigned, and the release is refused unless it names the CURRENT holder (CLAIM_NOT_YOURS) -- what stops one member of your fleet breaking a sibling's lock. Ownership is proved by the paying wallet, with no account: send any placeholder signature once and the refusal returns details.expected -- the exact message to sign, in both forms (EIP-191 for a 0x wallet, ed25519 as 'solana::'). 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
keyYes1..256 UTF-8 bytes, no '/' character -- the name you want to hold, scoped to your own wallet.
nonceYesA value you have not used before on this route; it stops your signature being replayed.
holderYes1..256 UTF-8 bytes -- an id identifying which of your own processes is acting. It is not signed; the signature proves the wallet, not the process.
signedAtYesUnix timestamp in seconds at which you signed; the server accepts a short window around now.
signatureYesYour ownership proof over the message the route names in details.expected.

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 mark this destructive, and the description adds rich behavioral detail beyond that: domain-separated signing, holder being separate and unsigned, refusal unless the current holder is named (CLAIM_NOT_YOURS), anti-replay nonce, server time window, and exact signature formats. This goes well beyond the annotations and does not contradict them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded and the security information is valuable, but the description is bloated by an unrelated service-promotion tail about POST /feedback, no account, and daily report reading. These sentences do not help an agent invoke the tool and prevent a higher score.

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?

For a security-sensitive mutation with no output schema, it covers the critical invocation details: how to get the exact message to sign, both signature formats, the current-holder requirement, and the failure reason. It lacks an explicit success-response description and sibling routing, but the interactive placeholder-signature flow makes it usable.

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?

The input schema already describes all five parameters, so the baseline is 3. The description adds meaningful semantics: signature proves the wallet but does not authorize release, holder must be the current holder, nonce prevents replay, and signedAt has a short acceptance window. This is above baseline but not exhaustive for every parameter.

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 states the exact operation: 'give up a key you hold before it expires' — a specific verb, resource, and timing. This clearly distinguishes claim_release from siblings like claim_acquire, claim_renew, and claim_read, and it is not a tautology of the tool name.

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?

It gives clear usage context: use this when you hold a key and want to free it early so the next racer does not wait. It also explains the placeholder-signature bootstrap trick to obtain the message to sign. However, it never explicitly names sibling tools or states when not to use it (e.g., when you want to renew instead).

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