Skip to main content
Glama
paoloamato2

FortiOS 7.6.x MCP Server

by paoloamato2

cmdb_delete

Delete an existing configuration object from the FortiOS CMDB by specifying its resource path and optional VDOM.

Instructions

Delete a CMDB configuration object.

Covers any DELETE on /api/v2/cmdb/{resource_path}/{key}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_pathYesFull CMDB path including the key to delete. Example: 'firewall/policy/10', 'firewall/address/my-host'
vdomNoTarget VDOM name. Defaults to the server default VDOM. Use '*' for all VDOMs (super-admin required).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action (delete) without mentioning side effects, idempotency, error handling, or authorization requirements. The description is insufficient for an agent to understand the full behavioral impact.

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 two sentences that efficiently convey the purpose and scope. It could be slightly improved by front-loading the most critical information, but it avoids redundancy and is easy to parse.

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 that an output schema exists, the description does not need to explain return values. However, for a delete operation, additional context such as idempotency or error behavior would be helpful. The description is minimally adequate but leaves gaps for an agent to infer.

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 coverage is 100%, and the schema already provides detailed descriptions for both parameters (resource_path and vdom). The tool description does not add any additional meaning beyond the schema, so a baseline score of 3 is appropriate.

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 tool deletes a CMDB configuration object, which is a specific verb-resource pair. It distinguishes from sibling tools like cmdb_create, cmdb_get, etc., by explicitly naming the delete operation and mapping to the DELETE HTTP method.

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?

The description implies the tool is for CMDB objects via the resource_path parameter, but it does not explicitly state when to use this tool versus other delete tools (e.g., firewall_address_delete) or provide alternative methods. The guideline is implied by the naming convention but not articulated.

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/paoloamato2/fortinet-mcp-server'

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