Skip to main content
Glama

update_contact_info

Update account contact and billing details. Modify name, email, phone, and tax information for the client.

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
email_change_codeNoCodigo de verificacion para cambio de email
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only says 'update' and 'mutation', lacking details on authorization, reversibility, or side effects. The email limitation is in schema, not description.

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 concise (one sentence + tag), front-loaded with the action, and contains no extraneous words. Could be expanded slightly to cover email limitation.

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?

Given 12 parameters and no output schema, the description is too sparse. It omits the billing update capability and does not reference the email_change_code parameter or email OTP constraint.

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 the description adds minimal extra meaning. Baseline 3 is appropriate as the description does not compensate with additional parameter insights.

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 it updates contact data (name, email, phone) of the account, with a [mutation] tag. However, the input schema includes many billing fields not mentioned, creating a slight mismatch.

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?

No explicit guidance on when to use this tool vs siblings like update_billing_info or update_business_info. The email field schema warns against use, but the description itself provides no usage context.

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

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