Skip to main content
Glama

user_account

Set up or modify user account settings on a DrayTek Vigor router, with a confirmation step to authorize and apply changes.

Instructions

Configure user account (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramYes
user_codeNo
acknowledgeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

D1.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that the operation is a write and requires confirmation, which is useful, but it does not explain what the confirmation process entails (e.g., whether confirm_token and confirmation_id are required, how to obtain them, what happens if confirmation is missing). It also does not disclose side effects, reversibility, or permission requirements. The description is too thin to be transparent about behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, which is concise, but it is under-specified rather than efficiently informative. The parenthetical '(write — requires confirmation)' is a useful signal, but the entire description is only one line and does not earn its place by adding enough value. It is not bloated, but it is not well-structured for an agent.

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

Completeness1/5

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

This is a write operation with no annotations, no output schema, and five parameters at 0% schema coverage. The description provides almost no context: no return value, no confirmation flow, no parameter semantics, no side effects, no relation to siblings. An agent cannot safely invoke this tool based on the description alone. The confirmation requirement is mentioned but not explained, making the tool risky to call.

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 five parameters. The schema shows 'param' is required but gives no semantic meaning; 'user_code', 'acknowledge', 'confirm_token', and 'confirmation_id' are completely unexplained. The description's phrase 'requires confirmation' vaguely relates to confirm_token/confirmation_id, but it does not clarify their roles or how they interact. With zero coverage and no compensation, this is a critical gap.

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

Purpose2/5

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

The description says 'Configure user account' which is a verb+resource, but it is extremely vague. It does not specify what aspects of the user account are configured (password, permissions, profile, etc.), and it does not distinguish itself from sibling tools like user_edit, user_set, user_setdefault, ldap_user, or tacacsplus_user. The parenthetical '(write — requires confirmation)' hints at a write operation but does not clarify the tool's specific function.

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 on when to use this tool versus alternatives. The sibling list includes many user-related tools (user_edit, user_set, user_setdefault, ldap_user, tacacsplus_user), but the description does not mention any of them or provide conditions for choosing this one. The only usage hint is 'requires confirmation', which is a prerequisite but not a usage guideline.

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

Deploy Server

Other Tools