Skip to main content
Glama

Update IP Address

hudu_update_ip_address
Idempotent

Update an existing IP address record in Hudu by overwriting only the fields you supply—status, FQDN, address, or asset—leaving all other values intact.

Instructions

Update an existing ip address. An ip_address record documents one address: its allocation status, its FQDN, the network it sits in and the asset it is configured on.

Only the fields you supply are sent. Be aware that Hudu applies these as a PUT: for fields you do send, the new value replaces the old one outright — read the record first with hudu_get_ip_address if you intend to append rather than overwrite.

Operation class: Update. Impact: Overwrites the supplied fields on this ip address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric Hudu id of the ip address.
fqdnNoFully qualified domain name for this address, e.g. "dc01.corp.example.com". Hudu stores whatever you write and does not resolve or verify it against DNS, so treat a value here as documentation rather than as evidence the record is current.
statusNoAllocation state of the address. "assigned" means a host is using it, "reserved" means it is held back from allocation, "unassigned" means it is free, "deprecated" means it is on its way out, and "dhcp" and "slaac" mean it is handed out dynamically rather than set on the device. These six are the values Hudu documents.
addressNoOne IP address, not a range — "10.20.0.14" or "2001:db8::14". A CIDR block belongs on a network record instead; see hudu_create_network.
asset_idNoNumeric id of the asset that holds this address — the server, firewall or printer it is configured on. This is the join that answers "what is on 10.20.0.14?". Find the id with hudu_list_assets (its `search` filter takes a hostname); note that hudu_get_asset needs the asset's company_id as well, which hudu_list_assets returns.
commentsNoLonger free-text notes about the address.
company_idNoNumeric id of the company this address is documented for. Resolve a customer name with hudu_list_companies. Setting it consistently with the parent network is what keeps a company-scoped IPAM view complete.
network_idNoNumeric id of the network this address belongs to. Find it with hudu_list_networks — Hudu does not infer the network from the address, so an address created without this is not linked to its subnet.
descriptionNoShort description of what this address is for.
Behavior5/5

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

The description clearly discloses the critical PUT behavior: only supplied fields are sent, and for those fields, the old value is replaced outright. It also summarizes the impact ('Overwrites the supplied fields') and operation class, adding valuable nuance beyond the annotations, which only mark idempotency and non-destructiveness.

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 concise and well-structured: a one-sentence purpose, a paragraph on the critical PUT nuance, and a short operation-class summary. Every sentence adds value, and the text is front-loaded with the primary action.

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

Completeness4/5

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

For an update tool with a rich schema and informative annotations, the description covers the most important caveat (partial overwrite) and directs the user to read first when appending. It does not explain how to retrieve the IP address ID, but the schema and sibling tools (hudu_list_ip_addresses) fill that gap, making the description sufficiently complete.

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?

The input schema has 100% description coverage, with each of the 9 parameters thoroughly explained, including cross-references to sibling tools for lookups. The main description does not add parameter-level semantics beyond the schema, so the baseline score of 3 applies.

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 opens with a clear, specific verb and resource: 'Update an existing ip address.' It also clarifies the record's scope (allocation status, FQDN, network, asset), distinguishing it from sibling update tools for other resources. The purpose is unambiguous.

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

Usage Guidelines4/5

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

The description provides explicit guidance to read the record with hudu_get_ip_address before updating if the intent is to append rather than overwrite, showing awareness of the PUT semantics. It does not explicitly state when to use this tool over hudu_create_ip_address, but the verb 'update' and the focus on existing records imply the alternative.

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/ZenixSolutions/hudu-mcp'

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