Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Update WordPress Settings

wp_update_settings
Idempotent

Update core WordPress settings: site title, tagline, posts-per-page, and static front page assignment. Specify only the fields to change; requires admin permissions.

Instructions

Update core WP general settings (title, tagline, posts-per-page, and the front-page / blog-page assignment). Requires admin (manage_options). Only the fields you pass are changed.

The most common use is setting the static homepage: show_on_front='page', page_on_front=, page_for_posts=.

NOTE: This cannot toggle "Discourage search engines" (blog_public) — core does not expose it via REST. Use the WP Admin Reading screen or the planned control plugin for that.

Args:

  • title, description (string)

  • posts_per_page (number)

  • show_on_front ('posts' | 'page')

  • page_on_front, page_for_posts, default_category (number)

  • response_format (enum): markdown | json.

Returns: the updated settings object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoSite title.
descriptionNoSite tagline.
page_on_frontNoPage ID to use as the static homepage (only used when show_on_front='page').
show_on_frontNoWhat the front page shows: 'posts' (latest blog) or 'page' (a static page).
page_for_postsNoPage ID to use as the blog/posts page (only used when show_on_front='page').
posts_per_pageNoBlog posts shown per page.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
default_categoryNoDefault category ID for new posts.
Behavior5/5

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

Adds meaningful behavior beyond annotations: requires admin permissions (manage_options), partial update semantics ('Only the fields you pass are changed'), a limitation (cannot set blog_public via REST), and return value ('Returns the updated settings object'). No contradiction with annotations.

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 summary, usage example, caveat, Args list, and return statement. It is slightly repetitive with the schema's parameter list, but every sentence contributes useful context and the layout aids scanning.

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?

For an update tool with 8 optional parameters, the description covers permissions, scope, partial update behavior, limitations, and return format. This is complete given the schema already fully documents parameters and annotations provide safety hints.

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?

Schema covers all 8 parameters with descriptions, so baseline is 3. The description adds an example usage for static homepage and notes that page_on_front/page_for_posts are used only with show_on_front='page', but the Args list repeats schema info without adding much new semantic value.

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 identifies the tool as updating core WP general settings, listing specific fields (title, tagline, posts-per-page, front/blog page assignment). It distinguishes from siblings like wp_get_settings (read) and wc_update_setting (WooCommerce) by scope and verb.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage context with the static homepage example, and states when to avoid it (cannot toggle blog_public, recommends WP Admin or a plugin instead). This gives clear when-to-use and when-not-to-use guidance, though it doesn't name sibling alternatives directly.

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