Skip to main content
Glama

linux_setlinuxip

Set the IP address, CIDR prefix, and gateway for the Linux app on a DrayTek router. Requires confirmation and a reboot to take effect.

Instructions

Set Linux app IP (first time; reboot to apply) (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
cidrYes
gatewayYes
user_codeNo
acknowledgeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description must disclose behavioral traits itself. It does say the operation is a write and 'requires confirmation', and it notes the reboot-to-apply behavior, which is useful. But it omits important details like whether existing settings are overwritten, what 'confirmation' entails (the schema includes user_code, acknowledge, confirm_token, confirmation_id), and any irreversibility.

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

Conciseness4/5

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

The description is a single compact sentence that packs the action, timing, effect, and write/confirmation nature without filler. It is front-loaded and efficient, though the terse phrasing (e.g., 'first time; reboot to apply') is slightly cryptic.

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?

The tool has a seven-parameter schema, no output schema, no annotations, and zero schema description coverage. The description omits how to obtain a confirmation_id, what acknowledge/user_code should be set to, what happens on subsequent calls, and any return value. An agent cannot reliably invoke this tool correctly with the provided information.

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 provides no parameter-level meaning. The required fields ip, cidr, and gateway are only defined by their types/formats in the schema; the optional confirmation-related fields are completely unexplained. The description fails to compensate for the schema's lack of descriptions.

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 uses a specific verb ('Set') and names the resource ('Linux app IP'), and adds scope by saying 'first time' and 'reboot to apply'. It is clear what the tool does, though the term 'app IP' is somewhat ambiguous and could be confused with generic IP-setting siblings like ip_addr or ip_nmask.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'first time; reboot to apply' implies a one-time initial setup rather than an ongoing modification, giving some context for when to use it. However, it never explicitly states when not to use this tool or names alternative tools, so an agent must infer the usage boundary.

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