Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_spam_delete_v1_spam_blacklist_id

Deletes a spam blacklist entry using its ID to manage blocked senders.

Instructions

Remove from blacklist

HTTP: DELETE /v1/spam/blacklist/:id Category: Spam

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It only says 'Remove' (destructive), but does not mention side effects (e.g., whether removal is permanent), authorization needs, or behavior with invalid IDs. No information about rate limits or irreversible changes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at 2 sentences, including HTTP method and category. It front-loads the action. However, it sacrifices clarity by omitting parameter details and behavioral context. Slightly more detail would improve it without losing conciseness.

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

Completeness3/5

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

Given the simple nature of a delete operation with one parameter, the description is mostly adequate. However, it lacks context on what the blacklist entry represents, expected outcomes, and whether there is a response body. With no output schema, missing return value information is a gap.

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?

The input schema has one parameter 'id' described only as 'Path parameter: id'. The description adds no additional meaning about what the ID represents (e.g., blacklist entry ID or the IP itself). Although schema coverage is 100%, the schema's description is minimal, and the tool description does not compensate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Remove from blacklist' clearly states the action (remove) and resource (blacklist). The HTTP method and category further clarify its role. However, it could be more specific about what is being removed (e.g., an IP or email entry). It distinguishes from siblings like POST (add) and GET (list) by implication of the verb.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., when to remove an entry vs. add or list). The description does not mention prerequisites, such as needing the entry's ID or permission requirements. Users must infer usage from the context of 'delete' and sibling tool names.

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

Install Server

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