Skip to main content
Glama

Send a Blipr alert

send_alert

Send push notifications to your phone when tasks finish, builds break, or you need approval. Supports priority levels and optional click-through URLs.

Instructions

Send a push notification to the user's phone via Blipr. Use this to reach the human: a long task finished, a build broke, you need approval, or you're blocked and need input. Priority 1 (silent) to 5 (critical); defaults to 3.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags / emoji shortcodes, e.g. ["warning", "rocket"].
clickNoURL opened when the notification is tapped.
titleNoShort title, shown bold above the message.
topicNoTopic to publish to. Defaults to the BLIPR_TOPIC env var.
messageYesThe alert body — what happened or what you need.
priorityNo1=min/silent, 2=low, 3=default, 4=time-sensitive (breaks Focus), 5=critical.
Behavior3/5

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

With no annotations, the description should fully disclose behavior. It mentions priority range and default, but omits details like rate limits, idempotency, or what happens on failure. Disclosures are adequate for a simple notification tool.

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 concise sentences: first states core action, second provides use cases and priority info. Front-loaded and no wasted words.

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?

The description covers purpose, use cases, and priority for a simple tool with no output schema. It could mention return value or success/failure behavior, but overall it is nearly complete.

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 repeats priority range and default already in schema, adding no new semantic insight beyond the schema.

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 it sends a push notification via Blipr, and provides concrete use cases ('a long task finished, a build broke, you need approval, or you're blocked'), distinguishing it from siblings like ask or check_reply.

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?

The description gives clear usage context ('use this to reach the human') and lists scenarios, but does not explicitly contrast with sibling tools or state when not to use it.

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/applogico/blipr-mcp'

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