Skip to main content
Glama
lucamarien

OPNsense MCP Server

by lucamarien

opn_update_ddns_account

Update a specific Dynamic DNS account by UUID, changing hostname, provider, or credentials. Only provided values are updated; ddclient automatically reconfigures for immediate effect.

Instructions

Update a Dynamic DNS account by UUID and apply the configuration.

Use this when you need to change the hostname, provider, credentials, or other properties of a DDNS account. Only the parameters you provide are changed; all other settings are preserved.

After update, the ddclient service is automatically reconfigured. Changes take effect immediately. Use opn_list_ddns_accounts first to find the UUID.

Parameters:

  • uuid: account UUID (from opn_list_ddns_accounts)

  • service: DDNS provider name (e.g. 'cloudflare', 'dyndns', 'noip')

  • hostname: fully qualified domain name to update

  • username: provider username or API key

  • password: provider password or API token

  • checkip: IP check method (e.g. 'web_dyndns', 'if')

  • interface: network interface name (e.g. 'wan')

  • description: human-readable description

  • enabled: enable/disable the account

Returns: dict with 'result' (str), 'uuid' (str), and 'reconfigure_status'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
serviceNo
hostnameNo
usernameNo
passwordNo
checkipNo
interfaceNo
descriptionNo
enabledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behaviors: only provided parameters are changed, ddclient is automatically reconfigured, changes take effect immediately, and return dict includes 'result', 'uuid', 'reconfigure_status'. This meets the full burden.

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?

Efficiently structured: purpose first, then usage context, effect, prerequisite step, parameter list, and return value. No wasted words; each sentence adds value.

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?

Given the complexity (9 parameters, no enums, no nested objects) and presence of output schema, the description covers all necessary aspects: it explains when to use, how to prepare (list first), what happens after update, and what is returned. The sibling tools list is large but the description focuses on its own purpose without needing explicit comparisons.

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?

Schema coverage is 0%, but description lists all 9 parameters with brief explanations (e.g., hostname: 'fully qualified domain name'). While it lacks detailed format or enum lists, it provides sufficient meaning beyond the schema for most parameters. Examples given for some values (e.g., 'cloudflare', 'web_dyndns') help.

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 clearly states the verb 'Update', the resource 'Dynamic DNS account', and specifies 'by UUID'. It distinguishes from sibling tools like opn_add_ddns_account and opn_delete_ddns_account by the update action and applying configuration.

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?

Provides explicit usage context: 'Use this when you need to change...' and recommends using opn_list_ddns_accounts first to find the UUID. Does not explicitly state when not to use, but the sibling tools cover create/delete/list/reconfigure separately, making the guideline clear.

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/lucamarien/opnsense-mcp-server'

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