Skip to main content
Glama

delimit_notify_routing

Configure and manage notification routing rules to direct change alerts to email, webhook, or digest channels based on severity.

Instructions

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

When to use: to inspect or update the rules that route change alerts to email / webhook / digest by severity. When NOT to use: to read the inbox (use delimit_notify_inbox) or fire a single notification (use delimit_notify).

Sibling contrast: delimit_notify sends; delimit_notify_inbox reads inbound; this configures routing rules between them.

Side effects: action="configure" writes via ai.notify.save_routing_config; action="test" sends test notifications to the configured channels. action="status" is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOne of "status" (default), "configure", "test".status
configNoJSON string with routing config for action="configure". Example shape: {"routing": {"critical": {...}, ...}}.
webhook_urlNoWebhook URL used by action="test".
email_toNoEmail recipient used by action="test".
from_accountNoSender account key for the test email.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, but the description explicitly discloses side effects per action: 'action=\"configure\" writes via ai.notify.save_routing_config', 'action=\"test\" sends test notifications', and 'action=\"status\" is read-only'. This covers write operations and read-only behavior. Could mention auth or error handling but is sufficient.

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?

Highly structured into sections: purpose, when to use, when not to use, sibling contrast, side effects. Every sentence adds value with no repetition or fluff.

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

Completeness5/5

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

Given an output schema exists, return values are covered. The description provides all necessary context: purpose, usage guidelines, sibling differentiation, side effects, and parameter context. Nothing essential is missing for an AI agent to correctly select and invoke this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with descriptions for all 5 parameters. The description adds context by explaining the config parameter's use with configure action and webhook_url, email_to, from_account for test action, tying parameters to their respective actions.

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 'Manage impact-based notification routing' and specifies inspecting or updating rules that route change alerts by severity. It distinguishes from sibling tools delimit_notify and delimit_notify_inbox, making the purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly provides both 'When to use' and 'When NOT to use' sections with specific sibling tool names. Gives sibling contrast explaining the roles of delimit_notify, delimit_notify_inbox, and this tool.

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