Tools Catalog / WooCommerce tools / wc_get_order_notes

wc_get_order_notes tool reference for StifLi Flex MCP

Sensitive read
Group Orders, notes and refundsCapability edit_shop_orders

gets notes for an order.

Description

gets notes for an order.

What it is for

  • Reviewing order operational history or communication.

Example use case

support investigation.

Sample prompt

Get all notes for order ID 5501 so I can review the support and fulfillment history.

Sample response

{
  "tool": "wc_get_order_notes",
  "status": "ok",
  "items": []
}

What does wc_get_order_notes do?

gets notes for an order.

Does wc_get_order_notes modify store data?

It does not modify data, but it can expose sensitive customer, transaction, or technical details.

Which capability is commonly required?

It usually runs under controls compatible with edit_shop_orders and the active MCP profile.

How should wc_get_order_notes be used safely?

Restrict this tool by profile and avoid exposing full raw output in shared channels.