Skip to main content
Glama

configure_notifications

Configure real-time notifications for memory events via webhook, Slack, or email, with status checks and test capabilities.

Instructions

Configure real-time notifications for memory events via webhook, Slack, or email.

Actions:

  • status — Show current notification configuration

  • add_channel — Add a notification channel (webhook/slack/email)

  • remove_channel — Remove a channel by URL

  • test — Send a test notification to all configured channels

Events: health_degradation, compaction_complete, backup_complete, backup_failed, memory_threshold, new_graduated_insight, scheduler_error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesConfiguration action to perform.
channel_urlNoChannel URL (webhook endpoint, Slack webhook, or email relay).
channel_typeNoChannel type (for add_channel).
min_severityNoMinimum severity to notify. Default: 'warning'.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral traits. It fails to disclose side effects (e.g., persistence of configuration, idempotency, rate limits, authentication requirements, or what happens on channel removal). The actions are listed but their behavioral implications are missing.

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 concise and well-structured, with a clear purpose sentence followed by a bulleted list of actions and events. It is front-loaded and each sentence contributes meaning without redundancy.

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?

Given the tool has 4 parameters, no output schema, and zero annotations, the description covers the actions and events adequately but lacks behavioral completeness. Information about return values, persistence, or error handling is absent, leaving gaps for a configuration tool.

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 description coverage is 100%, so the schema already documents all parameters. The description adds an overview of actions and events but does not enhance parameter meaning beyond what the schema provides. The description's extra context on events adds minor value, so score is baseline 3.

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 tool configures real-time notifications for memory events via webhook, Slack, or email. It lists specific actions and events, making its purpose unambiguous and distinct from sibling tools, none of which relate to notification configuration.

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 actions (status, add_channel, remove_channel, test) that an agent can use to decide which operation to perform. However, it does not explicitly state when to use this tool versus alternatives or include prerequisites, though the context (no sibling notifications tools) supports implicit usage.

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/dcostenco/prism-coder'

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