Skip to main content
Glama

Devicegroup Delete

devicegroup_delete
DestructiveIdempotent

Delete a device group from LibreNMS by name to remove unused or obsolete groups from network monitoring configuration.

Instructions

Delete a device group from LibreNMS by name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDevice group name to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.9.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, covering the key safety behaviors. The description itself adds no further behavioral context, such as cascade effects on group members or behavior when the group does not exist; the annotations carry the transparency burden.

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 a single, direct sentence with no filler. It front-loads the action and resource, then narrows the identifier method, making it quick and easy for an agent to parse.

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?

For a simple one-parameter delete operation, the description is complete, especially given the destructive and idempotent annotations plus the presence of an output schema. Nothing essential for selecting or invoking the tool correctly is missing.

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%, and the single 'name' parameter is already described as 'Device group name to delete'. The description's 'by name' wording reinforces the schema but adds no extra semantic detail, such as case sensitivity, required format, or uniqueness expectations.

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 states a specific verb ('Delete'), resource ('device group'), and identifier method ('by name'), clearly distinguishing it from sibling tools like device_delete or location_delete. It leaves no ambiguity about what action is performed.

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 intended use is implied by the description: use this when you need to delete a device group by name. However, it does not explicitly state when not to use it or mention alternatives, such as device_delete for devices or devicegroup_update for modifying a group.

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