Skip to main content
Glama

wordpress_update_option

Update WordPress option values in the wp_options table to modify site settings, configurations, and core functionality parameters.

Instructions

Update WordPress option value in wp_options table

Input Schema

NameRequiredDescriptionDefault
nameYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "required": [ "name", "value" ], "type": "object" }

Other Tools from WordPress MCP Server

Related Tools

    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/RaheesAhmed/wordpress-mcp-server'

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