Skip to main content
Glama
Misar-AI

MisarReach MCP Server

get_channels_status

Read-onlyIdempotent

Check channel configuration, connection state, and delivery stats for WhatsApp, SMS, and push before sending. Verify channels are enabled and configured to prevent silent delivery failures and guide next configuration steps.

Instructions

Report the configuration, connection state and delivery stats for every outreach channel — WhatsApp, SMS and push.

Check this before relying on a channel: a disabled or unconfigured one silently delivers nothing. It is also the natural first step before update_channel, so you know the current state rather than toggling blind.

Reads only, takes no parameters, and changes nothing. Requires an API key. Returns each channel with whether it is enabled, whether credentials are configured, and recent delivery counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the annotations, the description adds important behavioral context: requires an API key, returns per-channel enabled/configured/delivery-count information, and warns that disabled channels silently deliver nothing. No contradiction with annotations; in fact, it reinforces the read-only safety profile with practical operational detail.

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 short, purpose-driven paragraphs: the main capability, the recommended usage timing, and the safety/return summary. Every sentence adds meaningful information; no filler or redundancy beyond what annotations already covered.

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?

With no output schema, the description compensates by stating exactly what is returned: whether each channel is enabled, whether credentials are configured, and recent delivery counts. It also provides authorization context, behavioral caveats, and a clear relationship to update_channel, making the tool fully self-contained.

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?

The tool has zero parameters, and the schema already reflects this with an empty properties object; the description explicitly confirms 'takes no parameters.' Since there are no parameters to document, the description cannot add more value here.

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 opens with a specific verb ('Report') and identifies the exact resource ('configuration, connection state and delivery stats for every outreach channel'), naming the channel types. It clearly distinguishes this tool from siblings by framing it as the status/pre-flight check before update_channel.

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 states when to use the tool: 'Check this before relying on a channel' and 'natural first step before update_channel.' It also gives a concrete reason—disabled/unconfigured channels silently deliver nothing—and clarifies this is a read-only, no-change operation, which implies when not to use it.

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