Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_device_config

Read-onlyIdempotent

Retrieve configuration versions collected for a device instance by supplying device, datasource, and instance IDs to audit config changes.

Instructions

List config versions collected for a device instance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax config versions to return
offsetNoPagination offset
device_idYesDevice ID
instance_idYesInstance ID (e.g. Running-Config)
device_datasource_idYesDevice-DataSource ID for the ConfigSource

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds only that versions were 'collected for a device instance', which is mildly informative but doesn't disclose ordering, pagination behavior, or error semantics. No contradiction; it just adds minimal value beyond 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 eight-word sentence with no filler. The core verb, resource, and scope are front-loaded, and every word earns its place.

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

Completeness3/5

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

For a simple list tool with a well-documented schema and strong safety annotations, the minimal description is adequate. However, with no output schema, the description doesn't clarify what fields a config version contains, what ordering is applied, or how limit/offset affect results beyond the schema defaults. These gaps are non-fatal but make it only minimally complete.

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%, so the schema already documents all five parameters. The description doesn't add any parameter-level meaning beyond what the schema provides, matching the baseline of 3.

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 uses a specific verb (List) and resource (config versions) with a scoping qualifier (collected for a device instance). It clearly identifies the operation, though it doesn't explicitly differentiate from the sibling get_device_config_version; the plural 'versions' implies a list operation but leaves the distinction implicit.

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 explicit guidance is given about when to use this tool versus alternatives like get_device_config_version (singular fetch) or collect_device_config (trigger collection). The only hint is the word 'List', which implies a query operation, but no exclusions or alternative-selection criteria are stated.

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