Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

Get SMTP Configuration

fortimail.smtp.config.get
Read-onlyIdempotent

Retrieves the current SMTP configuration from FortiMail. Use it to inspect mail relay, authentication, and delivery settings before making changes.

Instructions

Purpose: GET /v1/smtp-config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=true, so the safety profile is fully covered by structured data. The description adds nothing behavioral — no indication of whether SMTP config is global or per-domain, auth requirements, or what the payload contains — so it contributes no value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is a single, front-loaded line with no wasted words, but that brevity stems from under-specification rather than disciplined editing — there is essentially no content to structure.

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?

With no output schema and no parameters, the description carries the burden of explaining what the returned SMTP configuration contains (host, port, TLS, auth settings, relay rules) and its scope. It provides none of that, leaving the agent unable to anticipate the response shape.

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 tool takes zero parameters, so per the scoring baseline there are no parameter semantics to document; the empty schema is self-consistent with the description's parameterless endpoint.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is just '**Purpose:** `GET /v1/smtp-config`.' — it restates the tool name (Get SMTP Configuration) in HTTP-path form without adding any specificity about what configuration is retrieved or how it differs from siblings like fortimail.smtp.config.update.

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

Usage Guidelines1/5

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

There is no guidance whatsoever on when to call this versus alternatives such as fortimail.smtp.config.update or other config-get tools. The agent must infer usage purely from the name.

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