Skip to main content
Glama
rajfirke

sumo-logic-mcp

by rajfirke

get_active_alerts

Retrieve all currently firing alerts from Sumo Logic monitors. Filter by severity (Critical, Warning, MissingData, or All) to quickly identify active issues.

Instructions

Get all currently active/firing alerts.

Returns monitors in a triggered state. Filter by severity using the status parameter: Critical, Warning, MissingData, or AllTriggered for all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax alerts to return
statusNoFilter: 'AllTriggered', 'Critical', 'Warning', or 'MissingData'AllTriggered

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool returns monitors in a triggered state and supports filtering by severity, which adds context. However, it does not mention pagination, ordering, or other behavioral traits like rate limits or potential side effects, leaving some gaps.

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 two sentences, front-loaded with the main purpose, and contains no filler. It efficiently states the function and the key filtering capability.

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

Completeness5/5

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

Given the simple two-parameter tool with an output schema, the description is complete. It covers the core purpose and filtering behavior, while the schema handles parameter details and return structure. No additional context is needed.

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 coverage is 100%, so the parameters are already documented. The description briefly mentions the status parameter with its allowed values, which mirrors the schema but adds no new meaning. Limit is not discussed beyond the schema. Baseline score of 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 clearly states the tool's function with a specific verb and resource: 'Get all currently active/firing alerts.' It further clarifies the output as 'monitors in a triggered state,' which distinguishes it from sibling tools like get_alert_details (single alert) or get_monitor_status (specific monitor).

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 explicit guidance is provided on when to use this tool versus alternatives. It does not mention exclusions or compare with related tools such as get_alert_details or get_monitor_status. The usage is implied by the name and description, but there is no direct guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rajfirke/sumo-logic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server