Tools Catalog / WordPress tools / wp_update_settings

wp_update_settings tool reference for StifLi Flex MCP

Write
Group SettingsCapability manage_options

updates multiple WordPress settings.

Description

updates multiple WordPress settings.

What it is for

  • Controlled administrative changes.

Example use case

updating core site preferences.

Sample prompt

Update the site timezone, date format, and time format to match our new editorial standards.

Sample response

{
  "tool": "wp_update_settings",
  "status": "ok",
  "updated": true
}

What does wp_update_settings do?

updates multiple WordPress settings.

Does wp_update_settings modify site data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

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

How should wp_update_settings be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.