Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_create_app

Create a new application in AgileConfig. Specify the app name and optionally set group, secret, enable status, inheritance, and admin.

Instructions

创建一个新的应用。需要指定应用名称,可选设置分组、密钥、是否启用、是否继承、继承应用列表和管理员。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes应用名称(必填)
groupNo应用分组
secretNo应用密钥(不填则自动生成)
enabledNo是否启用,默认 true
appAdminNo应用管理员用户名
inheritancedNo是否开启配置继承
inheritancedAppsNo继承的应用 ID 列表
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It only lists required and optional parameters, but fails to disclose any behavioral traits (e.g., side effects, permissions, return values, idempotency).

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 a single sentence, concise and front-loaded. However, it is a bit run-on and could be broken into clearer points. Still efficient overall.

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?

Given no output schema and no annotations, the description is incomplete. It does not mention what the tool returns upon success, any prerequisites, or post-creation behavior. A creation tool should disclose expected outcomes.

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 description coverage is 100%, so baseline is 3. The description provides a high-level list of optional fields, but this largely repeats the schema's own descriptions. It adds minimal additional semantic meaning.

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 explicitly states '创建新的应用' (create a new app), which is a specific verb-resource combination. It clearly distinguishes from sibling tools like update_app or delete_app by focusing on creation.

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?

No guidance is provided on when to use this tool versus alternatives such as agileconfig_update_app or agileconfig_delete_app. The description only describes the tool itself without context for selection.

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