Skip to main content
Glama
themiguelamador

toconline-mcp

update_customer

Update a customer record by providing the customer ID and any fields to change. Only fields with new values are sent to avoid overwriting existing data.

Instructions

Update a customer. Only non-null fields are sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCustomer id.
emailNoPrimary email.
websiteNoWebsite URL.
cashed_vatNoCashed-VAT regime.
contact_nameNoPrimary contact person.
observationsNoVisible notes.
phone_numberNoLandline / main phone.
business_nameNoLegal/trading name.
is_tax_exemptNoVAT-exempt flag.
mobile_numberNoMobile phone.
not_final_customerNoReseller flag.
tax_country_regionNo`PT`, `UE`, or `NON-UE`.
country_iso_alpha_2NoISO 3166-1 alpha-2 country code.
internal_observationsNoInternal notes.
tax_registration_numberNoVAT / NIF.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the key behavior that only non-null fields are sent, which is valuable. However, it omits other behaviors like error handling (e.g., if ID not found), side effects, or idempotency.

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?

The description is extremely concise with two sentences, each adding essential information: what the tool does and how it handles input. There is no wasted text.

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?

Given the presence of an output schema and full parameter descriptions, the description is largely sufficient. It covers the core purpose and key behavior. However, it could be more complete by mentioning prerequisites like 'customer must exist' or potential validation constraints.

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 baseline is 3. The description does not add any additional meaning to the parameters beyond what the schema already provides; the behavioral note applies to all parameters collectively.

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 'Update a customer', specifying the verb and resource. It also adds a behavioral note about non-null fields. Among sibling tools like update_contact and update_address, this tool is clearly distinguished by its resource.

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

Usage Guidelines3/5

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

The description implies usage for modifying a customer record, which is clear from context. However, it does not explicitly compare to other update tools or provide exclusions or prerequisites, such as when not to use it or what alternatives exist.

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/themiguelamador/toconline-mcp'

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