Skip to main content
Glama

wacta_save_cta

Create or update a WhatsApp CTA by its slug. Set label, message, selector, capture, and tracking options, plus visual styles when CTA Studio is active.

Instructions

Crea o actualiza un CTA del Registro Único por su slug. Campos del core: slug (obligatorio), label, message, selector (adopta botones existentes por CSS), capture (pedir datos antes de abrir WhatsApp), track, active. Con CTA Studio activo admite además los campos visuales (kind=studio: text, preset, size, color, number, agent…).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaYesFila del CTA; requiere slug.
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 does reveal field behaviors (e.g., 'selector (adopta botones existentes por CSS)' and 'capture (pedir datos antes de abrir WhatsApp)') but does not mention auth requirements, rate limits, whether the update is a merge or full replacement, or any side effects. This is partially transparent but leaves significant gaps.

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 but well-structured sentence that first states the action, then lists core fields, and ends with conditional visual fields. It is dense yet efficient, with every phrase contributing value, though the long parentheticals could slightly reduce readability.

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 a nested object parameter and no output schema, so the description should ideally explain return values or error behavior. It covers the input fields and conditional behavior, but it omits any info about what happens after the save (e.g., response structure, confirmation, or update semantics), leaving the agent to infer these aspects.

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 schema only describes the parameter as 'Fila del CTA; requiere slug.' The description adds substantial meaning by enumerating core fields (slug, label, message, selector, capture, track, active) and visual fields with CTA Studio, giving the agent a clear understanding of accepted properties beyond the minimal schema.

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 states 'Crea o actualiza un CTA del Registro Único por su slug' which is a specific verb (create/update) and resource (CTA), clearly distinguishing this from sibling tools like list, delete, and analytics. It uniquely performs an upsert operation.

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

Usage Guidelines4/5

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

It provides clear context by stating the operation is performed 'por su slug' and mentions a conditional usage scenario ('Con CTA Studio activo admite...'), which signals when extended fields are available. However, it does not explicitly state when to prefer it over alternatives or including 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/Kanzando/Mcp-Wacta'

If you have feedback or need assistance with the MCP directory API, please join our Discord server