Skip to main content
Glama
SMS-Masivos

SMS Masivos MCP Server

Official
by SMS-Masivos

verify_phone

Send an OTP code to a phone number via SMS, voice call, or WhatsApp to verify the user's identity. Use check_verification to validate the code entered.

Instructions

Inicia una verificación de número de teléfono enviando un código OTP por SMS. Opcionalmente puede enviarse por llamada de voz o WhatsApp. Después usa check_verification para verificar el código que ingrese el usuario.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phone_numberYesNúmero de teléfono sin código de país (ej: '5512345678')
country_codeNoCódigo de país (default: 52 México)52
companyYesNombre de la empresa que envía la verificación (máx 40 caracteres)
code_typeNoTipo de código: 'numeric' (solo dígitos) o 'alphanumeric'
expiration_dateNoFecha de expiración del código en formato 'YYYY-MM-DD HH:mm:ss'
voiceNo'1' para enviar el código por llamada de voz
whatsappNo'1' para enviar el código por WhatsApp
sandboxNoEnviar en modo sandbox (no envía realmente, no consume créditos). '1' para activar.
Behavior4/5

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

With no annotations, the description takes full burden. It discloses optional channels (voice, WhatsApp), sandbox mode, and implies expiration through a parameter. No contradictions or hidden behaviors.

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, no filler. Front-loaded with main action and optional methods, then subsequent step. Perfectly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has 8 parameters and no output schema, but description covers the overall flow. Could include response format or error conditions, but sufficient given sibling tools support the process.

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 coverage is 100%, so all parameters are documented in the schema. Description adds only high-level context (e.g., optional delivery methods) but no extra semantics beyond what schema provides.

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?

Description uses specific verb 'Inicia una verificación de número de teléfono' and specifies resource (phone number), distinguishing it from siblings like check_verification or send_sms. It clearly states the action and optional delivery methods.

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?

Explicitly directs to use check_verification afterward, establishing the workflow. Lacks explicit exclusions or alternatives but clear enough for the specific task.

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