Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

Create Domain

fortimail.domains.create

Create a FortiMail domain for email security by providing the domain name and required IP. Optional settings include port, status, and comment.

Instructions

Purpose: Create a domain via the engine (POST /v1/domains/{key}). Inputs: domain — name; settings — must include ip per engine schema; optional port, status, comment. Returns: API response body. Side effects: Creates domain; flushes MCP cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to create
settingsNoEngine body (required: ip)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare non-read-only, non-idempotent, non-destructive, open-world behavior. The description adds meaningful side effects not covered by annotations: creating the domain and flushing the MCP cache.

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 front-loaded and organized into Purpose, Inputs, Returns, and Side effects. Each line is concise and directly useful.

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?

It covers purpose, key inputs, return shape, and side effects, which is strong given the annotations and no output schema. However, the nested settings object remains loosely specified beyond the required 'ip' and a few optional fields.

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%, so the baseline is 3. The description adds useful semantics beyond the schema by naming optional settings fields (port, status, comment) and clarifying that settings must include 'ip' per engine schema.

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 gives a specific verb and resource ('Create a domain') and an API endpoint, clearly distinguishing it from sibling read/update/delete domain tools.

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

Usage Guidelines3/5

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

It states the creation purpose, so usage is implied, but it does not explicitly say when to use this instead of update/delete or what prerequisites must be met.

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