Skip to main content
Glama
SMS-Masivos

SMS Masivos MCP Server

Official
by SMS-Masivos

update_contact

Update an existing contact's details (name, email, custom fields, or birthday) in a specific phone book using the contact's current phone number and list key. If the contact does not exist, use add_contact instead.

Instructions

Actualiza los datos de un contacto existente en una agenda. Identifica al contacto por list_key + number. Si el contacto no existe en esa agenda, sugiere usar add_contact en su lugar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_keyYesClave única de la agenda donde está el contacto
numberYesNúmero de teléfono actual del contacto a actualizar
emailNoEmail actual del contacto (opcional, para identificación adicional)
nameNoNuevo nombre del contacto
new_emailNoNuevo email del contacto
custom_field_1NoNuevo valor del campo personalizado 1
custom_field_2NoNuevo valor del campo personalizado 2
custom_field_3NoNuevo valor del campo personalizado 3
custom_field_4NoNuevo valor del campo personalizado 4
birthday_dateNoNueva fecha de cumpleaños (formato YYYY-MM-DD)
Behavior2/5

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

No annotations provided, so description must fully disclose behavior. It only mentions update action and identification, but lacks details on whether updates are partial or full, what happens to omitted fields, authorization needs, or idempotency. Minimal transparency beyond the action itself.

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?

Two sentences, efficient and front-loaded with the core action. No unnecessary words or repetition.

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?

With 10 parameters and no output schema, the description is brief. It covers identification and fallback but lacks information on partial updates, response behavior, or required permissions. Adequate for a simple tool but could be more complete.

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 baseline is 3. Description adds no extra meaning beyond what the schema already provides for each parameter; it only reiterates list_key and number for identification.

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 it updates existing contact data, identifies the contact by list_key + number, and differentiates from add_contact by suggesting its use when the contact does not exist.

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

Usage Guidelines5/5

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

Explicitly says when to use (update existing contact) and when not to (contact does not exist, use add_contact instead). Provides clear alternative.

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/SMS-Masivos/mcp-server'

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