Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

collect_device_config

Trigger an on-demand configuration collection for a device instance to retrieve current config data without waiting for scheduled collection.

Instructions

Trigger an on-demand config collection for a device instance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesDevice ID
instance_idYesInstance ID
device_datasource_idYesDevice-DataSource ID for the ConfigSource

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already indicate non-read-only, non-idempotent, and non-destructive behavior, and the description aligns with those by framing the call as a trigger. It adds the target and on-demand nature, but does not disclose whether collection is asynchronous, how long it takes, or what side effects occur.

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 sentence with no filler. The action verb is front-loaded and every word contributes to conveying the core operation.

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

Completeness2/5

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

With no output schema, the description should state what the invocation returns or whether the collection runs asynchronously and requires polling. It also omits any post-condition, leaving an agent unable to verify whether the triggered collection succeeded.

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 input schema fully documents all three parameters, including the clarifying 'Device-DataSource ID for the ConfigSource' description. The tool description adds no parameter-level detail, but the high schema coverage means it does not need to.

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 action verb ('Trigger') and identifies the resource ('on-demand config collection') and target ('device instance'). This distinguishes it from sibling retrieval operations like get_device_config and get_configsource.

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 gives no guidance on when to call this tool versus related siblings such as get_device_config, get_configsource, or create_configsource. No alternatives, prerequisites, or exclusions 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