Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_subscriber_chat_messages

Retrieve subscriber chat messages with filters for message type, time range, and inclusion of bot, note, or system messages. Ideal for reviewing conversation history.

Instructions

Get list of subscriber chat messages. type: in -> Incoming message from bot user, out -> Ougoing message from bot, agent -> Outgoing message from human agent, note -> Private note, system -> system messages [GET /subscriber/chat-messages] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of items in the response, between 1 and 100
user_idNoSubscriber user_id, required if no user_ns in the query
user_nsNoSubscriber user_ns, required if no user_id in the query
end_timeNounix timestamp between one month ago and now, e.g. 1786123679.
msg_typeNofilter by media type, available types: image, audio, video, file
start_timeNounix timestamp between one month ago and now, e.g. 1786123679.
include_botNoset value 1 to include bot messages, default is 0
include_noteNoset value 1 to include agent note messages, default is 0
include_systemNoset value 1 to include system messages, default is 0
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses the required auth scope ('Manage Flow') and describes message type semantics (in/out/agent/note/system), which is useful. However, it does not explicitly state that this is a read-only operation, describe pagination, or mention potential side effects or response format, leaving gaps in behavioral disclosure.

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 and front-loaded: a single clear sentence stating the tool's purpose, followed by a compact enumeration of message types, the endpoint, and an auth requirement. No unnecessary words or filler—every sentence serves a purpose.

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

Completeness3/5

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

The tool has 9 parameters and no output schema, and no annotations. The description provides the endpoint, auth scope, and message type meanings, but it does not explain the response structure, how the include_* flags behave, or clarify that either user_id or user_ns must be provided (though the schema does). It is adequate for a basic listing tool but lacks deeper context about return values and edge cases, making it incomplete for a tool of this complexity.

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 has 100% parameter coverage, with each parameter (limit, user_id, user_ns, start_time, end_time, msg_type, include_bot, include_note, include_system) having its own description. The tool description does not add meaningful parameter-level detail beyond the schema; it does explain the 'type' field in the response, but that is not a parameter. Thus, the schema carries the heavy lifting, yielding a baseline score of 3.

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: 'Get list of subscriber chat messages.' It specifies a concrete verb ('Get'), a resource ('subscriber chat messages'), and the endpoint. The sibling tool 'cigchat_subscriber_chat_messages_by_mids' implies this one is for listing, distinguishing it from retrieving specific messages.

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

Usage Guidelines3/5

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

The description implies usage for retrieving chat messages but does not explicitly state when to use it over alternatives, such as the 'by_mids' variant, or provide exclusions. It mentions the required 'Manage Flow' scope, which is a prerequisite rather than a usage guideline. No clear guidance on selection among siblings is given.

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