Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_accounts_delete_v1_accounts_id

DestructiveIdempotent

Permanently deletes a specified account using its ID. This irreversible action removes the account resource and is useful when the account is no longer needed.

Instructions

Delete account

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true, so the description's destructive warning is largely redundant. However, it adds meaningful context beyond annotations: the required scope accounts:delete and the explicit statement that the resource is permanently removed, clarifying the irreversibility.

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 efficiently structured: action, HTTP details, category, required scope, and a warning. Every line adds relevant information without 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?

This is a simple one-parameter delete operation with a rich set of annotations. The description covers the HTTP method, path, required scope, and permanence of deletion, which is sufficient for an agent to invoke it correctly.

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 coverage is 100% and the schema describes id as the path parameter, so the description does not need to add much. The description names the path placeholder :id, which mirrors the schema but adds no new semantic detail.

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 clear verb and resource: "Delete account" with the HTTP DELETE method and path /v1/accounts/:id. This unambiguously identifies the action and distinguishes it from sibling account tools like suspend, patch, or get.

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 guidance on when to choose this tool over alternatives such as suspending an account. It gives context like required scopes and destructiveness, but does not explain when deletion is appropriate or warn against use in reversible situations.

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