delete_domain
Remove a custom domain from the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | The ID of the domain to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Remove a custom domain from the workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | The ID of the domain to delete |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Output schema / (root)Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "type": "object"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The destructiveHint annotation already sets expectations of destructiveness. The description adds minimal extra context ('remove from workspace'), but does not disclose irreversibility, impact on associated links, or any confirmation steps. Given annotation coverage, a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single clear sentence with no extraneous words, making it highly concise and front-loaded for quick understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool is simple with one parameter and annotations convey destructiveness, the description lacks completeness in explaining post-deletion effects or the return value (output schema exists but is unhelpful). It meets minimum viability but has identifiable gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for the single parameter 'domain_id', so the schema already provides clear meaning. The tool description does not add additional semantic context beyond what is in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Remove' and the resource 'custom domain', and it effectively distinguishes from sibling tools like create_domain and list_domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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, nor are there any prerequisites or consequences mentioned. The agent is left to infer context from the tool name and destructiveHint annotation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.