Skip to main content
Glama

delete_domain

Remove a domain from a service in EasyPanel by supplying the project name, service name, and domain ID.

Instructions

Remove a domain from a service

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainIdYes
projectNameYesProject name
serviceNameYesService name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

B3.3/5.0
Behavior2/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 of behavioral disclosure. It does not state whether the domain is permanently deleted or merely detached, nor does it mention irreversibility, permissions, or side effects. For a destructive operation, this is a significant gap.

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?

The description is a single, front-loaded sentence with no filler. Every word contributes meaning, making it highly readable and easy to parse.

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?

Although the operation is simple, the description lacks essential context: no guidance on obtaining domainId, no mention of side effects or irreversibility, and no pointer to list_domains for discovering valid domains. With no annotations and no output schema, the agent is left with too much to guess.

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

Parameters2/5

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

Schema coverage is only 67%, and the key domainId parameter has no description in the schema. The tool description adds no information about how to find or format domainId, and the other parameter descriptions are minimal tautologies like 'Project name' and 'Service name'.

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 uses a specific action, 'Remove', with a clear resource, 'domain from a service', which goes beyond the tool name by adding the service scope. It is clearly distinct 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.

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: when you need to remove a domain from a service. However, it gives no explicit exclusions, prerequisites, or alternatives, so the agent must infer the appropriate context.

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

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/dray-supadev/easypanel-mcp'

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