Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_trace_service_alerts

Read-onlyIdempotent

Retrieve alerts for a specific APM trace service, with optional severity filters and result limits to monitor application performance issues.

Instructions

Get alerts for an APM trace service

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
severityNoFilter by alert severity
service_idYesAPM service device 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?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no behavioral context beyond the basic action, such as alert sorting, pagination, empty results behavior, or how it relates to trace service identifiers. With no additional disclosure, the description provides minimal value beyond the annotations.

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, making it efficient and front-loaded. It is slightly under-specified, but for conciseness it earns a high score because every word contributes to the core meaning.

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?

There is no output schema, and the description does not explain what an alert object looks like, how to obtain a valid service_id, or how this tool relates to other trace and alert tools. For a 3-parameter tool with one required parameter, this terse description leaves important context unstated.

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 baseline is 3. The description itself adds no parameter-level meaning, but the schema already documents service_id, limit, and severity adequately. The description neither enhances nor harms parameter understanding.

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 and resource: 'Get alerts for an APM trace service.' It clearly identifies the tool's function. However, it does not explicitly differentiate it from sibling tools like get_alerts or get_trace_service_metrics, so it stops short of full sibling differentiation.

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 use this tool versus alternatives. Sibling tools like get_alerts, get_alert_details, and get_trace_service_metrics exist, but the description offers no selection criteria or exclusions. Usage context must be inferred entirely from the name.

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