Skip to main content
Glama

update_contact_info

Update account contact information including name, phone, and billing details in the WAzion MCP Server. Modify client and billing data while maintaining email security through OTP verification.

Instructions

Actualizar datos de contacto — Actualiza nombre, email y telefono de la cuenta [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_nameNoNombre del titular de la cuenta
client_emailNoNO USAR - El email requiere verificacion OTP y solo se puede cambiar desde la pagina Mi Cuenta del dashboard. El asistente no puede cambiar el email.
client_phoneNoTelefono de contacto
billing_nameNoNombre fiscal
billing_tax_idNoNIF/CIF/Tax ID
billing_addressNoDireccion fiscal
billing_address2NoDireccion linea 2 (piso, puerta, etc.)
billing_cityNoCiudad
billing_stateNoProvincia o estado
billing_postal_codeNoCodigo postal
billing_countryNoPais
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It misleadingly suggests email can be updated. It does not explain that omitted parameters leave existing values unchanged (crucial for a partial update tool with 0 required fields), nor does it disclose any side effects or prerequisites beyond the '[mutation]' tag.

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 single-line format with em-dash is efficiently structured and front-loaded with the verb ('Actualizar'). However, the extreme brevity contributes to the omission of critical context regarding billing fields and email restrictions, making it inappropriately sized for the tool's complexity.

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?

For an 11-parameter mutation tool with no output schema and no annotations, the description is dangerously incomplete. It fails to address the billing domain parameters (8 fields), the non-functional email field, the relationship to 'update_billing_info', or the partial-update behavior. The description covers less than 30% of the parameter surface area meaningfully.

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%, establishing a baseline of 3. The description mentions only 3 of the 11 parameters (client_name, client_email, client_phone) and inaccurately at that (regarding email). It adds no semantic value for the 8 billing parameters or the complex 'NO USAR' constraint on email found in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description claims the tool updates 'nombre, email y telefono' (name, email, phone), but the schema reveals the email field is explicitly marked 'NO USAR' (do not use) due to OTP requirements, making the claim about email updates misleading. Additionally, the description completely omits the 8 billing-related parameters (billing_name, billing_tax_id, etc.), which constitute the majority of the schema, failing to distinguish this tool's scope from the sibling 'update_billing_info' tool.

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?

Provides no guidance on when to use this tool versus the sibling 'update_billing_info' tool, despite significant functional overlap in billing fields. Fails to warn that the email parameter should not be used despite listing email updates in the description. No mention that all 11 parameters are optional, allowing partial updates.

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/wazionapps/wazion-mcp-server'

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