Skip to main content
Glama

get_dynamic_dns

Retrieve a specific Dynamic DNS configuration by ID from any UniFi site, returning full details including credentials. Use the ID from list_dynamic_dns to fetch the exact record.

Instructions

Get a single Dynamic DNS configuration by ID.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. Returned verbatim, including plaintext x_password credential fields. ddns_id: REQUIRED. Obtain it from list_dynamic_dns (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
ddns_idYes
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Warns that returned data includes plaintext x_password credential fields, which is a critical behavioral disclosure not inferable from the schema. With no annotations, this adds meaningful transparency, though it doesn't discuss other potential behaviors (e.g., errors, rate limits).

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?

Concise and well-structured: opens with the core function, then parameter explanations, then the credential warning. Every sentence adds value with no redundancy.

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

Completeness5/5

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

For a simple get-by-id operation, the description covers the purpose, all parameter semantics, and the sensitive return behavior. No output schema exists, but the mention of returned verbatim fields gives sufficient context. Missing details like exact response structure are acceptable for this scope.

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

Parameters5/5

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

Despite 0% schema description coverage, the description compensates fully by explaining each parameter: host accepts console name, ID, or composite MAC:numericId; site accepts name/ID; ddns_id is required and sourced from list_dynamic_dns. No parameter meaning is left obscure.

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?

States a specific verb ('Get') and resource ('single Dynamic DNS configuration by ID'), clearly distinguishing it from list_dynamic_dns and update_dynamic_dns. No ambiguity about what the tool does.

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?

Explains how to obtain the required ddns_id via list_dynamic_dns and defines host/site formats. While it doesn't explicitly contrast with sibling tools, the guidance for obtaining the ID and parameter formats covers usage adequately.

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