Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_send_subflow_by_name

Send a specific subflow to a subscriber by flow name, delivering a real message directly.

Instructions

Send sub flow to subscriber by flow name [POST /subscriber/send-sub-flow-by-flow-name] Delivers a real message to a person. Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_nsYes
flow_nameYes
Behavior3/5

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

The description discloses that it 'Delivers a real message to a person' and requires a specific token scope, providing some transparency about impact and auth. However, it does not mention side effects, error behavior, or subscriber opt-out considerations, and with no annotations the description carries the full burden.

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 two sentences long, front-loaded with the action and endpoint, and every word contributes meaningful information. No redundancy or filler.

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

Completeness2/5

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

The description covers the basic purpose and auth requirement but lacks parameter semantics, usage guidance, and behavioral caveats. With no annotations and no output schema, it is insufficient for confident invocation, particularly for a tool that sends real messages to people.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, and the description does not explain user_ns or the expected format of flow_name. The only hint is the phrase 'flow name', leaving both parameters semantically unclear.

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: 'Send sub flow to subscriber by flow name' and includes the HTTP endpoint for confirmation. It distinguishes from siblings like cigchat_send_subflow_by_user_id by specifying 'by flow name' and 'subscriber'.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as send_subflow_by_user_id or send_main_flow. The only contextual information is a requirement for the 'Manage Flow' scope, which is a prerequisite, not usage guidance.

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