Skip to main content
Glama

agent-exec

Take a named lock for 300 seconds (free)

claim_acquire_free

FREE: win a caller-named key for 300 seconds, or learn who already holds it. Unlimited distinct keys per wallet, renewable by calling again. A sibling of claim_acquire, not a discount on it: this lease is 12x shorter than the cheapest paid plan, so a lock that has to survive a deploy, a batch or a day is on the paid ladder from the first minute. The free-acquire signature has its OWN domain, distinct from the read and release domains, so neither of those can be replayed into an acquire. 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/5.0
Behavior4/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false. The description goes well beyond that, disclosing the domain separation for signatures ('distinct from the read and release domains'), the 'unlimited distinct keys per wallet' constraint, the renewal property, and the exact mechanism to obtain the signing message (placeholder signature triggers details.expected). It does not describe response structure, but the annotations already cover the safety profile, so the added context is valuable.

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

Conciseness2/5

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

The description is long (~220 words) and front-loads the core purpose, but then drifts into tangential material: complaints, questions, quote requests, and the feedback endpoint, which are unrelated to tool invocation. While some extra context (domain separation, signature flow) is valuable, the marketing-style filler significantly hurts conciseness. It could be trimmed by half without losing critical guidance.

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?

For a 5-parameter, all-required tool with no output schema, the description covers the acquisition process, signature retrieval, duration, and renewal. However, it never describes what a successful response looks like (e.g., lock metadata, expiry timestamp), which an agent would need to know to confirm success. It also omits any rate limits or quotas beyond 'unlimited distinct keys.' Given the tool's moderate complexity, a 3 reflects the gap in response semantics but acknowledges the strong coverage of the invocation flow.

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 covers all 5 parameters with clear descriptions (100% coverage), so the baseline is 3. The description adds one useful nuance for the signature parameter (the placeholder-signature trick to retrieve the message), but this is more about the overall flow than parameter meaning. It does not materially improve understanding of any parameter beyond what the schema already states.

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 opens with a clear, specific action: 'win a caller-named key for 300 seconds, or learn who already holds it.' This states the verb (acquire), the resource (named key), and the duration (300 seconds). It also explicitly distinguishes itself from the sibling claim_acquire, calling it 'not a discount on it' and contrasting the lease length, so an agent can tell them apart without opening 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: 'this lease is 12x shorter than the cheapest paid plan, so a lock that has to survive a deploy, a batch or a day is on the paid ladder from the first minute.' It names the alternative (claim_acquire) and the condition that selects it (duration need), plus notes renewability. This is direct, actionable guidance with 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