Skip to main content
Glama

update_dynamic_dns

Update a Dynamic DNS configuration by specifying its ID, host, and site, and provide the fields to change. Applies changes to the UniFi Fabric cloud.

Instructions

Update a Dynamic DNS configuration by ID.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. payload: DDNS configuration fields to update. ddns_id: REQUIRED. Obtain it from list_dynamic_dns (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
ddns_idYes
payloadYes
Install Server

TDQS

B3.4/5.0
Behavior2/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 disclosing behavioral traits. It only states the parameters and the fact that ddns_id is required. It does not mention side effects, irreversibility, permission requirements, or what the response contains. For a mutation operation, this is a significant transparency gap.

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 and efficient. It front-loads the action and resource, then provides parameter explanations in short bullet-like lines. Every sentence adds useful information without redundancy.

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

Completeness3/5

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

Given there is no output schema and no annotations, the description supplies essential parameter semantics but omits behavioral or situational context. For an update operation, an agent would benefit from knowing about idempotency, partial update behavior, or likely error conditions. The description is adequate for basic invocation but not fully complete.

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

Parameters4/5

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

The schema has 0% description coverage, but the description compensates well by explaining each parameter: host formats, site identity, payload purpose, and how to obtain ddns_id. It adds value beyond the bare schema types, especially for the host composite ID and the payload semantics.

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 the action ('Update') and the resource ('Dynamic DNS configuration by ID'). It distinguishes itself from sibling tools like list_dynamic_dns and get_dynamic_dns by focusing on updating a specific configuration identified by ddns_id. However, it doesn't explicitly contrast with get_dynamic_dns or update variants in other domains, so it stops short of full differentiation.

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 explains how to obtain ddns_id from list_dynamic_dns, which is useful operational guidance. It does not explicitly state when to choose this tool over alternatives or mention any prerequisites (e.g., required permissions or whether the DDNS must exist first). The guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/swkstudios/unifi-fabric-mcp-server'

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