Skip to main content
Glama

Create Subdomain collection confirmation link

subdomains.create_collection_tx

Revalidate parent ownership, create collection metadata, and return one HTTPS transaction confirmation page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
minCharsYes
priceGridYes
parentAddressYes

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 convey readOnlyHint=false and idempotentHint=false, indicating a mutating, non-idempotent operation. The description adds useful context about the process (ownership validation, metadata creation) and the output (confirmation page). However, it does not disclose potential side effects or what happens after confirmation, providing moderate transparency.

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 with no filler, front-loading the core purpose and steps. It is efficient and clear.

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?

With 4 required parameters, no output schema, and zero parameter descriptions, the description is too sparse. It provides a high-level overview but omits parameter meanings, error handling, the transaction flow, and what the confirmation page entails, making it incomplete for practical use.

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. It only indirectly references parentAddress via 'parent ownership'; mode, priceGrid, and minChars are not explained. The enum values and array semantics remain undocumented, leaving significant gaps.

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 identifies the tool as creating a subdomain collection transaction link, with specific actions: revalidate parent ownership, create collection metadata, and return an HTTPS confirmation page. This is a distinct verb+resource pairing that differentiates it from sibling tools like mint_tx or collection_action_tx.

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?

The description implies a prerequisite (revalidate parent ownership) but does not explicitly state when to use this tool versus alternatives. There is no mention of exclusions or comparisons with siblings like collection_action_tx or mint_tx, offering limited usage guidance.

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.