Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_set_user_permissions

Assign specific permissions to a user, such as app management or configuration operations, with scope for global or per-application access.

Instructions

设置用户的权限。权限包含:APP_ADD、CONFIG_ADD/EDIT/DELETE/PUBLISH、NODE_ADD/DELETE、USER_ADD/EDIT/DELETE 等。每个权限可针对全局(appId="GLOBAL")或指定应用(appId="my-app")。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYes用户 ID
permissionsYes权限 JSON 数组,格式:[{"functionKey":"APP_ADD","appId":"GLOBAL","enable":true}]
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It does not mention whether setting permissions overwrites existing ones, if any authentication is required, or side effects. The description only lists available permissions without behavioral details.

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 concise with two sentences, front-loading the purpose. However, it could benefit from a more structured breakdown of permissions and scope.

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?

The description lacks essential context for a mutation tool with no annotations and no output schema. It does not explain whether the operation is additive or destructive, or provide expected outcomes, leaving significant gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers both parameters (userId, permissions) with descriptions, but the tool description adds significant value by explaining the permissions JSON format and the meaning of 'GLOBAL' vs specific 'appId'. This clarifies the structure beyond the schema's generic description.

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 states the tool sets user permissions and lists the specific permissions (e.g., APP_ADD, CONFIG_ADD/EDIT/DELETE/PUBLISH), clearly distinguishing it from sibling tools like 'agileconfig_create_user' which creates users, and 'agileconfig_get_user_permissions' which retrieves permissions.

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 explains the permissions scope (global vs per-app) but does not provide explicit guidance on when to use this tool over alternatives, such as when to update permissions versus when to create a user or get permissions. The usage context is implied but not directly stated.

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