Skip to main content
Glama

put_dhcp_config

Update DHCP server settings on your Freebox, including enabling/disabling, IP range, gateway, netmask, sticky assignment, broadcast, and DNS servers.

Instructions

Update the current DhcpConfig

Error codes: inval, inval_netmask, inval_ip_range, inval_ip_range_net, inval_gw_net, exist, nodev, noent, netdown, busy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNoEnable/Disable the DHCP server
sticky_assignNoAlways assign the same IP to a given host
gatewayNoGateway IP address
netmaskNoGateway subnet netmask
ip_range_startNoDHCP range start IP
ip_range_endNoDHCP range end IP
always_broadcastNoAlways broadcast DHCP responses
dnsNoList of dns servers to include in DHCP reply

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description bears full burden. It only states 'Update' and lists error codes, but does not disclose behavioral traits such as whether configuration changes require a restart, impact on active DHCP leases, or any destructive side effects.

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 very concise with no fluff, and front-loads the purpose. However, the error code list could be more structured or linked to specific conditions.

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?

Given the tool has 8 parameters and no required ones, the description is too sparse to be complete. It lacks information on return values (though output schema exists), typical usage flow, and how to interpret error codes. More context is needed for effective use.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema's parameter names and descriptions; the error code list is separate and does not clarify parameter usage.

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 clearly states 'Update the current DhcpConfig', specifying the verb and resource. It is distinct from siblings such as get_dhcp_config or put_dhcp_static_lease_id, but no explicit differentiation is provided.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no context on the effects of updating DhcpConfig. Error codes are listed but not explained in a usage context.

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/Nelson-PROIA/freebox-mcp'

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