Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Create Widget (block)

wp_create_widget

Add a block-based widget to a sidebar or widget area, such as a Kadence footer column, by providing the sidebar ID and block markup.

Instructions

Create a block-based widget in a sidebar/widget area. Use for populating Kadence footer columns. Requires admin.

Args:

  • sidebar (string): target widget-area ID (from wp_get_sidebars).

  • content (string): block markup for the widget body.

Returns: the created widget (incl. its new id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesBlock markup for the widget body (e.g. '<!-- wp:heading -->...'). Creates a block-based widget.
sidebarYesSidebar/widget-area ID to add the widget to (e.g. a Kadence footer area). Get IDs from wp_get_sidebars.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false. The description adds 'Requires admin' and explains the return value (the created widget with its new id), plus the block-based nature. It does not reveal unexpected side effects, but for a non-destructive create this is solid.

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?

The description is two sentences plus a compact Args list. It front-loads the purpose and keeps every element useful — no fluff or repetition.

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 create tool with no output schema, it covers purpose, a use case, auth requirement, and return value. The only gap is not listing response_format in the Args summary, but the schema covers it, so completeness remains high.

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 coverage is 100%, so the baseline is 3. The description repeats sidebar and content meanings from the schema, adding only a pointer to wp_get_sidebars for IDs. It omits response_format from the Args list, but the schema documents it.

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 opens with 'Create a block-based widget in a sidebar/widget area' — a specific verb, resource, and type. It clearly distinguishes from siblings like wp_update_widget and wp_get_widgets by specifying the creation action.

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?

It states 'Use for populating Kadence footer columns,' giving a concrete use case. It also notes 'Requires admin,' which is a relevant prerequisite. It does not explicitly contrast with alternatives, but the context is clear enough.

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