Skip to main content
Glama
PedroHSGuimaraes

Tienda Nube MCP Server

tiendanube_create_transaction

Register a payment attempt for an order by specifying payment method, provider, and initial event details to record transactions.

Instructions

Create a new transaction for an order. Used by payment providers to register payment attempts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID
payment_provider_idYesPayment provider ID
payment_methodYesPayment method used
first_eventYesFirst transaction event
infoNoAdditional transaction information
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only states the basic purpose and does not cover side effects, error handling, idempotency, or what happens if prerequisites like order existence are not met.

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 at two sentences, front-loads the action, and contains no redundant information. Every sentence earns its place.

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 tool with 5 parameters, nested objects, no output schema, and no annotations, the description is too brief. It lacks context on how to properly use the nested parameters, the relationship to create_transaction_event, and what the tool returns or implies upon success.

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 coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond what is in the schema, thus meeting the baseline of 3.

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 the verb ('create'), resource ('transaction for an order'), and context ('used by payment providers to register payment attempts'), distinguishing it from read-only or other transaction-related tools like tiendanube_create_transaction_event.

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?

The description specifies that it is used by payment providers to register payment attempts, providing clear context. However, it does not explicitly exclude other users or compare to closely related siblings such as tiendanube_create_transaction_event, leaving room for ambiguity.

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