Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_whatsapp_template_sync

Keep WhatsApp templates synchronized with your cig.chat bot so broadcasts and flows always use updated versions.

Instructions

Sync Whatsapp templates [POST /whatsapp-template/sync] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Since no annotations are provided, the description carries full responsibility for behavioral disclosure. It does state a specific auth requirement (Manage Flow scope), but fails to describe what the sync actually does—e.g., whether it fetches templates from an external source, overwrites local data, or returns a list. This is a significant gap for a 'sync' operation.

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 exceptionally brief, with two sentences that each add value: one states the action, the other gives a critical authorization requirement. There is no fluff or repetition, making it well-structured 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?

Despite having no parameters and no output schema, the tool's inherent complexity around the 'sync' action is left unexplained. The description does not clarify what synchronization entails, what changes occur, or what the caller should expect. This is incomplete for an operation with potential side effects.

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

Parameters4/5

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

The tool has zero parameters in its schema, so there is no parameter semantic burden. A baseline score of 4 is appropriate because the description cannot add parameter meaning where no parameters exist.

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 ('Sync') and resource ('Whatsapp templates'), and includes the endpoint path, which distinguishes it from sibling tools like list, create, and delete. However, the exact meaning of 'sync' is somewhat ambiguous—it doesn't specify direction or effects—so it stops short of a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. The only additional note is a required scope ('Manage Flow'), which is a prerequisite rather than usage direction. No mention of scenarios, exclusions, or sibling tool comparisons.

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