Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_send_node

Send a node message to a specific subscriber, delivering a real-time notification or content directly to that user.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_nsYesExample: f123n456
user_nsYes
Behavior3/5

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

With no annotations, the description carries the burden but only partially: it discloses that this is a real message delivery and that a specific OAuth scope is required. It does not mention side effects, idempotency, error behavior, or what the response looks like.

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 short sentences with the action and endpoint front-loaded, followed by a useful scope note. Every word earns its place.

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?

As a mutating tool with no annotations and no output schema, the description omits how to resolve the identifiers, expected return values, and delivery caveats. It is not complete enough for confident invocation.

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 description provides zero explanation for either parameter. The schema gives an example for node_ns but leaves user_ns completely undocumented, so with only 50% schema coverage the agent is left guessing what these values mean.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Send node to subscriber') and includes the POST endpoint, making it evident that this tool sends a node message to a subscriber. However, it does not explicitly distinguish itself from sibling send tools like send_text, send_subflow, or send_content.

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. It only mentions the required 'Manage Flow' scope, which is a permission prerequisite, not a selection criterion.

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