Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

Delete User Map

fortimail.users.maps.delete
Destructive

Delete a user map entry by internal key to remove the user mapping in FortiMail and clear the MCP cache.

Instructions

Purpose: DELETE /v1/user-maps/{key}. Side effects: Flushes MCP cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesInternal user name (mkey)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, idempotentHint=false, readOnlyHint=false, and openWorldHint=true, covering the core safety profile. The description adds a concrete side effect beyond annotations: it flushes the MCP cache, which is useful operational context.

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 two short, front-loaded statements that cleanly separate purpose from side effects. Every sentence adds information without repetition or filler.

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 one-parameter destructive delete, the description supplies the endpoint and a non-obvious cache side effect, while annotations cover the safety profile. It does not discuss error behavior or return values, but no output schema exists and the tool's complexity is low.

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%, and the single key parameter is documented as 'Internal user name (mkey)'. The description only references {key} in the endpoint and adds no format or semantic detail beyond the schema, so the baseline of 3 is appropriate.

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 states a specific HTTP method and resource, DELETE /v1/user-maps/{key}, which clearly identifies deleting a user map by key. The title reinforces this, but the description itself does not explicitly distinguish the tool from sibling operations such as get, update, or create beyond the HTTP 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?

The description gives no explicit guidance on when to use this tool versus alternatives such as updating, getting, or listing user maps. Usage is only inferable from the DELETE endpoint and title, with no when-not-to-use or prerequisite context.

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

Deploy Server

Other Tools