Skip to main content
Glama

购买动态住宅流量

order_buy_dynamic
Destructive

Buy dynamic residential traffic by the GB, with permanent or fixed-term options. Complete account verification and provide a confirmation token to approve the purchase.

Instructions

会从账户余额扣费。购买动态住宅流量,num 为 GB 数;永久套餐流量不过期,期限套餐要用 bill_timelen 指定有效时长。账号须先完成邮箱或手机验证以及实名验证才能购买。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numYes需要购买的流量数量。单位:GB。范围:1-300GB之间
productYes产品:dynamic-no-expiry=动态住宅流量(永久),dynamic-monthly=动态住宅流量(期限)
conpon_idNo优惠券 id,用 coupon_list 查
bill_timelenNo流量有效时长,product 为 dynamic-monthly 时必填(后端校验):1=30天,2=90天,3=180天;dynamic-no-expiry 不要传
confirm_tokenNo确认码。客户端不支持弹窗确认时,第一次调用只返回操作预览和确认码;把预览告诉用户并得到同意后,用相同参数带上确认码再调一次。支持弹窗确认的客户端不需要这个参数

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond annotations: it tells the agent that the operation will deduct from the account balance, that permanent packages never expire while term packages require bill_timelen, and that account verification is required. These details complement the destructiveHint already provided by annotations.

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 only two sentences, with the most important side effect (balance deduction) front-loaded, followed by essential package rules and prerequisites. Every sentence earns its place with no redundancy.

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?

The description covers billing, package types, and prerequisites, but does not mention the two-call confirmation flow described under confirm_token. Since the schema explains that flow, the gap is partially mitigated, but the tool is complex (5 params, no output schema) and the description could be more self-sufficient.

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 the baseline is 3. The description reinforces that num is in GB and explains the relationship between product type and bill_timelen, which adds slight clarity, but most parameter meaning is already captured in the schema.

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

Purpose4/5

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

Description states a specific verb ('购买' / purchase) and resource ('动态住宅流量' / dynamic residential traffic), and clarifies the two product variants (permanent vs term). While it doesn't explicitly name sibling tools, the resource and product scope distinguish it from siblings like order_buy_ipv6 and order_buy_time_ip.

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?

No guidance is given on when to use this tool versus alternatives. The description only states preconditions (account verification) and package-type rules; it does not mention sibling tools or conditions that would select one over another.

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