Options Toolswordpress_list_options

wordpress_list_options

List WordPress options (settings) with optional search filtering.

wordpress_list_options

List WordPress options (with optional search filter).

Parameters

1 parameter, none required.

NameTypeRequiredWhat it is
searchstringnoSearch term to filter option names

Example call

No parameter is required, so the smallest valid call is empty:

{
  "name": "wordpress_list_options",
  "arguments": {}
}

Response

{
  "success": true,
  "options": [
    {
      "option": "blogname",
      "value": "My Site"
    }
  ]
}

What it changes

Nothing. It only reads, so there is nothing to approve and nothing to undo.

How long it takes

A typical call takes about 1.6 seconds. 19 in 20 finish within 3.3 seconds. Measured on real sites over the last week, so it includes the site's own hosting.

Availability

Works on any WordPress site, whichever page builder it uses. Available since Respira 1.0.0.

Example Prompts

  • "List options containing 'blog'"
  • "Show me WordPress options related to 'timezone'"