Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

FortiMail Engine Status

fortimail.engine.status
Read-onlyIdempotent

Verify FortiMail Engine connectivity and health; call after setting environment variables or when other tools return network or authentication errors.

Instructions

Purpose: Check connectivity to the FortiMail Engine (liveness and optional detailed readiness). When to use: After configuring env vars, or when other tools fail with network/auth errors. Inputs: detailed — if true, call /health/detailed (requires API key with sufficient scope). Returns: JSON from the engine health endpoints. Side effects: None.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailedNoIf true, include detailed readiness (Bearer required)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive, so 'Side effects: None' is largely redundant. However, the note that the detailed path requires an API key with sufficient scope adds genuine auth context beyond the structured fields.

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?

Labeled sections (Purpose/When to use/Inputs/Returns/Side effects) are front-loaded and terse; no sentence is 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 zero-required-parameter health check this is nearly complete; the only soft spot is that with no output schema, 'JSON from the engine health endpoints' does not hint at what a healthy vs. unhealthy response looks like.

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?

Schema coverage is 100% and already describes the boolean, but the description adds the endpoint it selects (/health/detailed) and the scope requirement, giving meaning beyond the schema text.

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?

States a specific verb+resource (check connectivity to the FortiMail Engine) and scopes it to liveness plus optional readiness, which cleanly separates it from every CRUD sibling in the FortiMail namespace.

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?

Gives concrete triggers: after configuring env vars, or when other tools fail with network/auth errors. That is clear usage context, though it does not name an alternative tool or state when not to bother calling it.

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