Skip to main content
Glama

list_alerts

Retrieve active alerts and conditions from all devices in NinjaOne, including severity, message, device info, and trigger time, with optional filtering by severity or device.

Instructions

List active alerts and conditions across all devices in NinjaOne. Returns alert UID, severity, message, device, and trigger time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
severityNoFilter alerts by severity level
device_filterNoFilter expression to limit devices (e.g., 'org = 123')
page_sizeNoNumber of alerts to return
afterNoAlert ID cursor for pagination
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses basic read behavior and return fields but omits pagination details, rate limits, or authentication needs. No contradictions.

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?

Two sentences, front-loaded with action and scope, no redundant information. Every word earns its place.

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

Completeness3/5

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

Return fields are listed, but pagination (page_size, after) is only in schema. No mention of how this tool relates to siblings like list_device_alerts or list_alert_conditions, leaving usage context incomplete.

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%, with each parameter clearly described. The description adds context about 'across all devices' which implies device_filter can limit scope, but this is insufficient to raise the score beyond 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 clearly states 'List active alerts and conditions across all devices' and specifies return fields. However, it does not differentiate from sibling tools like list_device_alerts or list_alert_conditions, missing a chance to clarify 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?

No guidance on when to use this tool versus alternatives. Sibling tools exist for device-specific alerts and conditions, but the description does not mention them or provide context for choosing this global view.

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/fredriksknese/mcp-ninjaone'

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