Skip to main content
Glama
kitconcept

Plone MCP Server

by kitconcept

Update Plone User

plone_update_user

Modify a user's fullname, email, description, and roles in Plone. Managers can update any user; users can update their own profile.

Instructions

Updates an existing user's properties in Plone. Requires Manager role or the user updating their own account. Roles are specified as an object mapping role names to booleans to add or remove them. Example: plone_update_user({userid: 'jdoe', fullname: 'Jane Doe', roles: {Editor: true, Contributor: false}})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoNew email address
rolesNoRoles to add or remove, as an object mapping role names to booleans (e.g., {Contributor: true, Editor: false})
useridYesThe ID of the user to update
fullnameNoNew full name
locationNoNew location
home_pageNoNew home page URL
descriptionNoNew biography or description
Behavior3/5

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

With no annotations, the description carries the burden. It explains role permissions and roles format, but doesn't disclose if updates are partial or full replacements, success/error behavior, or if any existing properties are overwritten.

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?

Three concise sentences plus an example, no wasted words. Front-loaded with purpose and immediately actionable.

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

Completeness3/5

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

Given no output schema and no annotations, the description could cover return values, error conditions, or behavior for missing optional fields. It's adequate but not complete for a mutation tool with 7 parameters.

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 baseline is 3. The description adds an example and clarifies the roles object format, which adds marginal value beyond the schema's description of the same parameter.

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 specifies the verb 'updates' and the resource 'existing user's properties' clearly. It distinguishes from sibling tools like plone_create_user (creation) and plone_delete_content (deletion).

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 role requirements (Manager or self-update) and provides an example, offering clear context. However, it doesn't explicitly mention when not to use this tool versus other user management tools.

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/kitconcept/plone-mcp'

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