Skip to main content
Glama
diklaaltman91-ux

ai.studio/woocommerce-gold

gold_update_order_status

Update WooCommerce order status by order ID with confirmation. Uses REST API to set statuses like pending, processing, or completed.

Instructions

Gold PRO $29: update order status via PUT /wp-json/wc/v3/orders/{id} {status} — BYOK fail-closed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
statusYes
confirmNomust be CONFIRM to execute
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It adds useful traits by naming the PUT method, the BYOK auth model, and the fail-closed behavior. However, it does not disclose potential side effects, reversibility, or whether downstream actions are triggered by a status change.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the essential action and endpoint. The 'Gold PRO $29' prefix is non-essential noise but does not prevent an agent from parsing the invocation-relevant details quickly.

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?

For a simple three-parameter update tool with no output schema, the description covers the endpoint, status scope, and auth/failure mode, and the schema covers the confirm requirement. It is workable, but the lack of annotation coverage and any return or side-effect detail leaves some assumptions implicit.

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

Parameters2/5

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

Only one of three parameters (confirm) has a schema description, so the schema coverage is low and the description should compensate. The description clarifies that id is the order id in the path and that status is the new status, but it says nothing about the mandatory CONFIRM sentinel, leaving a critical execution gate undocumented outside 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 states a specific verb ('update'), resource ('order status'), and a concrete REST endpoint (PUT /wp-json/wc/v3/orders/{id} {status}), making the tool's purpose unambiguous. This clearly differentiates it from sibling order-related tools like gold_get_order and gold_create_refund.

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 is given about when to use this tool versus alternatives such as gold_create_refund or gold_list_orders. The text mentions BYOK fail-closed, which hints at an auth prerequisite, but it does not explain when this tool is appropriate or when another sibling should be preferred.

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/diklaaltman91-ux/09-woocommerce'

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