Skip to main content
Glama

Delete Domains

kinsta_domains_delete
Destructive

Delete custom domains from a Kinsta environment using the environment ID and a list of domain IDs to remove. This action cleans up domain assignments by removing specified domains from the environment.

Instructions

Remove custom domains from an environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
env_idYesThe environment ID
domain_idsYesArray of domain IDs to remove

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

B3.4/5.0
Behavior3/5

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

The annotations already declare destructiveHint=true, which covers the destructive nature. The description adds no further behavioral context (e.g., reversibility, impact on SSL, or required permissions). It does not contradict annotations, but also does not go beyond them, so a 3 is appropriate given the annotation coverage.

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 a single, short sentence that directly states the tool's purpose with no filler. It is front-loaded and efficient, though it is arguably too terse for the level of detail that might help an agent.

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?

For a simple delete operation with two well-documented parameters and an annotation flagging destructiveness, the description is minimally adequate. However, it lacks context on how to obtain domain IDs or any post-deletion effects, which would improve completeness.

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 both env_id and domain_ids are fully documented in the schema. The description does not add any additional meaning or clarify parameter usage beyond the schema, so it stays at the baseline 3.

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 action ('Remove custom domains') and the scope ('from an environment'), which is specific and distinguishes it from sibling domain tools like list, add, verification, and set-primary. The verb-resource pairing is unambiguous.

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 provided on when to use this tool versus alternatives. It does not mention prerequisites (e.g., needing to list domains first to obtain domain IDs) or exclusions. The agent must infer usage from the name and schema alone.

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

Deploy Server

Other Tools