Skip to main content
Glama

dhcp_startip

Set the DHCP start IP and pool count for a LAN interface, with confirmation required.

Instructions

Set DHCP start IP and pool count (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lanYes
countYes
startYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose that this is a write operation requiring confirmation. However, it does not explain the confirmation workflow, the meaning of the confirmation-related parameters, or side effects such as whether existing pool settings are overwritten or changes require a commit.

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 efficient sentence with no filler, and the core action is front-loaded. The parenthetical adds a critical behavioral note without bloating the text.

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 6-parameter tool with no output schema, no annotations, and zero schema descriptions, this description is far too sparse. It omits the confirmation protocol implied by the optional fields, the meaning of 'pool count', and any expected behavior or response, making correct invocation uncertain.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only loosely maps 'start IP' and 'pool count' to the start and count parameters. It provides no meaning for lan, user_code, confirm_token, or confirmation_id, so the agent must infer their purpose entirely from the schema names.

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 uses a specific verb and target ('Set DHCP start IP and pool count'), which clearly identifies the operation and distinguishes it from sibling DHCP setters like dhcp_gateway or dhcp_leasetime. The parenthetical about write and confirmation further removes ambiguity about the tool's nature.

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 given on when to use this tool versus alternatives, and no prerequisites are stated beyond a vague 'requires confirmation'. An agent cannot tell from the description whether this is the right tool for initial DHCP pool setup or how it relates to sibling tools like dhcp_on or dhcp_leasetime.

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