Skip to main content
Glama
PedroHSGuimaraes

Tienda Nube MCP Server

tiendanube_update_customer

Modify existing customer information including name, email, phone, address, and notes. Only provided fields are updated, keeping other data unchanged.

Instructions

✏️ UPDATE CUSTOMER - Modify existing customer information including personal details, contact information, and internal notes. Use this for customer profile updates, data corrections, preference changes, and maintaining accurate customer records. All fields are optional except customer_id - only provided fields will be updated, preserving existing data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idYesThe unique ID of the customer to update
nameNoCustomer full name
emailNoCustomer email address
passwordNoCustomer password.
phoneNoCustomer phone number
identificationNoCustomer identification/document number
noteNoInternal notes about the customer
addressNoCustomer address street
cityNoCustomer city
provinceNoCustomer province/state
countryNoCustomer country
zipcodeNoCustomer ZIP/postal code
numberNoAddress number
floorNoAddress floor/apartment
Behavior4/5

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

No annotations provided, but description explains that only provided fields are updated and existing data is preserved. This is good disclosure of update behavior. Does not mention permissions or side effects, but sufficient.

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, front-loaded with purpose, followed by usage and behavior. No fluff, every word adds value.

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?

With 14 parameters and no output schema, the description is sufficient for an update operation. Lacks mention of return value or error conditions, but overall adequate given the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions. The description adds that all fields except customer_id are optional and that only provided fields will be updated, which supplements the schema. Baseline 3 raised to 4.

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 it modifies existing customer information, lists categories of updatable fields (personal details, contact, notes), and uses the verb 'Modify' with resource 'customer'. It distinguishes from create_customer and other update tools for different entities.

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 states use cases: customer profile updates, data corrections, preference changes, maintaining records. Mentions partial update behavior. Could be improved by contrasting with create_customer, but still clear.

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

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