Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_email_delete_v1_email_autoresponders_id

DestructiveIdempotent

Delete an email autoresponder permanently by its ID to remove an automated reply rule.

Instructions

Delete autoresponder

HTTP: DELETE /v1/email-autoresponders/:id Category: Email Required scopes: email: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?

The description goes beyond the annotations by explicitly warning that the operation is destructive and permanently removes the resource, reinforcing the destructiveHint. It also adds the required email:delete scope, which is not present in the annotations. No contradiction with the readOnly, idempotent, or destructive hints.

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 compact and front-loads the action, then provides method, category, scope, and danger in a few short lines. 'Category: Email' is slightly redundant with the tool path, but overall there is minimal padding.

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?

For a one-parameter destructive delete with no output schema, the description provides necessary operational context: HTTP method/path, category, required scope, and permanence warning. It does not cover response/error cases, but those are not essential given the simple shape of the operation.

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?

The single parameter is fully covered by the schema ('Path parameter: id'), and the description only reinforces it via the :id placeholder in the HTTP route. Since schema coverage is 100%, the description does not need to add much parameter-level meaning.

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 verb and resource ('Delete autoresponder') and includes the HTTP DELETE path, making it clear this removes an email autoresponder by id. The resource term distinguishes it from sibling delete tools for email accounts and email forwarders.

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 implicitly signals use for deleting an email autoresponder and lists the required email:delete scope as a precondition. However, it does not explicitly state when to prefer this over sibling delete tools or provide exclusions/alternatives.

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