Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_workspace_settings_update_channels

Toggle workspace channel visibility by setting 1 to show or 0 to hide for each supported channel, including WhatsApp, Telegram, Facebook, Instagram, and more.

Instructions

Show/Hide workspace Channels [POST /workspace-settings/update-channels] Requires the "Manage Team" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vkNo1 to show, 0 to hide Example: 1
rcsNo1 to show, 0 to hide Example: 1
smsNo1 to show, 0 to hide Example: 1
chatNo1 to show, 0 to hide Example: 1
lineNo1 to show, 0 to hide Example: 1
slackNo1 to show, 0 to hide Example: 1
viberNo1 to show, 0 to hide Example: 1
voiceNo1 to show, 0 to hide Example: 1
tiktokNo1 to show, 0 to hide Example: 1
wechatNo1 to show, 0 to hide Example: 1
chatwootNo1 to show, 0 to hide Example: 1
facebookNo1 to show, 0 to hide Example: 1
intercomNo1 to show, 0 to hide Example: 1
jivochatNo1 to show, 0 to hide Example: 1
telegramNo1 to show, 0 to hide Example: 1
whatsappNo1 to show, 0 to hide Example: 1
instagramNo1 to show, 0 to hide Example: 1
whatsapp_cloudNo1 to show, 0 to hide Example: 1
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the POST method and required scope, but it does not explain effects on omitted parameters (whether they retain previous values or get hidden), nor does it describe the response. The behavior is implied by 'Show/Hide' and the schema, but significant ambiguity remains.

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 a single, efficient sentence that includes the action, endpoint, and a key requirement. No wasted words; every element 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?

Despite having a rich schema, the description lacks critical operational details for a mutation tool with 18 optional parameters. It does not clarify whether omitting a parameter preserves the current setting or resets it, nor is there any explanation of the overall effect or response. This is a significant gap for safe invocation.

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%, with each parameter clearly documenting '1 to show, 0 to hide'. The description itself adds no additional parameter semantics beyond what the schema provides, matching the baseline for high schema coverage.

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 (Show/Hide workspace Channels) and identifies the specific resource via the HTTP endpoint. It is distinct from siblings like cigchat_workspace_settings_channels, which appears to be a read-only counterpart.

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 provides a clear prerequisite (requires 'Manage Team' scope) and an HTTP method, giving some usage context. However, it does not explicitly compare with alternative tools (e.g., cigchat_workspace_settings_channels for reading current settings) or state when this update tool should be preferred.

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