Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

delete_inventory

Remove an inventory grouping from Itential Platform permanently, including all device associations. Devices remain unaffected; this action cannot be undone.

Instructions

Delete an inventory from Itential Platform.

Permanently removes an inventory and all its device associations. The devices themselves are not affected; only the inventory grouping is deleted. This operation cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the inventory to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesStatus of the delete operation
messageYesShort description of the status of the operation
Behavior5/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It explicitly states that the operation permanently removes the inventory and all device associations, that devices themselves are unaffected, and that the operation cannot be undone. This fully discloses the destructive nature and consequences.

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 concise and well-structured: the first sentence states the action, the second explains the scope, and the third emphasizes irreversibility. Every sentence provides essential information with no wasted words.

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

Completeness5/5

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

This is a simple tool with one required parameter and an output schema present. The description fully explains what is deleted, what is not affected, and the irreversibility. For its complexity, the description is complete and leaves no critical gaps.

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?

The schema covers the single parameter 'name' with a clear description ('The name of the inventory to delete'), and schema coverage is 100%. The tool description does not add any additional parameter semantics beyond this, so the baseline 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 starts with a specific verb and resource: 'Delete an inventory from Itential Platform.' This clearly distinguishes it from sibling tools like create_inventory, describe_inventory, and get_inventories. The rest of the description adds scope details, making the purpose unambiguous.

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 does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention any conditions or exclusions. While the purpose is obvious from the name, there is no stated context or comparison with other inventory-related tools.

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/itential/itential-mcp'

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