Skip to main content
Glama
workadu

Workadu MCP Server

Official
by workadu

update_order

Update an existing order or booking by providing only the fields to change; all other fields remain untouched.

Instructions

Update an existing order/booking. Only the fields you provide will be changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe order/booking ID to update
customer_idNoNew customer ID
service_idNoNew service/vehicle ID
pickup_dateNoNew pickup date (YYYY-MM-DD)
return_dateNoNew return date (YYYY-MM-DD)
pickup_timeNoNew pickup time (HH:MM, 24h)
return_timeNoNew return time (HH:MM, 24h)
commentNoUpdated comment / notes
colorNoUpdated calendar color
Behavior4/5

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

The description discloses the key behavioral trait of partial updates ('Only the fields you provide will be changed'). With no annotations, this covers the main behavior, though it omits details like permissions, idempotency, or reversal.

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 concise sentences with zero extraneous words. Every sentence serves a purpose: identifying the action and the partial-update behavior.

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?

The description is sufficient for a simple update tool but lacks information about return values (no output schema) and does not mention the required 'id' parameter (though it's in schema). Could be more complete with a note on what is returned.

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?

While the schema fully describes all 9 parameters (100% coverage), the description adds semantic value by clarifying that only provided fields are altered. This exceeds the baseline of 3 for high-coverage 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 the verb 'Update' and the resource 'existing order/booking', with the behavior 'Only the fields you provide will be changed'. This effectively distinguishes it from sibling tools like create_order, delete_order, and get_order.

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 provides no explicit guidance on when to use this tool versus alternatives (e.g., create_order for new orders, delete_order for removals). Usage is implied but not clarified.

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

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