Skip to main content
Glama

Boat House

domain_renewal_set

Set automatic renewal and a maximum prepaid renewal charge. Quote the change first, then require explicit approval with confirm true. Turning renewal off lets the domain expire. Owners only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesA domain owned through this organization, including detached domains.
confirmNoFalse or absent returns the quote and does nothing. True actually does it.
enabledYesTrue renews from prepaid credit; false lets the domain expire.
workspaceNoWorkspace slug to act in. Use this when you belong to several workspaces; whoami lists them.
max_cost_centsNoApproved maximum per renewal including the service fee; required when enabling.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the two-phase confirm behavior (quote first, then confirm true), the consequence of disabling renewal (domain expiration), and the owner-only restriction. It doesn't mention whether the operation is reversible or what the quote contains, but the critical behavioral traits are disclosed.

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?

Three sentences with no filler. The most important behavioral constraint (quote first, confirm true) is front-loaded, and the risk warning ('Turning renewal off lets the domain expire') is included without redundancy.

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

Completeness4/5

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

For a mutation tool with no annotations and no output schema, the description covers the key operational context: the confirm flow, the risk of disabling, and the owner-only restriction. It doesn't describe the quote format or what happens after confirmation, but the essential information for calling the tool correctly is present.

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 description coverage is 100%, so the schema already documents all five parameters. The description adds context for enabled (false lets the domain expire) and confirm (quote first, then explicit approval), which reinforces the schema. However, it doesn't add much beyond the schema's own parameter descriptions, so a baseline 3 is appropriate.

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 states a specific verb ('Set') and resource ('automatic renewal and a maximum prepaid renewal charge'), and clearly distinguishes this from sibling tools like domain_renewals (which likely lists renewals) and domain_buy/domain_attach. The scope is unambiguous: it configures renewal behavior, not performs a renewal.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage guidance: quote the change first, require explicit approval with confirm true, and notes that turning renewal off lets the domain expire. It also states 'Owners only,' which is a clear access constraint. This is strong when-to-use and when-not-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.