Skip to main content
Glama
WeeCi

Mektup-mcp

remove_forward

Remove a forwarding address from a mailbox by providing its forward id, domain, and local part.

Instructions

Remove a forwarding address from a mailbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesForward id, from list_forwards
domainYesA domain, e.g. example.com
localPartYesThe part before @, e.g. "hello" for hello@example.com

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.5

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full responsibility for behavioral disclosure. It only says 'Remove', which implies deletion, but it does not state whether the action is irreversible, whether it affects any other settings, whether it is idempotent, or what happens to the mailbox itself. For a destructive operation this is a meaningful gap.

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 a single, efficient sentence with no filler. It is concise and understandable on first read. However, the phrase 'from a mailbox' is slightly ambiguous in context because the identifying parameters are domain and localPart rather than a mailbox ID, so the structure could carry a bit more precision without becoming verbose.

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

Completeness2/5

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

The tool is simple with only three fully documented parameters and no output schema, so the bar for completeness is moderate. Yet as a removal operation with no annotations, the description should at least note irreversibility or clarify the scope of removal. It currently reads as minimal and leaves the agent without enough behavioral context to safely invoke the tool.

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%, so the schema already documents all three parameters, including the special note that 'id' is a forward id from list_forwards. The description adds no extra parameter-level detail, which is acceptable under the baseline of 3 for full schema coverage.

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 uses a specific verb ('Remove') and a clear resource ('a forwarding address from a mailbox'), which directly conveys the operation. It naturally distinguishes this tool from siblings like add_forward and list_forwards, since 'remove' marks the inverse of 'add' and distinct from listing.

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 usage context is provided beyond the action itself. The description does not state when to prefer remove_forward over alternatives, nor does it mention prerequisites such as obtaining the forward id from list_forwards (though that appears in the schema). The intended when-to-use is only implicit from the tool name and sibling set.

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

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/WeeCi/mektup-mcp'

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