Skip to main content
Glama

get_connection_ddns_provider_status

Returns the current DDNS status for a specified provider. Use error codes such as 'noent' or 'busy' to troubleshoot issues.

Instructions

Returns the current DDNSStatus

Error codes: inval, nodev, noent, netdown, busy, invalid_port, insecure_password, invalid_provider, invalid_next_hop

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description lists several error codes, which provides insight into possible failure modes. However, it does not disclose whether the operation is read-only, idempotent, or requires specific permissions. Given no annotations, the description partially compensates but lacks comprehensive behavioral details.

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 concise, consisting of two lines: one for the main purpose and one listing error codes. It is front-loaded with the core function. However, the brevity sacrifices necessary details, making it somewhat under-specified.

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 existence of an output schema, the description does not need to detail return values. However, it fails to explain the sole parameter 'provider' or clarify the scope of 'DDNSStatus'. The tool is simple but the description leaves significant gaps in context.

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

Parameters1/5

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

The input schema has one required string parameter 'provider' with 0% description coverage. The description does not explain what 'provider' represents, such as expected values or format. The tool name implies it relates to a DDNS provider, but the description adds no semantic meaning beyond that.

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 states 'Returns the current DDNSStatus', which clearly identifies the tool as a getter for DDNS status. However, it does not differentiate from the sibling tool 'get_connection_ddns_provider', which likely retrieves the provider configuration rather than its status. The purpose is specific but lacks sibling distinction.

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?

No guidance is given on when to use this tool versus alternatives like 'get_connection_ddns_provider' or other get_* tools. There are no explicit context or exclusions provided, making it difficult for an agent to choose appropriately.

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