Skip to main content
Glama

alert_me

Send an urgent push notification that physically buzzes the user's phone for time-sensitive alerts like production failures or critical thresholds.

Instructions

Physically buzz the user's phone with an urgent push notification.

The user is NOT watching the screen. Calling this interrupts them in the real world, so use it only when that interruption is justified.

USE FOR:

  • a production alert / pager condition fired

  • a long-running script, deploy, or migration FAILED or crashed

  • a watched value crossed a critical threshold

  • a task the user explicitly asked to be alerted about finished or blocked

  • anything time-sensitive the user would want to know NOW, not later

DO NOT USE FOR:

  • routine progress updates or status the user can read whenever

  • ordinary task completion that is not time-sensitive

  • anything the user did not ask to be interrupted about

  • chatty / informational messages — those belong in the normal reply

Args: message: One-sentence body, shown on the lock screen. Be specific and actionable, e.g. "QA deploy failed: migration 0042 errored on playground_management" — not "something went wrong". severity: "info" | "warn" | "critical". - "critical" = loudest + most intrusive. May place a ringing phone call (SIP / Linphone — full-screen, pierces silent) and/or a Pushover emergency alert that repeats until acknowledged. Reserve for things that genuinely must interrupt the user right now. - "warn" (default) = high-priority push, non-repeating, no call. - "info" = normal-priority push, no call. title: Short notification title (a few words).

Returns a status string describing what each backend did.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
severityNowarn
titleNoAlert

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite having no annotations, the description fully discloses behavioral traits: it interrupts the user in the real world, the severity parameter alters intrusiveness (including a potential phone call for critical), and it returns a status string. This level of detail compensates for the lack of annotations.

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 efficiently structured: a core sentence, then usage guidelines in bullet-style lists, then parameter details. Every sentence adds value, no filler. The front-loading of the key verb and impact ensures the agent quickly grasps the purpose.

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 tool's complexity (multiple severity levels, real-world interruption, return value), the description covers all necessary aspects: purpose, usage guidelines, parameter meanings, and return type. The mention of a phone call for 'critical' severity is a critical behavioral detail. With an output schema present, the description is fully adequate for an agent to use this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the 'Args' section in the description adds rich semantic details for each parameter. For example, 'message' is described as a one-sentence lock-screen body with specificity requirements, and 'severity' outlines the exact behavior for each level, far exceeding the schema's type-only information.

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 starts with a specific verb 'buzz', a clear target 'user's phone', and an effect 'urgent push notification', immediately establishing the tool's core action. It further clarifies that this is a real-world interruption, which differentiates it from typical informational outputs.

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

Usage Guidelines5/5

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

The description provides explicit 'USE FOR' and 'DO NOT USE FOR' sections, offering clear guidance on when the tool is appropriate and when it is not. It suggests alternatives for non-urgent messages ('belong in the normal reply'), effectively helping the agent make correct decisions.

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/mohitbadwal/ringback'

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