Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_delete_v1_domains_id

DestructiveIdempotent

Permanently deletes a specified domain from your Panelica hosting panel. Use when you need to remove a domain and its associated configuration.

Instructions

Delete domain

HTTP: DELETE /v1/domains/:id Category: Domains Required scopes: domains:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4.1/5.0
Behavior5/5

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

The description explicitly warns that the operation is destructive and 'permanently removes the resource,' adding meaningful behavioral context beyond the annotations. It also states the required scope (domains:delete), which helps the agent assess authorization requirements. This does not contradict the annotations.

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 compact and front-loaded: the core action comes first, followed by the HTTP method/path, category, required scope, and a clear destructive warning. Every line earns its place with no redundant filler.

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

Completeness5/5

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

Given the very simple interface (one path parameter, no output schema), the description covers the essential operational facts: what it does, the endpoint, the required scope, and the permanent destructive nature. An agent has enough information to decide whether to invoke it and what the consequence will be.

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?

There is only one parameter, id, and the schema already documents it as a path parameter with 100% coverage. The description's HTTP path line echoes :id but adds no new semantic detail beyond what the schema already provides, so the baseline score of 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 action on a specific resource: 'Delete domain' with the HTTP DELETE /v1/domains/:id line. This clearly distinguishes it from other domain-related tools like suspend, unsuspend, or database deletion, since no other plain domain-deletion sibling exists.

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?

The description provides no explicit guidance on when to choose this tool over alternatives such as suspending a domain or deleting domain-related sub-resources. The only implied usage is the action itself, and there is no discussion of prerequisites, side effects, or when deletion should be avoided.

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

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/Panelica/panelica-mcp'

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