Skip to main content
Glama

Get resource claim status

get_claim_status
Read-onlyIdempotent

Return the current time-limited domain and wallet controller link. Claim status does not affect paid rank or quality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already cover read-only and idempotent behavior, so the description only needs to add extra context. It adds 'current' and 'time-limited', indicating the returned claim data is temporal and may expire, and clarifies that claim status is independent of paid rank/quality. No contradiction with annotations.

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

Conciseness5/5

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

Two short sentences, front-loaded with the action, with no filler or repetition. Every sentence contributes context.

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?

The single-parameter schema, output schema, and annotations reduce the burden on the description. Still, the definition leaves the nature of a claim status underspecified and provides no usage routing, so it is not fully complete for an agent deciding between this and related tools.

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% and the description never mentions resource_id or how it identifies the claim. The parameter name and title imply it is a resource identifier, and the schema supplies UUID constraints, but the description adds no semantic value beyond that.

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 uses a specific verb ('Return') and names the relevant output (current time-limited domain and wallet controller link), and the title clarifies it is about resource claim status. It is largely distinguishable from the sibling tools, though the relationship between 'claim status' and the returned domain/link is not fully explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The second sentence gives an implied exclusion ('does not affect paid rank or quality'), hinting that this tool is not a ranking/quality signal. However, it never states when to use this tool instead of a sibling, nor does it offer explicit alternatives.

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.