Skip to main content
Glama
victorbenazzi

Ploomes MCP Server

Update Order

ploomes_orders_update
Idempotent

Update an existing order in Ploomes CRM by ID, modifying only the fields you specify.

Instructions

Update an existing order in Ploomes CRM by ID. Only provided fields are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesOrder ID to update
TitleNoOrder title
DealIdNoAssociated deal ID
ContactIdNoAssociated contact ID
AmountNoOrder total amount
DiscountNoDiscount value
DateNoOrder date in ISO 8601 format
PersonIdNoAssociated person ID
StageIdNoOrder stage ID — use ploomes_orders_stages_list
OwnerIdNoOwner user ID
CurrencyIdNoCurrency ID
DescriptionNoOrder description
InternalCommentsNoInternal comments (not visible externally)
TemplateIdNoOrder template ID
OtherPropertiesNoCustom field values
Behavior4/5

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

Annotations already indicate idempotentHint and destructiveHint=false, but the description adds the crucial behavior 'Only provided fields are changed,' which clarifies partial update semantics beyond what structured fields convey.

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-loading the purpose and adding a key behavioral note. Every word serves a purpose with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of an output schema, the description does not mention what the tool returns upon success or failure. While the annotation and schema cover safety and parameters, the return behavior is missing, making it adequate but not fully complete.

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?

The input schema has 100% description coverage for all 15 parameters, so the schema already defines each parameter's meaning. The description adds no additional semantic value beyond the schema.

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 an existing order' and specifies 'by ID', making the verb and resource unambiguous. Among sibling tools like create, delete, get, and list, this is the only update tool for orders, so it is well-differentiated.

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 implies usage for modifying an existing order, and the context of sibling tools provides natural differentiation. However, it does not explicitly state when not to use it or suggest alternatives, though the purpose is clear enough.

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/victorbenazzi/ploomes-mcp-server'

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