Skip to main content
Glama

Create Subdomain action confirmation link

subdomains.collection_action_tx
Destructive

Revalidate current collection or parent rights and return one HTTPS management transaction confirmation page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNo
actionYes
walletNo
allowedNo
newAdminNo
reservedNo
accessModeNo
collectionAddressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already indicate destructive (destructiveHint=true) and non-idempotent behavior. The description adds that it revalidates rights and returns a confirmation page, which is useful context beyond the annotations. However, it does not disclose what the 'management transaction' will actually do (e.g., withdraw fees, transfer admin) or any side effects. It adds some value but leaves significant gaps.

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

Conciseness3/5

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

The description is a single sentence, which is concise in length. However, the phrasing 'Revalidate current collection or parent rights' is awkward and unclear, and the sentence does not provide enough substance to be considered well-structured or informative. It is short but not effectively so.

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 8 parameters, no output schema, and several sibling tools, the description is insufficient for an agent to fully understand the tool's behavior. It does not explain what the confirmation page contains, what happens after validation, or how the action parameter changes the transaction. The lack of details about return values and side effects makes it incomplete for safe invocation.

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?

Schema description coverage is 0%, so the description must compensate for undefined parameters. It does not mention any parameter names (e.g., collectionAddress, action, wallet) nor explain how the enum values like 'withdraw_fees' or 'transfer_admin' relate to the action. This leaves the agent entirely dependent on the schema's limited fields and enums.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Revalidate') and resource ('current collection or parent rights'), and mentions the output ('HTTPS management transaction confirmation page'). However, it is unclear what 'revalidate' means in this context and how it relates to the tool's name 'collection_action_tx'. It does not clearly distinguish this from other subdomain transaction tools like subdomains.mint_tx or subdomains.transfer_item_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 provides no explicit guidance on when to use this tool versus alternatives. The phrase 'Revalidate current collection or parent rights' implies a prerequisite validation step, but it does not explain which actions require this tool or when other tools (e.g., subdomains.create_collection_tx) would be more appropriate. No alternatives are mentioned.

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.