Skip to main content
Glama

update_billing_info

Update billing details for invoices, including name, tax ID, address, and contact information in the WAzion MCP Server.

Instructions

Actualizar datos de facturacion — Actualiza los datos de facturacion para las facturas [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
billing_nameNoNombre o razon social para facturacion
billing_tax_idNoNIF/CIF/VAT ID
billing_addressNoDireccion linea 1
billing_address2NoDireccion linea 2 (piso, puerta, etc.)
billing_cityNoCiudad
billing_stateNoProvincia o estado
billing_postal_codeNoCodigo postal
billing_countryNoPais
client_nameNoNombre del titular de la cuenta
client_phoneNoTelefono de contacto de la cuenta
Behavior2/5

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

No annotations provided, so description carries full burden. While it mentions the invoice context, it fails to disclose: whether this is idempotent, what happens to existing billing data not provided (partial vs full replacement), required permissions, or return values. For a 10-parameter mutation tool, this lack of behavioral disclosure is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately brief and front-loaded with the action. However, it contains redundancy ('Actualizar datos de facturacion' vs 'Actualiza los datos de facturacion') and the '[mutation]' tag appears to be implementation metadata that doesn't help the agent make decisions.

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 a complex mutation tool with 10 parameters and no output schema or annotations, the description is insufficient. It lacks: explanation of partial update semantics (all optional params), guidance on which combinations of fields are typically updated together, error handling expectations, or relationship to the broader billing/invoicing workflow.

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 does not add semantic information beyond the schema (e.g., not clarifying that all fields are optional, that partial updates are supported, or providing examples). It also doesn't explain the relationship between billing fields and client fields.

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 the tool updates billing data ('Actualiza los datos de facturacion') specifically for invoices ('para las facturas'). It distinguishes from siblings like update_business_info and update_contact_info by specifying the billing/invoicing context. However, the '[mutation]' tag appears to be internal metadata noise rather than helpful description text.

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 guidance provided on when to use this tool versus alternatives like update_business_info or update_contact_info. No mention that all 10 parameters are optional (0 required), which is critical information for partial update scenarios. No prerequisites or conditions specified.

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