Skip to main content
Glama
gxxHuang
by gxxHuang

add_pppoe_account

Add a new PPPoE account to iKuai routers with username, password, and optional bandwidth limits. Set IP type and comment for easy network management.

Instructions

添加 PPPoE 账号

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNo
ip_typeNoauto
passwordYes
usernameYes
upload_kbpsNo
download_kbpsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description carries the full burden. It only states 'add' without disclosing side effects, required permissions, or behavior on duplicate usernames. This is insufficient for a mutating 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 a single concise phrase with no redundancy. It is front-loaded and to the point, making it easy to parse quickly.

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

Completeness2/5

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

For a tool with 6 parameters, an output schema, and no annotations, the description is far too incomplete. It provides no context about how parameters relate, what values are valid, or any operational requirements, though the output schema may partially mitigate return-value concerns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not explain any of the 6 parameters (username, password, comment, ip_type, upload_kbps, download_kbps). The agent cannot infer parameter meaning beyond raw schema names and defaults.

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 '添加 PPPoE 账号' translates to 'Add PPPoE account', which clearly states the action (add) and resource (PPPoE account). It distinguishes from sibling tools like list_pppoe_accounts and delete_pppoe_account.

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 provided about when to use this tool versus alternatives. It does not mention that this tool is for creating new accounts, nor does it reference related list/delete operations or any prerequisites.

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/gxxHuang/ikuai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server