Skip to main content
Glama

Location Get

location_get
Read-onlyIdempotent

Retrieve a specific location from LibreNMS using its identifier or name to access detailed network location information.

Instructions

Get a specific location from LibreNMS by identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesLocation identifier or name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.11.1
    • changedInput schema / properties / location / description
      Previous value: -"Location identifier."New value: +"Location identifier or name"
  2. First observedv1.9.0

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no further behavioral context such as error behavior, required permissions, or return characteristics, and it merely restates the operation.

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, front-loaded declarative sentence with no filler. Every word contributes to identifying the action, resource, and lookup key.

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 read tool with an output schema and read-only/idempotent annotations, the description is nearly complete. A pointer to locations_list for enumeration would strengthen it, but nothing critical is missing for correct invocation of this simple tool.

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 fully documents the single parameter as 'Location identifier or name', and the description's 'by identifier' adds little beyond that. With 100% schema description coverage, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the operation ('Get'), the resource ('location'), and the scope ('specific ... by identifier'), making the tool's purpose clear. It does not explicitly name sibling tools like locations_list or location_delete, but the word 'specific' already signals that this is for retrieving one item rather than listing all.

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 wording implies this tool is for fetching one known location by identifier rather than enumerating or modifying locations. However, it does not explicitly state when to use this tool over locations_list or location_delete, and no exclusions or alternatives are mentioned.

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