Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_remediationsources

Read-onlyIdempotent

Retrieve remediation sources from LogicMonitor, filtering by name or group and controlling results with offset and limit for precise listing.

Instructions

List RemediationSources from LogicMonitor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum sources to return (default: 50)
filterNoRaw LM filter expression (overrides typed filters). Operators: : (eq), !: (neq), ~ (contains), !~ (not contains).
offsetNoResults to skip for pagination (default: 0)
name_filterNoFilter by source name (substring, server-side)
group_filterNoFilter by group (substring, server-side)

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?

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, but the description adds no behavioral context beyond the verb 'List'. It does not mention pagination, default limits, filtering behavior, or response shape.

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, front-loaded sentence with no filler words. It is concise, though it may be too terse to be maximally useful on its own.

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 five optional parameters and no output schema, the description is too sparse. It does not explain what RemediationSources are, what the response contains, or how this list operation relates to the many sibling remediation tools.

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 provides full descriptions for all five parameters, so the baseline is 3. The tool description itself contributes no additional parameter meaning, but the schema already covers this dimension adequately.

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 clearly states a specific verb and resource: 'List RemediationSources'. The plural resource name distinguishes it from the singular get_remediationsource sibling, though it does not explicitly call out that distinction.

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 guidance is provided on when to use this tool versus related alternatives such as get_remediationsource, export_remediationsource, or execute_remediation. The context is left entirely to the agent's inference.

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