Skip to main content
Glama

dhcp_off

Turn off the DHCP server to stop automatic IP assignment. Requires reboot and a confirmed write action to take effect.

Instructions

Disable DHCP server (requires reboot to apply) (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_codeNo
acknowledgeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

A3.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries full responsibility for revealing behavior. It clearly states that this is a write operation, requires confirmation flow, and requires a reboot to apply. This adds meaningful across beyond the bare tool name and beyond any schema information.

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 compact: one noun phrase plus two parentheticals. Every token adds crucial and relevant boolean dosing (purpose, effect, write/confirmation requirement). No filler.

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?

With 4 parameters entirely unimplemented in both schema and description, and no output schema, the tool is not callable correctly from description alone. The word task is simple, but invocation details (what user_code, acknowledge, confirm_token, confirmation_id each mean) are essential and missing.

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% for parameters, so the description must compensate. It only mentions that confirmation is required, which implicitly relates to confirm_token/confirmation_id (and acknowledge), but it never explains user_code, ack know. How these parameters should be provided, or their semantics.

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 action verb and resource ('Disable DHCP server'), making the tool's purpose unmistakable and clearly distinguishing it from sibling tools like dhcp_on, dhcp_status, and other DHCP configuration commands. It is a specific verb+resource statement.

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 description gives context (write, requires reboot, requires confirmation) but does not explicitly state when to use this tool against alternatives. It implies use when to disable DHCP, but does not name dhcp_on or other excluded cases.

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