Skip to main content
Glama

set_folder_settings

Apply default settings to a domain folder, including nameservers, DNS, forwarding, parking, stealth, and renewal options. All domains in the folder inherit these settings.

Instructions

Apply default settings to a folder. All domains in the folder will inherit these settings. Supports nameservers, DNS, forwarding, parking, stealth, and renewal options. Pass the appropriate Dynadot API parameters for the setting type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesFolder ID to configure
setting_typeYesType of setting to apply: 'whois' (WHOIS contacts), 'ns' (nameservers), 'dns' (basic DNS), 'dns2' (advanced DNS records), 'forwarding', 'stealth', 'parking', 'hosting', 'email_forward', 'renew_option', or 'clear' (remove settings)
paramsNoSetting parameters as key-value pairs (varies by setting type)
Behavior3/5

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

With no annotations, the description provides basic behavioral context: all domains inherit settings, and supported setting types are listed. However, it does not disclose whether the operation overwrites or merges, its reversibility, or any prerequisites, leaving gaps for the agent.

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 three sentences with no redundancy: states purpose, effect, and instructions. It could be slightly more structured (e.g., bullet list of setting types) but is efficient for the given information.

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 the complexity (3 params, nested object, no output schema), the description covers the basic effect and supported settings. It lacks details on return behavior, error handling, or real-time vs. async execution, which would help the agent fully understand the tool's behavior.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by referencing 'appropriate Dynadot API parameters for the setting type,' but does not elaborate on the params structure for each enum value. It repeats some enum options but not all.

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 tool's purpose: 'Apply default settings to a folder.' It specifies the resource (folder) and action (apply settings), and distinguishes from sibling tools like set_nameservers or set_dns by noting that all domains in the folder inherit the settings, indicating bulk application.

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 implies when to use the tool ('All domains in the folder will inherit these settings') but does not explicitly compare with sibling tools for individual domain settings. It lacks clear guidance on when not to use it or mention alternatives.

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/mikusnuz/dynadot-mcp'

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