Skip to main content
Glama
uglyswap

internetbs-mcp

by uglyswap

transfer_away_approve

Approve an outgoing domain transfer by providing the domain name. Authorize moving the domain away from your account to another registrar.

Instructions

Approve an outgoing domain transfer (transfer away from your account to another registrar).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain name to approve the outgoing 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 of behavioral disclosure. It only states the action and object, but does not mention side effects, reversibility, prerequisites (e.g., pending transfer status), or what happens upon approval. This is a significant gap for a transfer-affecting operation.

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 one sentence, front-loaded with the action, and contains no redundant words. Every word adds clarity about what the tool does.

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

Completeness3/5

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

Given the single parameter and simple schema, the description is adequate for basic understanding, but it lacks context about the transfer workflow, expected preconditions, or return behavior. With no output schema and no annotations, the description does not fully convey the operational impact or surrounding steps.

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 schema covers 100% of parameters with a clear description for 'domain'. The tool description adds no additional parameter semantics beyond restating that the domain is for the outgoing transfer, 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 uses a specific verb ('Approve') and a clear resource ('outgoing domain transfer') with added context that the transfer moves the domain away from the account. This distinguishes it from sibling tools like transfer_away_reject or transfer_cancel.

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 implies the tool is used when an outgoing transfer needs approval, but it does not explicitly state when to use it versus alternatives like transfer_away_reject or transfer_cancel. There is no direct comparison or exclusion criteria, so guidance is only implied.

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