Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

list_sdts

Read-onlyIdempotent

Retrieve scheduled downtimes from LogicMonitor with filters for admin, device, group, or SDT type. Use raw filter expressions for precise queries.

Instructions

List scheduled downtimes from LogicMonitor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adminNoFilter by admin username (substring match)
limitNoMax results
filterNoRaw filter expression (overrides other filters). Example: type:DeviceSDT,admin~john
sdt_typeNoFilter by SDT type
device_idNoFilter by device ID
device_group_idNoFilter by device group ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no behavioral detail beyond that, such as pagination, filtering semantics, or return format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, short sentence with no filler words. It is appropriately concise, though it sacrifices necessary context for brevity.

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?

For a tool with six optional filters and no output schema, the description is too minimal. It does not clarify the returned data structure or how it relates to sibling tools like get_active_sdts or get_upcoming_sdts, leaving an agent under-informed.

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% with all six parameters documented, so the schema carries the parameter meaning. The description does not add any additional semantics or elaboration, which is acceptable given the baseline.

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 the verb 'List' and the resource 'scheduled downtimes' from LogicMonitor, making the core operation clear. However, it does not differentiate from sibling tools like get_active_sdts or get_upcoming_sdts, leaving some ambiguity about scope.

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 the more specific get_active_sdts or get_upcoming_sdts. It lacks any context about use cases, exclusions, or when to prefer an alternative.

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