Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_broadcast_to_list

Broadcast a flow to a list of users via email, SMS, WhatsApp, or Facebook. Receive an audience estimate first, then confirm with a token to execute the send.

Instructions

Broadcast sub flow by user ns list, available types: EMAIL,SMS,WHATSAPP_TEMPLATE,FACEBOOK_NOTIFICATION [POST /subscriber/broadcast] DANGEROUS: sends to many subscribers at once, costs money and cannot be undone. Call once without confirm to get an audience estimate, show it to the human, and only then re-call with the confirmation token. Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoavailable values: EMAIL,SMS,WHATSAPP_TEMPLATE,FACEBOOK_NOTIFICATION Example: EMAIL
confirmNoConfirmation token from this tool's previous "requires_confirmation" response. Call without it first, show the human the impact statement, and only pass the token once they have approved.
sub_flow_nsYesAccepts either the flow namespace id or the flow's exact name — the server resolves names automatically.
user_ns_listYescomma separated user ns, up to 200 user ns Example: f123u111,f123u222,f123u333
max_per_minuteNoRate limit, maximum per minute, default is 60 Example: 60
scheduled_timeNounix timestamp, e.g. 1786123679. Leave empty to send now Example: 1786123679
Behavior5/5

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

With no annotations provided, the description takes full responsibility for behavioral disclosure. It clearly warns that this operation is DANGEROUS, sends to many subscribers at once, costs money, and cannot be undone. It also discloses the required 'Manage Flow' scope and explains the two-step confirmation process, giving the agent all necessary safety information.

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 concise, front-loaded with the core purpose, and includes no redundant information. Each sentence earns its place: the first explains what it does and the types, the second covers the danger and the critical confirmation workflow, and the third states the required scope. It is well-structured for quick parsing.

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?

Despite the tool's complexity and the absence of an output schema, the description covers all critical operational aspects: the target selection (user ns list), the available message types, the dangerous and irreversible nature, the necessary confirmation flow, and the required OAuth scope. It also leaves schedule and rate-limit parameters to the schema, which is sufficient for an agent to use the tool correctly.

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?

The input schema provides 100% coverage, with every parameter having a clear description (e.g., `confirm` explains the token, `user_ns_list` explains comma-separated format, `max_per_minute` explains rate limit). The description adds minimal extra semantics beyond re-stating the confirmation flow and types, so it does not need to compensate. Baseline 3 is appropriate.

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 tool's function: 'Broadcast sub flow by user ns list', with a specific verb (broadcast), resource (sub flow), and target list (user ns). It also lists the available types (EMAIL, SMS, WHATSAPP_TEMPLATE, FACEBOOK_NOTIFICATION), which immediately distinguishes it from other broadcast tools like broadcast_by_segment or broadcast_by_tag.

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

Usage Guidelines4/5

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

The description provides explicit usage guidance: it tells the agent to first call without `confirm` to get an audience estimate, show it to the human, then re-call with the confirmation token. It also warns about the dangerous nature and required scope. However, it does not explicitly compare to alternative broadcast tools (e.g., when to use broadcast_by_segment instead), though the name and description make the distinction clear.

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/eyalbarash/cig-chat-mcp'

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