Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZHIZHUIP_TOKENYes网站 API Keys 页面生成的 API Key
ZHIZHUIP_BASE_URLNo指向测试环境时修改,默认 https://www.zhizhuip.cchttps://www.zhizhuip.cc
ZHIZHUIP_TIMEOUT_MSNo单次请求超时(毫秒),默认 3000030000
ZHIZHUIP_CONFIRM_QUIET_MSNo确认码发出后多久才能用(毫秒),默认 1000010000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bandwidth_detailA

查询子账号剩余有效期内已购带宽的详情。后端缓存 120 秒,不要频繁调用。

bandwidth_package_listA

查询某静态住宅产品在某国家可选的带宽套餐及价格;下单或升级时把返回的带宽值填到 bandwidth_num。

bandwidth_trendA

查询子账号的带宽变化趋势:trend_type=1 取最近的实时数据,trend_type=2 按 startTime、endTime 取历史,跨度不超过 31 天。

city_listA

查询某产品某国家下可选的城市;动态住宅产品还要指定州或省。

country_listA

查询某产品可选的国家及编码。

coupon_listA

查询当前账号可用的优惠券,下单或续费时把返回的 id 填到 conpon_id。这个接口按套餐类型与计费模式筛选,不用 product。

flow_package_listA

分页查询动态住宅产品已购买的流量套餐记录。

ip_bookingA

需要的国家或地区没有库存时提交预约,管理员审核后补货;只登记需求,不扣费、不建子账号。

ip_range_statusA

分页查询某静态住宅产品的 IP 段及库存状态;下单时可把有库存的段填到 ip_str 或 specifyIps。

main_account_flowB

查询动态住宅主账号的流量汇总。

main_account_switch_tokenB

获取动态住宅主账号的切换 token,用于 api 子账号切换时的独立 token 验证;后端还没有时会生成一个。

official_priceA

查询各产品的官网标价。后端缓存 5 分钟。

order_bandwidth_upgradeA

会从账户余额扣费。把静态住宅子账号的带宽升级到 bandwidth_num;可选档位和价格用 bandwidth_package_list 查;有已过期的子账号时要先续费再升级。

order_buy_dynamicA

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

order_buy_ipv6A

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

order_buy_test_ipA

会从账户余额扣费并占用本月测试额度。购买静态住宅或数据中心的时长测试 IP,每单按账号设定的测试订单金额扣款;本月额度用完或本次数量超过剩余额度会被拒绝。有效期默认 1 天,只用于业务测试。账号须先完成邮箱或手机验证以及实名验证才能购买。

order_buy_time_ipA

会从账户余额扣费。购买静态住宅或数据中心的时长 IP 子账号,num 为 IP 数量。后端限制:num 1 到 300,数据中心单笔不超过 50 个且不支持 7 天档;5 秒内相同参数的重复请求会被拒。账号须先完成邮箱或手机验证以及实名验证才能购买。

order_refund_applyA

为静态住宅的一个子账号申请退单,提交后由人工审核,不会立即退款。后端限制:只能在下单后 1 天内申请;已续费、有进行中的带宽升级订单、消费记录已开票的子账号不能退;同一子账号重复申请会被拒。

order_renewA

会从账户余额扣费。续费静态住宅或数据中心的时长 IP 子账号,content 按国家分组,每组写子账号 id 列表、国家、续费时长;一次最多 200 个子账号。

order_renew_ipv6A

会从账户余额扣费。续费静态住宅 IPv6 时长 IP 子账号,content 按国家分组,每组写子账号 id 列表、国家、续费时长;IPv6 续费不支持优惠券。

provider_listA

查询动态住宅产品可用的供应商(资源池),返回的 id 可作为新增子账号或查询流量时的 spec。

state_listA

查询动态住宅产品某国家下可选的州或省。

sub_account_addA

为动态住宅产品新增 num 个子账号,消耗主账号已购流量,不额外扣费。返回新建子账号的账号密码。

sub_account_deleteA

不可恢复。删除动态住宅的一个子账号。

sub_account_delete_batchA

不可恢复。批量删除动态住宅的多个子账号,ids 为英文逗号连接的子账号 id。

sub_account_flowA

查询动态住宅某个子账号在日期区间内每天的流量,返回的 flow 单位 MB。区间最多 30 天,结束日期不能晚于今天。

sub_account_limit_flowB

查询动态住宅某个子账号的流量上限设置与已用量。

sub_account_limit_flow_batchA

分页查询多个动态住宅子账号的流量上限设置。

sub_account_listA

分页查询某产品的子账号,返回子账号 id、账号密码、端口、国家、到期时间等;后面所有按子账号操作的工具都从这里取 id。

sub_account_set_credentialsA

为子账号设置自定义用户名和密码,一次可传多个;覆盖 content 里每个子账号的账号与密码。

sub_account_set_limit_flowA

设置动态住宅某个子账号在一个周期内的流量上限,达到上限断开连接,下个周期恢复;同一个子账号只允许设置一个周期。

sub_account_set_limit_flow_batchB

批量设置多个动态住宅子账号在同一周期内各自的流量上限;同一个子账号只允许设置一个周期。

sub_account_set_password_batchA

批量修改时长类子账号的密码,只改密码不改用户名;密码只能是字母和数字,长度 8 到 30。前提是子账号已设置过自定义用户名和密码,系统默认的账密不能用它改,要先用 sub_account_set_credentials 设置。

sub_account_toggle_portB

批量开启或关闭静态住宅子账号的 IP 端口连接状态。

sub_account_updateB

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

sub_account_update_batchA

批量修改多个动态住宅子账号的备注或 IP 切换间隔,ids 为英文逗号连接的子账号 id。

sub_account_whitelistA

读取动态住宅某个子账号的 IP 白名单。

user_balanceA

查询当前账号余额,data 直接是金额字符串,单位元。充值余额与赠送余额的拆分看 user_info。

user_infoA

查询当前账号的基本信息与余额:money 总余额、origin_money 充值余额、give_money 赠送余额。

user_priceA

查询当前账号各产品的实际价格,含管理员给该账号设置的自定义价;下单前用它估算费用。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
dynamic-proxy-session动态住宅代理连接串的参数规则(cty、st、ct、ss、tm、spec)、正误示例与资源池说明

TDQS

A3.6/5.0

Scored across 40 tools

Disambiguation5/5

Each tool targets a distinct resource and action—user info, pricing, orders, sub-account lifecycle, and bandwidth—with no overlapping purposes. Even similar tools like sub_account_update vs sub_account_update_batch are clearly separated by single vs batch operation.

Naming Consistency5/5

All tools follow snake_case with consistent verb prefixes (order_, sub_account_, user_, etc.), making the naming predictable and easy to navigate. The pattern is uniform across the entire set.

Tool Count2/5

40 tools is far beyond the typical well-scoped range and feels heavy. Many tools are batch variants or could be consolidated (e.g., sub_account_set_limit_flow and its batch counterpart), and the large surface increases cognitive load for agents.

Completeness4/5

The set covers core proxy operations comprehensively: user info, pricing, orders (buy/renew/upgrade/refund), sub-account management, and bandwidth queries. Minor gaps exist, such as no explicit order history or whitelist update tool, but these are not critical for typical workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues