Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_update_user

Edit user details such as username, password, role, and status. Freeze a user by setting their status to Frozen.

Instructions

编辑已有用户的信息,可修改用户名、密码、角色、状态等。冻结用户可将其状态设为 Frozen。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes用户 ID
roleNo用户角色
teamNo团队
statusNo用户状态:Normal 正常,Frozen 冻结
passwordNo新密码
userNameNo新的用户名
Behavior3/5

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

No annotations provided, so description carries burden. It mentions setting status to Frozen as a behavioral trait, but lacks details on side effects, authorization, or error handling for a mutation tool.

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?

Two sentences, front-loaded with main purpose, no wasted words. Efficient communication.

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?

With 6 parameters and no output schema, description covers main editing actions and provides one example. However, lacks information on return values, error scenarios, or behavior when ID does not exist.

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%, baseline 3. Description adds example of freezing status but does not significantly enhance understanding beyond what the schema already provides.

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?

Description clearly states it edits existing user information and lists specific modifiable fields (username, password, role, status), distinguishing it from create/delete siblings.

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?

Description implies it's for modifying existing users but does not explicitly state when to use vs alternatives like agileconfig_create_user, nor mention prerequisites or when not to use.

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/animacaeli/agile-confg-mcp'

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