Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

Update SMTP Configuration

fortimail.smtp.config.update
Idempotent

Updates FortiMail SMTP configuration settings via the API, letting AI agents modify options such as proxy_original for email security management.

Instructions

Purpose: PUT /v1/smtp-config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settingsYesFields to update (e.g. proxy_original)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

D1.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false and openWorldHint=true, so the safety profile is covered structurally. However the description adds literally zero behavioral context — not whether this is a full replacement or a partial merge, what permissions are needed, or what happens to unspecified fields.

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

Conciseness2/5

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

It is short, but this is under-specification rather than conciseness — a single fragment that is mostly a URL. There is no front-loaded statement of effect or scope for an agent to act on.

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

Completeness1/5

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

For a mutation tool with a nested free-form settings object, no output schema, and no annotations-level detail about what gets changed, a bare endpoint reference is completely inadequate. An agent cannot know what a valid settings payload looks like or what the call returns.

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 there is only one required parameter, so the baseline is 3 by rule. The description adds nothing beyond the endpoint path, but the schema does carry the parameter documentation ('Fields to update (e.g. proxy_original)').

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 only restates the tool name/title as an HTTP endpoint (`PUT /v1/smtp-config`); it is a tautology rather than an explanation of what 'SMTP configuration' covers or which attributes can be changed. It does not distinguish this from sibling update tools like fortimail.domains.update or the paired fortimail.smtp.config.get.

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?

No guidance on when to use this tool, no prerequisites, and no mention of the obvious alternative fortimail.smtp.config.get for reading the current configuration. An agent gets nothing to decide between this and any sibling.

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