Skip to main content
Glama

delimit_notify_routing

Route change alerts by severity: urgent for breaking, standard for non-breaking, suppress cosmetic. Configure channels and test delivery.

Instructions

Manage impact-based notification routing (LED-233).

Routes change alerts by severity: breaking changes send urgent notifications, non-breaking goes to standard channels, cosmetic changes are suppressed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo'status' (show current config), 'configure' (update routing rules), 'test' (send test notifications at each severity level).status
configNoJSON string with routing config for action='configure'. Example: {"routing": {"critical": {"channels": ["email","webhook"], "email_subject_prefix": "[URGENT]", "webhook_priority": "high"}, "warning": {"channels": ["webhook"], "webhook_priority": "normal"}, "info": {"channels": [], "digest": true}}}
webhook_urlNoWebhook URL for test notifications.
email_toNoEmail recipient for test notifications.
from_accountNoSender account key for test email delivery.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It mentions routing but omits that the 'test' action sends actual notifications, which is a key behavioral trait beyond configuration. The side effects and required permissions are not disclosed.

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 extremely concise with only two sentences. It is front-loaded with the primary purpose and provides immediate context on severity routing. Every sentence earns its place without redundancy.

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?

Despite having 5 parameters and multiple actions, the description only covers routing of change alerts by severity. It fails to mention the 'test' action or the config parameter structure, leaving significant gaps in understanding.

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%, so the baseline is 3. The description adds no additional meaning to the parameters beyond the schema's own descriptions. It does not explain parameter relationships or provide usage context.

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 it manages impact-based notification routing and explains routing by severity levels. It distinguishes itself from sibling tools like delimit_notify and delimit_notify_inbox by focusing specifically on routing configuration.

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?

The description implies usage for configuring severity-based routing but does not explicitly state when to use this tool versus alternatives like delimit_notify. No guidance on prerequisites or exclusions is provided.

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/delimit-ai/delimit-mcp-server'

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