Skip to main content
Glama

reset_alert

Acknowledge and clear an active alert using its unique identifier. Resolve alert issues by providing the alert UID obtained from list_alerts or list_device_alerts.

Instructions

Reset (acknowledge and clear) an active alert by its UID. Use list_alerts or list_device_alerts to find the alert UID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alert_uidYesThe unique identifier (UID) of the alert to reset
Behavior3/5

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

No annotations provided, so description carries full burden. 'Reset (acknowledge and clear)' suggests a non-destructive state change, but does not mention permissions, idempotency, or side effects like notification suppression. Adequate for a simple operation but lacks depth.

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 with no wasted words. Front-loaded with purpose, then provides actionable usage hint. Excellent conciseness.

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

Completeness4/5

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

For a simple tool with one parameter and no output schema, the description covers what it does and how to prepare. Could mention that the alert must be active, but not essential. Good completeness.

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?

Only one parameter (alert_uid) with clear schema description. Since schema coverage is 100%, description adds minimal value. Baseline 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?

Clearly states the action (reset), the resource (active alert), and the identifier (by UID). Distinguishes from sibling tools like list_alerts and list_device_alerts, which are for finding alerts rather than resetting them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to use list_alerts or list_device_alerts to find the alert UID, indicating prerequisite steps. Implicitly tells when to use this tool (when you have an alert UID). Could be improved by specifying not to use on non-active alerts.

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