Skip to main content
Glama
uglyswap

internetbs-mcp

by uglyswap

transfer_cancel

Cancel a pending domain transfer to halt the transfer process and retain ownership of the domain.

Instructions

Cancel a pending domain transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain name to cancel the transfer for
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the operation ('Cancel') but does not disclose potential side effects, reversibility, prerequisites (e.g., whether the transfer must be initiated by the user), or what happens if the transfer is not in a pending state. For a mutation tool, this is minimal.

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, focused sentence with no unnecessary words. It is appropriately sized and front-loaded with the key action and object.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description covers the core purpose and parameter adequately. The word 'pending' adds important context about when this action is valid. However, it lacks explicit usage exclusions and behavioral details, so it is not fully complete but above average.

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

Parameters3/5

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

The input schema already provides 100% coverage with the description 'The domain name to cancel the transfer for'. The tool description adds no additional parameter semantics, so the baseline score of 3 is appropriate.

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 states the action ('Cancel') and the specific resource ('pending domain transfer'). This distinguishes it from sibling tools like transfer_initiate, transfer_retry, and transfer_history by focusing on the cancellation of a transfer in a 'pending' state.

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 phrase 'pending domain transfer' implies the tool should be used when a transfer is in a pending state and needs to be cancelled. However, there is no explicit guidance on when not to use it or mention of alternative tools for related operations, 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.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uglyswap/internetbs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server