Skip to main content
Glama

Location Delete

location_delete
DestructiveIdempotent

Remove a location from LibreNMS using its identifier. Cleans up monitoring data by deleting unwanted location entries.

Instructions

Delete a location from LibreNMS by identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesLocation identifier

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.9.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the safety profile is covered. The description itself does not add context about consequences such as irreversible removal or restrictions when a location is in use, but it does not contradict the annotations.

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?

A single front-loaded sentence with no filler. Every word contributes to identifying the action, target, and lookup method.

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

Completeness4/5

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

For a one-parameter delete operation with annotations covering destructive/idempotent behavior and an output schema present, the description is nearly sufficient. It only lacks explicit notes about deletion constraints or irreversible effects, which are already hinted by the destructive annotation.

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%: the single required 'location' parameter is already described as 'Location identifier'. The description's 'by identifier' repeats this without adding format, source, or lookup guidance, so it meets the baseline but adds no extra value.

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 uses a specific verb 'Delete' with a clear resource 'a location from LibreNMS' and the method 'by identifier'. This cleanly distinguishes it from sibling tools such as location_get, location_add, and location_edit.

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?

No guidance is provided about when to choose this tool over alternatives or when deletion is not appropriate. The description states only the operation, leaving the agent to infer usage from the sibling list and annotations.

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