Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

List WooCommerce Orders

wc_list_orders
Read-only

Retrieve WooCommerce orders with optional status filter, returning order ID, status, total, customer info, and line items for WordPress site audits.

Instructions

List WooCommerce orders with optional status filter. Returns order ID, status, total, customer info, and line items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
statusNoFilter by order status.any
per_pageNo
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable context by specifying the returned fields (order ID, status, total, customer info, line items). This goes beyond the annotation and helps the agent anticipate the output structure without contradicting the read-only hint.

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 two sentences, front-loaded with the main action and includes the most important return details. Every sentence earns its place with no redundancy or filler.

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?

The tool has no output schema, so the description appropriately lists the key return fields. Pagination and format defaults are covered by the input schema, so not repeating them is acceptable. It is sufficiently complete for a straightforward list operation.

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?

Schema description coverage is 50%, with status and response_format described. The description reinforces the status filter and implies the response format, but does not explain page or per_page semantics. It adds partial value but does not fully compensate for the undocumented parameters.

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 a specific action ('List WooCommerce orders') with a distinct resource that differentiates it from sibling tools like wc_list_products or wp_list_posts. The optional status filter is mentioned, adding precision without ambiguity.

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 by listing orders and mentioning an optional status filter, but it does not explicitly state when to prefer this tool over alternatives or provide exclusions. Context is clear, yet no direct guidance is given for choosing this among related tools.

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/ArsNovaSingers/ars-nova-wordpress-mcp'

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