Skip to main content
Glama

Read owned Subdomain item

subdomains.get_item
Read-onlyIdempotent

Read a Subdomain NFT item owned by the authenticated wallet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemAddressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds the ownership requirement, which is useful behavioral context beyond annotations, but does not disclose error behaviors or return formats.

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?

The description is a single sentence of 12 words, front-loaded with the verb 'Read'. Every word earns its place, with no redundancy or fluff.

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 simple read tool with strong annotations, the description is mostly adequate. However, the lack of parameter explanation and the absence of any mention of behavior when the item is not owned or not found leave some guidance gaps.

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 must compensate for the undocumented 'itemAddress' parameter. It fails to do so; the description doesn't mention that itemAddress identifies which subdomain item to read. The parameter name is self-explanatory, but no explicit connection is made.

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 clearly states the action ('Read'), the resource ('Subdomain NFT item'), and the scope ('owned by the authenticated wallet'). This distinguishes it from write operations like subdomains.mint_tx and from list operations like subdomains.list_items, though it does not explicitly name alternatives.

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 description implies usage for reading a single owned subdomain item, and the ownership constraint is a helpful usage hint. However, it does not provide explicit when-to-use guidance or mention alternatives such as subdomains.list_items for listing all owned items.

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.