Skip to main content
Glama

wp_get_site_info

Read-only

Retrieve WordPress site details—name, description, URL, timezone, and feature availability—to understand site configuration.

Instructions

Get WordPress site information: name, description, URL, timezone, and available features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_fieldsNoComma-separated list of fields to include in the response (e.g. "name,description,url")
Behavior4/5

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

Annotations already declare the operation as read-only and non-destructive. The description adds behavioral detail by specifying the exact categories of information returned, which is useful and goes beyond the schema's parameter documentation.

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?

A single, well-structured sentence conveys the tool's purpose and output without redundancy. Every word earns its place.

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?

For a simple tool with one optional parameter and no output schema, the description adequately conveys the tool's purpose and return content. The phrase 'available features' is slightly vague, but overall the context is complete.

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 schema already fully describes the _fields parameter with format and examples. The description adds value by listing valid field values (name, description, URL, timezone, features), helping the agent understand what can be requested.

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 retrieves WordPress site information, naming specific data items (name, description, URL, timezone, features). This resource is distinct from the sibling tools that operate on pages, posts, media, and other entities.

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 implies the tool is for retrieving general site-level settings, which provides clear context for when to use it. It does not explicitly mention alternatives, but the naming and scope make the intended use unambiguous.

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

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