Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Get WordPress Site Info

wp_get_site_info
Read-onlyIdempotent

Gather essential WordPress site information: title, tagline, admin email, REST API namespaces, authentication methods, and settings. Output as markdown or JSON.

Instructions

Get high-level info about the WordPress site: name, tagline, admin email, REST API namespaces, supported authentication, plus general WP settings.

Combines /wp-json (root, public) with /wp/v2/settings (admin-only). Settings fields will be omitted gracefully if your user lacks the manage_options capability.

Args:

  • response_format (enum): markdown | json. Default 'markdown'.

Returns: WPSiteInfo object with shape: { "site_url": string, "api_namespaces": string[], "api_authentication": string[], "title"?: string, "description"?: string, "url"?: string, "email"?: string, "timezone"?: string, "language"?: string, "posts_per_page"?: number, "show_on_front"?: "posts" | "page", "page_on_front"?: number, "page_for_posts"?: number, "default_category"?: number, "default_post_format"?: string }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior5/5

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

The description adds valuable context beyond the annotations: it explains the tool combines public /wp-json with admin-only /wp/v2/settings, and notes that settings fields are omitted gracefully without manage_options capability. This enriches the agent's understanding of auth-dependent behavior and output variability, going beyond the readOnly/idempotent hints.

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

Conciseness4/5

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

The description is well-structured with a clear opening statement, then sections for args and returns. The return shape is detailed (necessary because no output schema exists), and the text avoids waste while remaining informative. Slightly verbose due to the full JSON shape, but justified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description fully specifies the WPSiteInfo return shape. It also covers auth caveats and graceful degradation for missing settings fields. Given the tool's simplicity (1 optional param), the description is complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter (response_format) is fully described in the schema (enum, default, and explanation). The description's 'Args' section merely restates the schema without adding new semantics, so baseline 3 applies per schema coverage of 100%.

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 function: 'Get high-level info about the WordPress site' and enumerates specific data points (name, tagline, admin email, REST API namespaces, supported authentication, general WP settings). This distinguishes it from sibling tools like wp_get_settings or wc_get_settings, providing a specific verb+resource+scope.

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 gives clear context on what the tool is for ('high-level info about the WordPress site') but does not explicitly mention when to prefer it over alternatives or list exclusions. It implicitly differentiates from other 'get' tools by focusing on site-wide metadata, which is adequate for this simple read-only tool.

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/ArsNovaSingers/ars-nova-wordpress-mcp'

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