Skip to main content
Glama

修改子账号备注

sub_account_update

Modify the remark of a sub-account in dynamic residential proxy products. Provide product type and sub-account ID to update its note; confirmation may be required for approval.

Instructions

修改动态住宅某个子账号的备注。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes子账号id
remarkNo备注
productYes产品:dynamic-no-expiry=动态住宅流量(永久),dynamic-monthly=动态住宅流量(期限)
confirm_tokenNo确认码。客户端不支持弹窗确认时,第一次调用只返回操作预览和确认码;把预览告诉用户并得到同意后,用相同参数带上确认码再调一次。支持弹窗确认的客户端不需要这个参数

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already convey readOnlyHint=false and destructiveHint=false, and the description is consistent with them. The description adds no extra behavioral context, such as the two-step confirm_token flow or effect scope, but the basic safety profile is covered 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 a single front-loaded sentence with no filler or redundant information. It is appropriately sized for the simplicity of the operation.

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 tool has a conditional confirm_token two-step behavior and no output schema, yet the description is very thin and relies on the schema to convey that nuance. It also does not mention when to prefer the batch sibling, though the rich schema and annotations cover most operational details.

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?

All four parameters are fully described in the input schema, so the description does not need to repeat them. It adds no additional parameter semantics beyond what the schema already provides, which is acceptable but not above baseline.

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?

The description states a specific action (修改备注) and resource (动态住宅的某个子账号), which clearly identifies what the tool does. It distinguishes itself from add/delete/credentials siblings by being singular, but it does not explicitly differentiate from sub_account_update_batch.

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?

There is no guidance about when to use this tool versus alternatives such as sub_account_update_batch or sub_account_set_credentials. The only hint is the singular '某个子账号', which is implicit rather than explicit.

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