Skip to main content
Glama

购买 IPv6 时长 IP

order_buy_ipv6
Destructive

Purchase static residential IPv6 sub-accounts with specific quantity, country, protocol, and duration. Get a confirmation preview for approval, then balance is deducted; requires verified account.

Instructions

会从账户余额扣费。购买静态住宅 IPv6 时长 IP 子账号,num 为 IP 数量;IPv6 购买不支持优惠券。账号须先完成邮箱或手机验证以及实名验证才能购买。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numYes需要购买的子账号数量。范围:1-5000之间
cityNo城市名称,取 city_list 返回的名称;不传随机
agreeYes协议
ip_strNo指定的 IPv6 段
remarkNo备注
countryYes静态住宅国家编码code。静态住宅(IPV6)对应国家列表可获取国家编码。支持的静态住宅国家列表可在静态住宅(IPV6)国家查询。国家用 ISO 3166-1 二字码,如 US
timelenYes购买时长:0=7天,1=30天,2=90天,3=180天,4=360天
bandwidth_numNo购买时选定的增值带宽
confirm_tokenNo确认码。客户端不支持弹窗确认时,第一次调用只返回操作预览和确认码;把预览告诉用户并得到同意后,用相同参数带上确认码再调一次。支持弹窗确认的客户端不需要这个参数
verder_order_idNo外部请求订单id。非必填。如果传递,则需要每次生成新订单时,这个verder_order_id一定要唯一。否则返回verder_order_id缓存生成的订单数据。缓存有效期4小时。
use_random_usernameNo创建时是否使用随机账号和密码。0=不使用,1=使用

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, indicating a mutating operation. The description adds valuable behavioral details: it explicitly states the balance deduction and the verification prerequisites. It doesn't contradict annotations and enriches the safety profile with cost and authentication requirements.

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 concise, a single sentence with a semicolon separating key points. It front-loads the critical cost implication and includes prerequisites and a coupon restriction. It avoids redundancy and is easy to parse, though it could benefit from slight structural separation.

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 tool has 11 parameters and 4 required, the description covers the essential prerequisites and cost but omits the two-step confirmation flow for clients without popup support (though this is detailed in the schema). The lack of an output schema means return values aren't expected. Overall, it's adequate but not exhaustive for a complex purchase operation.

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?

Schema description coverage is 100%, so all parameters have detailed descriptions. The description adds little beyond the schema; it mentions num is IP quantity, but the schema already says '需要购买的子账号数量'. No new meaning is provided for parameters. The baseline of 3 applies because the schema fully documents parameters.

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 tool's purpose: purchasing static residential IPv6 time-based IP sub-accounts. It uses a specific verb '购买' (purchase) and resource '静态住宅 IPv6 时长 IP 子账号'. It also distinguishes itself from siblings like order_buy_dynamic and order_buy_time_ip by specifying IPv6 and static residential type, making it unambiguous.

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

Usage Guidelines4/5

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

The description provides clear usage context: it deducts from account balance, requires email/phone verification and real-name verification, and notes that IPv6 purchases don't support coupons. While it doesn't explicitly contrast with alternative purchase tools, the specific scope (IPv6 time-based) makes the appropriate usage evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.