Skip to main content
Glama

Create Subdomain mint confirmation link

subdomains.mint_tx

Revalidate availability and access, build metadata, and return one HTTPS mint or pending-mint confirmation page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
parentYes
collectionAddressYes
setWalletToMinterNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already indicate a non-read-only, non-idempotent operation. The description adds context by mentioning revalidation of availability/access and returning a confirmation page, implying a multi-step process and a URL output. However, it does not disclose side effects, potential failure modes, or whether a transaction is actually submitted or just a link is generated.

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

Conciseness4/5

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

The description is a single sentence that is front-loaded with the core process steps (revalidate, build metadata, return page). It avoids unnecessary words, though the phrase 'mint or pending-mint' is slightly redundant. Overall, it's concise and well-structured for the content it provides.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has four parameters with no descriptions, no output schema, and a non-trivial operation (minting). The description only offers a high-level overview and doesn't explain what the confirmation page contains, how parameters relate to the operation, or what side effects occur. This is insufficient for an agent to invoke it correctly without additional inference.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero descriptions for its four parameters (label, parent, collectionAddress, setWalletToMinter), and the description provides no explanation of any of them. With 0% schema coverage, the description should compensate but completely fails to define the meaning or format of the parameters.

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 identifies a specific action: revalidate availability/access, build metadata, and return a confirmation page. The resource is clearly the subdomain mint confirmation link, and the tool name/title reinforce this. It doesn't explicitly distinguish from sibling subdomain tools like transfer_item_tx or recovery_tx, but the mint-specific wording makes the purpose clear.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or relationship to sibling tools such as subdomains.transfer_item_tx or subdomains.recovery_tx. The description only states what it does, not when or why to choose it.

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.