Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Create WooCommerce Product

wc_create_product

Create a new WooCommerce product with price, description, categories, and images. Supports simple, grouped, external, and variable types, including Tickera ticket products.

Instructions

Create a new WooCommerce product. For Tickera ticket products, set type='simple' and the product will be available for Tickera bridge mapping. Supports simple products with price, description, categories, and images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoUnique SKU.
nameYesProduct name.
typeNoProduct type.simple
statusNoProduct status.publish
virtualNoVirtual product (no shipping). Default true for tickets.
categoriesNoArray of category objects with id, e.g. [{id: 15}].
descriptionNoFull product description (HTML).
downloadableNoDownloadable product.
manage_stockNoEnable stock management.
regular_priceNoRegular price as string, e.g. '25.00'.
stock_quantityNoStock quantity if manage_stock is true.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
short_descriptionNoShort description (HTML).
catalog_visibilityNoCatalog visibility.visible
Behavior3/5

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

Annotations already mark this as a mutating, non-idempotent operation. The description adds one useful behavioral fact (Tickera bridge mapping availability) and a claim that it 'supports simple products with price, description, categories, and images.' However, the latter is vague and could imply that only simple products are supported, which contradicts the schema's enum of product types. There is no mention of auth requirements, error behavior, or result contents.

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 two sentences and immediately front-loads the core purpose. The first sentence is direct, the second provides a specific use-case. The final sentence about 'simple products' is somewhat redundant with the schema but not wordy. Overall it is compact and scannable, though the last sentence could be trimmed.

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?

With 14 parameters and no output schema, the description should explain return behavior or at least confirm what happens on success—it does neither. It does provide key context about Tickera mapping and product capabilities, but the missing result information and ambiguity about non-simple product types leave the tool only partially contextualized. The schema fills many gaps, but the description alone is not fully complete.

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% (all 14 parameters have descriptions), so the baseline is 3. The description adds extra meaning to the 'type' parameter with the Tickera guidance and groups key parameters (price, description, categories, images), which helps the agent understand typical usage. This lifts it above the baseline.

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 opens with a clear, specific verb and resource: 'Create a new WooCommerce product.' This directly distinguishes it from siblings like wc_update_product and wc_list_products by the action 'create'. It also adds a domain-specific note about Tickera ticket products, which further clarifies its role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a concrete usage guideline: 'For Tickera ticket products, set type='simple' and the product will be available for Tickera bridge mapping.' This tells the agent when and how to use the tool for a specific scenario. It doesn't explicitly exclude alternatives (e.g., 'use wc_update_product for existing products'), but the word 'create' implies the distinction well enough.

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