Skip to main content
Glama
codefuturist

Email MCP Server

by codefuturist

configure_alerts

Update notification settings for sound, desktop, and webhook alerts in real time, with optional persistence to configuration file.

Instructions

Update alert/notification settings at runtime. Changes take effect immediately. Use save=true to persist changes to the config file. Omit any field to leave it unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
saveNoPersist changes to config.toml (default: runtime only)
soundNoEnable/disable sound alerts for urgent emails
desktopNoEnable/disable desktop notifications
webhook_urlNoWebhook URL for external notifications (empty string to disable)
webhook_eventsNoWhich urgency levels trigger webhook dispatch
urgency_thresholdNoMinimum urgency level to trigger desktop notifications
Behavior4/5

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

Annotations indicate non-destructive writes; description adds valuable context: changes take effect immediately, save flag persists to config file, and omitted fields are left unchanged. This goes beyond what annotations provide.

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?

Three sentences, no filler. Every sentence adds distinct value: purpose, immediate effect, persistence option, and partial update behavior. Ideal length.

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

Completeness4/5

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

For a config update tool with no output schema, the description adequately covers purpose, behavior, and parameter handling. Missing explicit mention of return value or error states, but these are less critical for a straightforward mutation.

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 description coverage is 100%, but the description adds the crucial semantic detail that omitted fields are left unchanged, which is not explicit in the schema. This clarifies partial update behavior.

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 action ('Update alert/notification settings') and the resource (alerts/notifications). It distinguishes from sibling tools like 'get_hooks_config' by specifying 'update' rather than 'get' or 'test'.

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 when to use this tool (to change settings), but does not explicitly mention when not to use it or suggest alternatives like viewing current config with get_hooks_config or testing with test_notification.

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/codefuturist/email-mcp'

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