Skip to main content
Glama
PedroHSGuimaraes

Tienda Nube MCP Server

tiendanube_create_fulfillment_event

Creates a tracking event for a fulfillment order, updating status, location, and estimated delivery time.

Instructions

Create a tracking event for a fulfillment order

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID
fulfillment_order_idYesFulfillment order ID
statusYesFulfillment event status
happened_atYesWhen the event happened (ISO 8601 format)
cityNoCity where event happened
provinceNoProvince where event happened
countryNoCountry where event happened
addressNoAddress where event happened
zipNoZIP code where event happened
messageNoAdditional message about the event
estimated_delivery_atNoEstimated delivery date (ISO 8601 format)
Behavior2/5

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

No annotations provided, and description only says 'Create' without disclosing side effects (e.g., whether events are additive, if they trigger notifications, or if duplicates are allowed). Schema enum hints at status values but no behavioral context.

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?

Single sentence is concise but lacks structure or front-loading of key details. Could be improved by including prerequisite or usage context without much length increase.

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?

With 11 parameters, 4 required, no output schema, and no annotations, the description is too brief. It does not explain what happens upon creation (e.g., response), or how events interact with fulfillment lifecycle, making it incomplete.

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 has 100% description coverage for all 11 parameters, so baseline is 3. Description adds no extra meaning beyond the schema; no parameter-specific details or constraints.

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?

Description clearly states verb 'Create' and resource 'tracking event for a fulfillment order', distinguishing it from sibling tools like 'create_fulfillment_order' which creates the entire order.

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 on when to use this tool vs alternatives like 'update_fulfillment_order' or 'get_fulfillment_order'. No prerequisites mentioned, such as needing an existing fulfillment order.

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