Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_spam_delete_v1_spam_blacklist_id

DestructiveIdempotent

Permanently delete a spam blacklist entry by ID to unblock a previously blocked email address.

Instructions

Remove from blacklist

HTTP: DELETE /v1/spam/blacklist/:id Category: Spam Required scopes: email:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark this as destructive, and the description adds a human-readable warning that the resource is permanently removed, going slightly beyond the annotation. It also discloses the required OAuth scope (email:delete). No contradiction exists between the description and 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 with the core action, followed by only useful metadata: HTTP method, category, required scope, and a destructive warning. No filler or redundant restatement of the tool name is present.

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

Completeness4/5

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

The tool is simple: one required path parameter, no output schema, and a destructive action already covered by annotations. The description supplies the endpoint, category, auth scope, and permanence warning. It could mention the response format or explicitly state irreversibility in more detail, but for this complexity it is largely complete.

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%, with the single id parameter already described as a path parameter. The description adds no additional format, constraints, or semantics beyond what the schema 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 ('Remove from blacklist') with a clear resource, and the HTTP DELETE path /v1/spam/blacklist/:id reinforces the scope. It also distinguishes this from the sibling whitelist deletion tool, so an agent can identify the intended target.

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 usage: this tool removes an entry from the spam blacklist. However, it does not explicitly mention when to prefer it over the whitelist deletion sibling, nor does it point to the add-to-blacklist counterpart. The endpoint and category give some context, but no exclusions or alternatives are stated.

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