Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_search_subscribers

Search subscribers by name, phone, email, tag, or custom field to locate and manage specific audience members.

Instructions

Get list of subscribers by seaching for name, phone, email, tag, custom user field and so on. [GET /subscribers] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSearch for subscriber name
pageNoPage number, between 1 and 1000
emailNoSearch for subscriber email
limitNoNumber of items in the response, between 1 and 100
phoneNoSearch for subscriber phone
tag_nsNoSearch for subscriber has tag with specified tag_ns Accepts either the tag namespace id or the tag's exact name — the server resolves names automatically.
event_nsNoSearch for subscriber has custom event with specified event_ns Accepts either the custom_event namespace id or the custom_event's exact name — the server resolves names automatically.
label_idNoSearch for subscriber has label with specified label_id
is_channelNoSearch for subscriber is from channel, available value 'facebook', 'instagram', 'whatsapp_cloud', 'whatsapp', 'google', 'telegram', 'tiktok', 'line', 'viber', 'vk', 'wechat', 'web', 'apichat'
segment_nsNoSearch for subscriber matched with segment with specified segment_ns Accepts either the segment namespace id or the segment's exact name — the server resolves names automatically.
is_opt_in_smsNoSearch for subscriber is opted in SMS, available value 'yes', 'no'
user_field_nsNoSearch for subscriber has custom user field with specified value from `user_field_value`
is_opt_in_emailNoSearch for subscriber is opted in email, available value 'yes', 'no'
user_field_valueNospecified value for custom user field `user_field_ns`
is_interacted_in_last_24hNoSearch for subscriber is interacted within last 24 hours, available value 'yes', 'no'
is_last_message_in_last_24hNoSearch for subscribers have last message within last 24 hours, including message sent from bot user, agent and bot, available value 'yes', 'no'
is_bot_interacted_in_last_24hNoSearch for subscribers have bot interacted within last 24 hours, available value 'yes', 'no'
Behavior3/5

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

The description discloses a concrete behavioral requirement: 'Requires the "Manage Flow" scope on the token' and indicates a read operation via 'Get list'. With no annotations, the description carries the burden but omits details like pagination behavior, response format, or rate limits, though the schema hints at page/limit parameters.

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 concise, with the main action first and the scope requirement appended in a second sentence. The typo 'seaching' and vague 'and so on' are minor issues, but overall it is appropriately sized and front-loaded.

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?

With 17 optional parameters, no output schema, and no annotations, the description should provide more context. It does not explain how multiple filters combine, pagination defaults, or what the response structure looks like, 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?

Schema description coverage is 100%, so the baseline is 3. The description lists a few example search fields (name, phone, email, tag, custom user field) but adds no meaning beyond what the schema already provides; 'and so on' is vague and not helpful.

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 'Get list of subscribers by searching for name, phone, email, tag, custom user field and so on' with a clear verb and resource. It distinguishes from sibling tools like get_subscriber or broadcast_to_list by emphasizing search/filter, though it doesn't explicitly name alternatives.

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 on when to use this tool versus alternatives (e.g., get_subscriber for a single subscriber). The description only mentions the endpoint and scope requirement, but does not explain selection criteria or exclusions.

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