Skip to main content
Glama
Misar-AI

MisarReach MCP Server

update_channel

Idempotent

Enable or disable a WhatsApp, SMS, or push channel for live outreach. Check channel status first; disabling stops delivery, enabling requires credentials.

Instructions

Turn one outreach channel on or off — WhatsApp, SMS or push.

This changes how the account actually delivers messages, so it affects live campaigns and autopilot runs, not just future ones. DISABLING a channel silently stops delivery over it; enabling one that has no credentials configured will not make it work. Call get_channels_status first to see where things stand.

Handles one channel per call. Safe to repeat: setting a channel to the state it is already in changes nothing. Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYesChannel to update
enabledYesWhether to enable (true) or disable (false) the channel
Behavior5/5

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

The description goes well beyond annotations by revealing that changes affect live campaigns/autopilot runs, that disabling silently stops delivery, that enabling without credentials will not work, that the call is idempotent, and that an API key is required. These are valuable behavioral details not present in the annotation object.

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 compact yet information-dense, with a clear opening line followed by consequence warnings, usage guidance, idempotence note, and auth requirement. Each sentence earns its place without redundancy or unnecessary detail.

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?

For a simple two-parameter toggle tool with no output schema, the description is fully sufficient: it covers side effects, prerequisites, per-call limitations, idempotence, and authentication. The agent has everything needed to decide when and how to invoke it safely.

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 coverage is 100% and both parameters already have clear descriptions. The description adds useful behavioral context for the 'enabled' parameter (e.g., idempotence, credential caveat) and emphasizes one-channel-per-call, slightly enriching the semantics beyond the schema.

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 begins with a specific action and scope: 'Turn one outreach channel on or off — WhatsApp, SMS or push.' It clearly identifies the resource and behavior, and it distinguishes this mutation tool from the sibling read-only tool get_channels_status.

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?

It provides explicit usage direction: 'Call get_channels_status first to see where things stand.' It also clarifies scope ('Handles one channel per call') and warns that disabling channels affects live campaigns, giving the agent clear context for when and how to use the 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/Misar-AI/misarreach-mcp'

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