Skip to main content
Glama
qq418716640

BotBell MCP Server

botbell_send

Deliver push notifications to iPhone/Mac with action buttons for quick replies and free-text input. Supports Markdown, images, and URLs for interactive alerts.

Instructions

Send a push notification to the user's iPhone/Mac via BotBell. You can include action buttons for quick replies. Use type 'input' to let the user type a custom response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesMessage content (required, max 4096 chars)
titleNoMessage title (optional)
urlNoURL to attach (optional)
image_urlNoImage URL to attach (optional)
summaryNoCustom summary for long messages (optional, max 512 chars)
formatNoMessage format: 'text' (default) or 'markdown' for Markdown rendering
actions_descriptionNoDescription text shown above action buttons (optional, max 256 chars)
actionsNoQuick reply buttons (max 5). Use type 'input' for free-text option.
reply_modeNoControls how the recipient can reply: 'open' (default, free text + actions), 'actions_only' (only action buttons, no free text), 'none' (pure notification, no reply)
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as success/failure behavior, authorization requirements, rate limits, or side effects. This is a significant gap for a 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 sentences, front-loaded with purpose, no unnecessary words. Every sentence adds value.

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?

Covers the main functionality and a key feature (actions with input), but lacks information about return values, error handling, prerequisites, and integration with sibling tool. Adequate for basic use but not 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 coverage is 100% with parameter descriptions. The description adds minimal extra value by highlighting the 'input' type for actions, but mostly repeats schema information. 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?

The description clearly states the verb 'Send' and the resource 'push notification to the user's iPhone/Mac via BotBell'. It also distinguishes from the sibling tool 'botbell_get_replies' by focusing on sending, not retrieving.

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?

Describes when to use action buttons and input type, but does not explicitly compare to sibling tool or state prerequisites/exclusions. Provides clear context for using actions.

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/qq418716640/botbell-mcp'

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