Skip to main content
Glama
appolabs

Appo MCP

Official
by appolabs

send_push

Send a push notification with title and body to a target app. Use confirm:true to execute; omit confirm to preview the notification without sending. Accepts optional image, target URL, and schedule time.

Instructions

Sends a push to the app's devices. Destructive — call with confirm:true to send; without it returns a preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesNotification body
titleYesNotification title
app_idYesThe app ID
confirmNoSet true to send. Without it the tool returns a preview and performs no write.
image_pathNoOptional image path
target_urlNoOptional URL opened when tapped
scheduled_atNoOptional ISO-8601 schedule time
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly warns 'Destructive' and explains the confirm‑gated behavior (preview vs send). This goes beyond the simple action, adding crucial safety context that is not present in the schema (except in confirm's description, but the word 'Destructive' is new context).

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 short sentences: the first states the action, the second gives the critical destructive/confirm nuance. Every word earns its place; no filler or repetition of schema details. It front-loads the purpose and then the essential behavioral caveat.

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?

Given the tool's complexity (7 params, 3 required, no output schema, no annotations), the description conveys the essential behavioral difference between preview and send, which is the only unusual aspect. It does not explicitly state return values after sending, but this is not necessarily required given schema richness and lack of output schema. It is reasonably complete for its purpose.

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?

The input schema already provides complete coverage (100%) for all 7 parameters, including descriptions that specify behavior (e.g., confirm's effect). The description does not add new semantics beyond what the schema already defines—it mainly restates the confirm logic. Baseline of 3 applies as schema carries the heavy lifting.

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 states the tool's purpose clearly: 'Sends a push to the app's devices.' It uses a specific verb and resource and is distinct from any sibling tool (none of which relate to push notifications). It doesn't explicitly distinguish from siblings, but none of the listed siblings perform push actions, so this suffices.

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 provides clear context for use: it is for sending pushes, with an important conditional—confirm:true triggers sending, otherwise it previews. However, it doesn't explicitly mention when NOT to use or alternate tools. It offers a logical safety gate (confirm) that guides correct invocation.

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/appolabs/appo-mcp'

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