Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

send_ntfy_notification

Idempotent

Send mobile push notifications for trading events like bot status, risk alerts, marketplace updates, ops, and alpha signals using ntfy.sh. Supports customizable priority, tags, and click URL.

Instructions

Send a mobile push notification via ntfy (https://ntfy.sh). Topics: bots (bot up/down/trade), risk (circuit breaker, daily loss), marketplace (new subscriber, bot promoted), ops (deploy, system health), alpha (high-confidence signal). Priority: max/urgent = always-on screen; high = with sound; default = normal; low/min = silent. Requires NTFY_BASE_URL + optional NTFY_AUTH_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoEmoji tag names (e.g. ['warning', 'robot']). ntfy maps to emojis automatically.
titleYesNotification title (shown in bold)
topicNoops
messageYesNotification body text
priorityNodefault
click_urlNoURL to open when notification is tapped
Behavior4/5

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

Annotations already declare the tool as non-readOnly, idempotent, and non-destructive. The description adds valuable context about the required NTFY_BASE_URL and optional auth token, and explains the behavioral differences between priority levels (e.g., sound, screen on). This goes beyond annotation information.

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 composed of four concise sentences, with the main action stated first, followed by structured lists for topics and priorities, and ending with a requirement note. There is no redundant information.

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 side-effect nature and lack of output schema, the description adequately covers inputs and behavior. It could mention potential errors (e.g., invalid topic) or delivery confirmations, but the provided context is sufficient for typical use.

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 schema describes tags, title, message, and click_url, but lacks descriptions for 'topic' and 'priority'. The description compensates by explaining the meaning of each topic (e.g., 'risk' for circuit breaker) and each priority level (e.g., 'max/urgent' with screen on). This adds significant semantic value beyond the enum values.

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 'Send a mobile push notification via ntfy', providing a specific verb and resource. It also lists the distinct topic categories and priority levels, which differentiates this tool from other notification tools like email or SMS.

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 guidance on when to use each topic (e.g., 'bots' for trade notifications) and priority levels (e.g., 'max/urgent' for always-on screen). It also mentions the prerequisite environment variables. However, it does not explicitly state when not to use this tool or suggest alternatives.

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/AlgoChains/algochains-mcp-server'

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