SimpleNS LogoDocs

Available Tools

Explore the capabilities exposed by the SimpleNS MCP Server.


The MCP server exposes the following capabilities to connected AI clients. Ensure your frontend documentation lists these so users know what they can do.

Tools (Functions)

Tool NameDescription
send_notificationSend a single notification via any configured channel. Supports templates and inline content.
send_batch_notificationSend batch notifications to multiple recipients. Supports templates and inline content.
get_send_schemaGet the full request schema with examples — call this before sending if unsure about the format.
list_pluginsList installed plugins, channels, and their schemas.
find_failuresFind failed notifications with filters (channel, date range, search term). Useful for debugging specific issues.
retry_failureRetry a specific failed notification by ID. Can be combined with find_failures for bulk retries.
list_alertsList unresolved system alerts (ghost delivery, stuck processing).
resolve_alertDismiss a specific system alert.

On this page