Skip to main content
Glama
Lynsoft

fortimail-mcp-server

by Lynsoft

Create GeoIP Profile

fortimail.profiles.geoip.create

Create a GeoIP profile in FortiMail to define geographic IP-based settings for email security policies and access controls.

Instructions

Purpose: Create GeoIP Profile (see engine OpenAPI for required body fields).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesProfile mkey
settingsNoRequest body

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, openWorldHint=true, and idempotentHint=false, so the agent knows this is a non-destructive write operation with open-world behavior. The description adds no behavioral context beyond annotations; with annotations present, the bar is lower, but no extra value is provided, so a 3 is appropriate.

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

Conciseness4/5

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

The description is a single sentence with minimal waste, but the structure is minimal and provides little information. It is concise but not optimally front-loaded or informative.

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

Completeness3/5

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

Given the tool is a non-destructive write operation with two parameters and full schema coverage, the description is adequate but not rich. It lacks details about the body structure or return values, though no output schema exists. The reference to the engine OpenAPI is a weak substitute for in-context guidance.

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%, so the schema already documents the parameters. The description only says to see the engine OpenAPI for required body fields, which adds no meaning beyond the schema. Baseline 3 is correct when schema does the heavy lifting.

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

Purpose3/5

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

The description states a specific verb+resource, 'Create GeoIP Profile', which distinguishes it from sibling operations like get, update, delete, and list. However, there is no additional detail about what a GeoIP profile is or what it contains, leaving the purpose only minimally clear.

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?

There is no guidance on when to use this tool versus alternatives, prerequisites, or context. The only hint is a parenthetical reference to the engine OpenAPI for required body fields, which is insufficient for usage guidance.

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