Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_collector_health

Read-onlyIdempotent

Assess collector health to detect potential outages by reviewing time since last contact, downstream device count, dependent alerts, and CollectorDown history.

Instructions

Enriched collector status with time-since-last-contact, downstream device count, dependent alert count, and optional CollectorDown history. Leading indicator for site-level events. Prefer this over get_collectors when investigating potential outages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collector_idNoSingle collector ID. Other scope args are ignored if set.
history_daysNoCollectorDown history lookback in days
include_historyNoInclude CollectorDown alert history
collector_group_idNoRestrict to collectors in this group

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the description adds value by describing the enriched nature of the result and the optional history component. It also frames the tool as a 'leading indicator' for outages, which gives useful interpretive context beyond the annotations. It doesn't cover return format or pagination, but that is a minor gap here.

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?

Three sentences with no filler. The first sentence fronts the main purpose and output contents, the second adds contextual value, and the third gives explicit tool routing. Every sentence earns its place.

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 read-only status tool, the description covers purpose, key output fields, and when to choose it over the sibling. The schema fully documents parameters and annotations cover safety. The only notable gap is that no parameters are required, so the behavior when called with no arguments is not explicitly stated, but this is a minor ambiguity given the overall clarity.

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 four parameters clearly. The description mentions 'optional CollectorDown history,' which partially aligns with include_history, but does not add meaningful parameter syntax or nuance beyond the schema. A baseline 3 is appropriate.

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 states a specific verb and resource ('Enriched collector status') and enumerates the exact data it returns: time-since-last-contact, downstream device count, dependent alert count, and optional CollectorDown history. It differentiates itself from get_collectors by positioning this as the health-focused variant, so an agent can identify it without inspecting the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells the agent when to use this tool: 'Prefer this over get_collectors when investigating potential outages.' This gives a clear decision rule and names the alternative tool, which is exactly the kind of routing guidance agents need.

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