Skip to main content
Glama

Update user

update-user
Destructive

Update account profile/settings for a user (usually 'self').

Side effects: modifies user profile/settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesAccount update payload.
user_idNoFax.Plus user ID. Default: self.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatedYes
user_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=false and destructiveHint=true, so the description's 'Side effects: modifies user profile/settings' adds little beyond what structured data conveys. It doesn't disclose important behaviors such as whether the update replaces the whole profile, whether missing fields are reset, what authentication is required, or what error cases may arise. No contradiction exists, but the added insight is minimal.

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 very short and front-loaded, with the core purpose stated in the first sentence. The second sentence ('Side effects...') is mostly redundant with the update intent and annotations, which costs it full marks, but there is no rambling or unnecessary content.

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

Completeness2/5

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

This is a complex tool with a very detailed nested payload and a large output schema, yet the description gives only a high-level purpose. It lacks guidance on partial vs. full updates, required nested fields, impact on existing settings, or authorization context. While the large schema compensates somewhat, an agent calling this tool still lacks critical usage context.

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 input schema provides 100% description coverage, with both payload and user_id documented in the schema. The tool description itself adds no parameter-level meaning, but because the schema already carries the semantics, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb-resource pair: 'Update account profile/settings for a user'. It also scopes the common use case to 'usually self,' which helps orient agents. It doesn't explicitly differentiate from update-member-details, but the resource target (account profile/settings) is reasonably distinct from the many other update tools.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites, access requirements, or when not to call it. The parenthetical 'usually self' is a mild hint for one common case but falls far short of robust usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources