Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_update_app

Update an existing application's properties: name, group, secret, enabled status, inheritance, and admin. Provide the app ID to make changes.

Instructions

编辑已有应用的信息,可修改名称、分组、密钥、启用状态、继承设置等。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes应用 ID
nameNo应用名称
groupNo应用分组
secretNo应用密钥
enabledNo是否启用
appAdminNo应用管理员用户名
inheritancedNo是否开启配置继承
inheritancedAppsNo继承的应用 ID 列表
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions editing existing apps but does not specify if the update is partial (only provided fields) or full replacement, whether permissions are required, or if changes are reversible. For a mutation tool, this is insufficient.

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?

The description is a single, concise sentence that is front-loaded with the core action. Every word adds value, listing key modifiable fields without extraneous information.

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?

With 8 parameters, no output schema, and no annotations, the description is too brief. It fails to mention return behavior, error conditions, or prerequisites (e.g., app must exist). For a complex update operation, more context is needed to guide the agent.

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 the input schema already documents parameters. The description redundantly lists some parameters (name, group, secret, etc.) but adds no new semantic meaning beyond what the schema provides. The description does not clarify usage patterns for the 'id' required field or the 'inheritancedApps' array.

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 verb '编辑' (edit) and the resource '已有应用的信息' (existing app info), listing specific fields like name, group, secret, enabled status, and inheritance settings. It differentiates from sibling tools like agileconfig_create_app and agileconfig_delete_app by focusing on updating existing apps.

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 implies usage for updating app information but lacks explicit guidance on when to use or not use this tool, such as prerequisites (e.g., app must exist), context (e.g., partial vs full update), or alternatives like create_app for new apps. No exclusionary criteria are mentioned.

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