Skip to main content
Glama
rstierli

FortiManager MCP Server

by rstierli

assign_system_template_bulk

Bulk assign a system template to multiple devices in a specified ADOM, using a list of device names and VDOMs.

Instructions

Assign a system template to multiple devices.

Args: adom: ADOM name template: System template name devices: List of devices [{"name": "dev1", "vdom": "root"}, ...]

Returns: Assignment result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adomYes
templateYes
devicesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does not mention whether the assignment overwrites or merges, what happens on partial failure, or required permissions. This lack of detail limits the agent's ability to anticipate side effects.

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 very concise with four lines of text plus the docstring-style args list. Every sentence is functional, though the format could be more structured (e.g., bullet points).

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?

The description is minimal for a bulk operation. Although there is an output schema (not shown), the description only says 'Assignment result' without hinting at the structure or success/error handling. It is complete enough for basic usage but lacks depth.

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 0%, so the description must compensate. It lists the three parameters and provides an example format for the 'devices' array, adding some meaning beyond the schema. However, it does not document constraints or allowed values for adom or template.

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 clearly states the action: 'Assign a system template to multiple devices.' It uses a specific verb 'assign' and resource 'system template', and the 'bulk' suffix implies operating on multiple devices, distinguishing it from similar tools like assign_system_template.

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?

The description provides no guidance on when to use this tool versus alternatives, nor any prerequisites or conditions. For a bulk operation among many similar assignment tools, explicit usage context is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rstierli/fortimanager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server