Skip to main content
Glama
callremind

CallRemind MCP Server

Official
by callremind

saveCemasConfig

Set up CEMAS emergency alerts by saving destination phone numbers, active status, and voice/TTS preferences (Edge TTS or Kokoro) for notification calls.

Instructions

Save the user's CEMAS destination phone(s), active flag, and voice prefs. voice_provider selects Edge TTS (default) or Kokoro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edge_rateNo0.1-10 (1.0 = normal). Edge only.
is_activeNoWhether CEMAS notifications are active
edge_pitchNo0-2 (1.0 = normal). Edge only.
edge_volumeNo0-1 (1.0 = max). Edge only.
owner_emailNoIgnored for user API keys; required only with system API key
voice_providerNoTTS provider for the notification call (default EDGETTS)
edge_voice_preferenceNoVoice id (Edge ShortName or Kokoro id, matching voice_provider)
destination_phone_numberYesList of phone numbers to notify

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.6

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It makes clear this is a write operation and adds a useful behavioral detail (voice_provider defaults to Edge TTS), but it does not disclose whether existing settings are fully replaced, what happens when optional fields are omitted, or what response/error behavior to expect.

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?

Two sentences with no fluff. The first sentence states the action and fields, and the second adds a key default; information is front-loaded and every word earns its place.

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?

For an 8-parameter mutation tool with no annotations and no output schema, the description gives enough to select the tool but leaves important invocation context (save/overwrite semantics, response/errors) to inference. The schema covers parameter details, so the gap is moderate.

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 baseline is 3. The description adds only high-level grouping and a default for voice_provider; it does not compensate for or add much beyond the already-complete schema parameter descriptions.

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 uses a specific action ('Save') and identifies the exact resource ('user's CEMAS destination phone(s), active flag, and voice prefs'), making the tool's purpose unambiguous and easily distinguishable from siblings like getCemasConfig and the call-making tools.

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 clearly implies this is the configuration-persistence tool, but it does not explicitly say when to use it instead of getCemasConfig, updateProfile, or call tools, and it gives no exclusions. Usage must be inferred from the save semantics and sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/callremind/callremind-mcp'

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