Skip to main content
Glama
tuberrabbit

mcp-server-notifier

by tuberrabbit

notify

Send notifications to configured webhook services like Discord, Slack, Teams, Feishu, ntfy, and custom endpoints with support for interactive actions and image attachments.

Instructions

Send a notification to configured webhook services (Discord, Slack, Teams, Feishu, ntfy, custom)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe main content of the notification message
titleNoOptional title for the notification
linkNoOptional URL to include in the notification
imageUrlNoURL of an image to include (will be used as an attachment when possible)
imageNoLocal file path for an image to upload to Imgur
priorityNoNotification priority level from 1-5 (5=highest)
attachmentsNoList of URLs to attach to the notification
actionsNoInteractive action buttons for the notification
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states 'send a notification' without detailing behavioral traits like idempotency, error handling, rate limits, or side effects. The listing of supported services adds some context but insufficient for an 8-parameter 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?

A single sentence that efficiently conveys the tool's purpose. No superfluous words, and the key information (supported services) is front-loaded. Every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too brief for a tool with 8 parameters and no output schema. It omits critical context such as the need for pre-configured webhooks, what the return value looks like (e.g., success/error), and what happens if a webhook is unreachable. These gaps leave an agent underinformed.

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% and the schema descriptions are detailed. The tool description adds no additional meaning beyond what the schema already provides. Baseline 3 is correct since the schema does the heavy lifting.

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 'notification to configured webhook services', listing specific supported platforms (Discord, Slack, Teams, Feishu, ntfy, custom). This leaves no ambiguity about the tool's function.

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

Usage Guidelines3/5

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

No guidance on when to use this tool versus alternatives or prerequisites (e.g., webhook configuration). With no sibling tools, the lack of explicit usage context is acceptable but still minimal. A 3 is appropriate for absence of any usage direction.

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/tuberrabbit/mcp-server-notifier'

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