Skip to main content
Glama
fredogemilang

stalwart-jmap-mcp

stalwart_delete_api_key

Delete an API key from Stalwart Mail Server. Requires confirm=True to permanently remove the key.

Instructions

Delete an API key. Destructive — requires confirm=True.

Args: api_key_id: key id (from stalwart_list_api_keys) confirm: must be True to proceed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
api_key_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by explicitly stating 'Destructive — requires confirm=True'. It also clarifies the confirm parameter must be True to proceed, which is critical behavioral info beyond the schema's default false. Minor gap: it doesn't mention reversibility or effects on existing sessions, but the destructive nature is clearly disclosed.

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 extremely concise, using a clean two-line summary followed by a minimal Args list. Every sentence earns its place, and the structure is immediately scannable.

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 simple delete tool with 2 parameters and an output schema present, the description covers the essential context: destructive nature, required confirmation, and parameter provenance. It doesn't explain return values, but the output schema likely covers that. The lack of annotations is offset by the description's clear behavioral disclosure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate. It does by explaining api_key_id as 'key id (from stalwart_list_api_keys)' and confirm as 'must be True to proceed'. This adds practical meaning beyond the raw field names and types.

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 clearly states 'Delete an API key' with a specific verb and resource, and it distinguishes the tool from siblings like stalwart_create_api_key and stalwart_list_api_keys by focusing on deletion. The arg list further clarifies that it takes an API key ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context that this is a destructive operation requiring confirm=True, and it implies usage with 'from stalwart_list_api_keys' for obtaining the ID. However, it does not explicitly state alternatives or when-not-to-use conditions, so it falls short of a 5.

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/fredogemilang/stalwart-jmap-mcp'

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