Skip to main content
Glama

Poller Group Get

poller_group_get
Read-onlyIdempotent

Retrieve poller group details from LibreNMS by specifying a group identifier or 'all' to list all groups.

Instructions

Get poller group(s) from LibreNMS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poller_groupYesPoller group identifier or 'all'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.9.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare the operation read-only, idempotent, and non-destructive, and the description is consistent with that. The description adds no meaningful behavioral context beyond the annotations, but none is seriously needed for this simple getter.

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 short sentence that directly names the action and target resource. There is no redundant wording or filler.

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 one-parameter read-only getter with full schema coverage and an output schema, the description is sufficient. The input schema explains the only parameter, and annotations cover the safety profile.

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 poller_group parameter is clearly documented as 'Poller group identifier or all'. The tool description itself does not add parameter-level detail, but the schema already provides the necessary meaning.

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 states a specific verb and resource: it gets poller group(s) from LibreNMS. It is clear and not a tautology, but it does not explicitly differentiate itself from sibling tools; however, no sibling tool appears to cover poller groups.

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 provides no guidance on when to use this tool versus alternatives, and it does not state prerequisites or exclusions. The intended usage is only implied by the tool name and parameter schema.

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