Skip to main content
Glama
obot-platform

WordPress MCP Server

get_site_settings

Retrieve basic WordPress site settings, including site info and configuration, accessible to admin users via the WordPress REST API.

Instructions

Get the settings of the WordPress site. Only admin users have permission to do this.

Returns basic site information and settings that are publicly available or accessible to authenticated users with appropriate permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the read-only nature (retrieves settings) and permission requirements, but does not detail specific settings or potential side effects. For a read-only tool, this is adequate but could be more specific.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no fluff. First sentence states the core action and permission, second adds context on what is returned. Efficient and front-loaded.

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?

The tool is simple (no params, has output schema). The description complements the schema by stating the result is 'basic site information and settings that are publicly available or accessible.' It could list example fields, but is sufficient for the agent to understand the tool's purpose.

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?

The tool has no parameters, so the baseline is 4. The description adds no parameter info (none needed). It correctly implies no input is required.

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?

The description clearly states the tool's purpose: 'Get the settings of the WordPress site.' It specifies what it returns and distinguishes itself from sibling tools (all focused on other entities like posts, users, media).

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?

The description provides explicit permission context: 'Only admin users have permission to do this.' This tells the agent when to use (if admin) and implicitly when not to. It also clarifies the scope of returned data. No alternatives are mentioned, but sibling tools do not overlap.

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

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