Skip to main content
Glama
AmitGurbani

mcp-server-woocommerce

by AmitGurbani

create_order_note

Add a note to any WooCommerce order. Set customer_note to true to email the note to the customer; otherwise, it remains a private admin note.

Instructions

Add a note to an order. Set customer_note=true to send an email notification to the customer with the note content. Default is a private admin note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYesNote content
fieldsNoComma-separated fields to return in response
order_idYesOrder ID
customer_noteNoIf true, sends email notification to customer (default: false)
Behavior4/5

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

The description adds meaningful behavioral context beyond the minimal annotations. It discloses that the default is a private admin note and that customer_note=true triggers an email notification to the customer. This goes beyond the schema and annotations to inform the agent of side effects.

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, consisting of three sentences that are all informative. It front-loads the core action ('Add a note to an order') and immediately provides the key behavioral nuance without any fluff.

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

Completeness4/5

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

For a simple create tool, the description covers the core behavior and the important parameter nuance. It does not explain the optional 'fields' parameter, but the schema fully documents it. The absence of an output schema is not a significant gap here.

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?

Schema coverage is 100%, so the baseline is 3. The description adds extra semantics for the customer_note parameter by explaining the email notification and the default private note behavior, providing value beyond the schema descriptions.

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 tool's action: 'Add a note to an order.' This is a specific verb and resource, and it distinguishes itself from sibling tools like list_order_notes and delete_order_note by focusing on the creation aspect.

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 implies usage context by stating 'Add a note to an order' and explains the behavior of customer_note, but it does not explicitly mention when to use this tool versus alternatives or provide exclusions. The guidance is clear but not exhaustive.

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

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