Skip to main content
Glama

agent-exec

Who holds this key (free)

claim_read
Read-only

FREE: who currently holds this key, if anyone -- scoped to YOUR wallet, so a stranger cannot probe your namespace. Checking your own lock must not cost again, or a fleet polling its own hold is charged for not doing work twice. A key nobody holds answers with claim: null, never a not-found: "is this free?" is a legitimate question with a legitimate negative answer. The read signature cannot release the key. 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.
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.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context: it explains that a key nobody holds returns 'claim: null' rather than a not-found error, that the read signature cannot release the key, and that a placeholder signature can be used to retrieve the exact message to sign (details.expected). This goes beyond the annotations and helps the agent anticipate edge cases.

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 description is verbose and includes promotional content about the /feedback endpoint, which is unrelated to the tool's operation. The core purpose is front-loaded, but the additional marketing text about daily report analysis and no individual reply adds noise. While it is informative, it could be more concise without losing essential operational details.

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?

The description covers the key aspects an agent needs: the free nature, the wallet scoping, the null response for unheld keys, and the placeholder signature mechanism to obtain the exact signing message. It does not specify the full response structure for a held key (beyond implying a 'claim' field), but the absence of an output schema is mitigated by the description's explanation. This is sufficient for basic invocation.

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 schema provides descriptions for all four parameters (100% coverage), so the baseline is 3. The description adds extra meaning for the 'signature' parameter by explaining the placeholder approach and the exact signature formats (EIP-191 and ed25519). It also clarifies that 'key' is scoped to the user's wallet. This added detail justifies a score above baseline.

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 tool's purpose: checking who currently holds a specific key, scoped to the user's own wallet. It uses a specific verb ('holds') and resource ('key'), and distinguishes itself from sibling tools like claim_acquire and claim_release by emphasizing it is a read-only, free operation. The phrase 'scoped to YOUR wallet' also clarifies its limited scope.

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 provides context for when to use this tool: it is for checking your own key holdings and is free, explicitly noting that 'checking your own lock must not cost again'. It does not explicitly name alternative tools or state when not to use it, but the scope and read-only nature are clear. It could be improved by directly referencing siblings like claim_acquire for acquisition, but the guidance is adequate.

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