Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_subscriber_move_chat_to

Move a subscriber's chat to a new status (open, pending, spam, or done) to manage your inbox. Requires Manage Flow scope.

Instructions

Update chat status [POST /subscriber/move-chat-to] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExample: open,pending,spam,done
user_nsYes
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose a behavioral requirement ('Requires the Manage Flow scope on the token'), which is useful authorization context. However, it does not mention whether the update is reversible, what happens to the chat, or any side effects of moving status, leaving significant behavioral ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and includes the endpoint and scope requirement. It is appropriately concise with no filler, though it sacrifices completeness for brevity.

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?

For a tool with 2 required parameters, no output schema, and no annotations, the description is minimally equipped. It gives the action and scope but leaves 'user_ns' undefined, does not enumerate valid statuses beyond the schema example, and does not explain what moving a chat status entails. An agent would likely need to guess about user identification and status semantics.

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

Parameters2/5

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

Schema coverage is only 50%: 'status' has an example, but 'user_ns' lacks description. The tool description adds no parameter meaning beyond the schema, failing to compensate for the undocumented 'user_ns'. The status example in the schema is helpful but not expanded in the description.

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 states a specific action ('Update chat status') and resource, making it clear what the tool does. However, it does not explicitly differentiate this from sibling tools that also operate on chat/subscriber state, such as assign_agent or pause_bot, though the 'move-chat-to' endpoint and 'status' parameter make the intended operation reasonably distinct.

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 provided on when to use this tool versus alternatives. There is no mention of prerequisites beyond the scope requirement, no scenarios described, and no exclusions. The tool name implies a chat-status transition, but the description does not help an agent decide between this and other chat/subscriber tools.

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