Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Update WordPress User

wp_update_user
DestructiveIdempotent

Update an existing WordPress user's name, email, profile fields, or roles. Replace roles to demote an admin to editor or subscriber.

Instructions

Update an existing user's name, email, roles, or profile fields. Common use: demoting an admin to editor or subscriber.

Args:

  • id (number): User ID. Required.

  • name, email, first_name, last_name, url, description, slug: optional fields to update.

  • roles (string[]): Replaces existing roles. e.g. ['editor'], ['subscriber'], ['administrator'].

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

Returns: The updated WPUserItem.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUser ID to update.
urlNoPersonal website URL.
nameNoDisplay name.
slugNoURL slug for author archive.
emailNoEmail address.
rolesNoRoles to assign (e.g. ['editor'] or ['subscriber']). Replaces existing roles.
last_nameNoLast name.
first_nameNoFirst name.
descriptionNoBio.
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 indicate destructive and idempotent behavior. The description adds specific context by noting that roles replace existing roles and referencing demotion, which clarifies the destructive nature. 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 clear purpose, an Args list, and a Returns line. It is concise and front-loaded, though the Args list duplicates schema content; still every section serves a purpose.

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 tool with 10 parameters and no output schema, the description conveys the key use, the destructive role replacement behavior, and the return value. It is reasonably complete given the annotations and schema, though it omits explicit alternatives and edge cases.

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 description coverage is 100%, so the schema already documents all parameters fully. The description's Args section largely repeats schema info, though it adds examples for roles and emphasizes required id. This is marginal added value over the schema.

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 updates an existing user's name, email, roles, or profile fields, with a specific verb and resource. It also distinguishes from siblings like wp_delete_user or wp_get_user by listing the updatable fields and giving a common use case (demoting an admin).

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

Usage Guidelines3/5

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

The description provides a common use case (demoting an admin) but does not explicitly mention when to avoid this tool or alternatives such as wp_bulk_update_users for batch updates. Usage guidance is implied rather than stated with exclusions.

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