Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Update WooCommerce Setting

wc_update_setting
Idempotent

Update a single WooCommerce setting by group and setting ID. Use it to set values like currency, store address, tax options, or page IDs.

Instructions

Update a single WooCommerce setting by group and setting ID. Example: group='general', setting_id='woocommerce_currency', value='USD'. Common settings: general: woocommerce_currency, woocommerce_store_address, woocommerce_store_city, woocommerce_default_country, woocommerce_store_postcode, woocommerce_calc_taxes (yes/no) tax: woocommerce_prices_include_tax, woocommerce_tax_based_on, woocommerce_tax_display_shop, woocommerce_tax_display_cart advanced: woocommerce_cart_page_id, woocommerce_checkout_page_id, woocommerce_myaccount_page_id, woocommerce_terms_page_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYesSettings group ID, e.g. 'general', 'tax', 'advanced'.
valueYesNew value for the setting.
setting_idYesSetting ID, e.g. 'woocommerce_currency'.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds value by providing example value types (e.g., 'yes/no' for woocommerce_calc_taxes) and common setting groups, but does not disclose additional behavior beyond the annotations.

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 opens with the core instruction and a quick example, then provides a well-organized list of common settings. It is longer than minimal, but the list is practical and earns its place.

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 update tool with only 3 required parameters and a response_format enum, the description covers the essential usage context and common inputs. It does not explain return values, but no output schema exists and the tool's behavior is straightforward.

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 baseline is 3. The description goes further by listing concrete setting IDs grouped by category, giving the agent real values to use for 'setting_id' and 'group' beyond the schema examples.

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?

Clear verb ('Update'), specific resource ('single WooCommerce setting'), and distinct scope ('by group and setting ID'). The example and common settings list differentiate it from siblings like wc_get_settings and wc_update_product.

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?

Implied usage is clear: this is for updating WooCommerce settings, not reading them (wc_get_settings) or updating products. However, it does not explicitly state when not to use it or name alternatives.

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