Skip to main content
Glama

Read Subdomain collection

subdomains.get_collection
Read-onlyIdempotent

Read a fresh collection snapshot when the authenticated wallet holds collection or parent rights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionAddressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the description adds value by disclosing the authorization requirement and the 'fresh' nature of the snapshot. These details go beyond the structured annotations and do 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.

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the core action and then adds the permission condition. There is no wasted wording, and all content earns its place.

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 simple read tool with one parameter and strong annotations, the description covers the key prerequisites (permissions) and the behavioral nuance (fresh snapshot). The return value is implied by 'snapshot,' and since no output schema exists, this is acceptable. The auth condition is a meaningful addition.

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?

With 0% schema description coverage, the description should compensate by explaining the parameter, but it does not mention collectionAddress at all. The parameter name is somewhat self-explanatory, but the description adds no additional meaning about its format or usage, leaving the agent to infer from the tool name and domain context.

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 ('Read') and resource ('collection snapshot'), clearly indicating the tool's function. It also adds the context of a 'fresh' snapshot, which distinguishes it from cached reads. However, it does not explicitly contrast with sibling tools like list_collections or get_item, though the singular 'collection' implies a single-resource lookup.

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 states a clear prerequisite: use only when the authenticated wallet holds collection or parent rights. This is useful context but does not advise when to prefer this tool over alternatives or when not to use it. No specific alternative tools are mentioned, so the guidance is implied rather than explicit.

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.