Skip to main content
Glama

MCP Server Local WP

wp_get_options

Retrieve WordPress settings and configuration values from your local development site for debugging, analysis, or integration workflows.

Instructions

Get WordPress options (settings)

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of options to retrieve (default: 20)
option_nameNoSpecific option name to retrieve
searchNoSearch in option names

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of options to retrieve (default: 20)", "type": "number" }, "option_name": { "description": "Specific option name to retrieve", "type": "string" }, "search": { "description": "Search in option names", "type": "string" } }, "type": "object" }

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/verygoodplugins/mcp-local-wp'

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