Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_rollback_config

Roll back application configuration to a specific historical version by providing the publish history ID. This action undoes all subsequent changes.

Instructions

将应用配置回滚到指定的历史版本。需要提供发布历史 ID。此操作会撤销该版本之后的所有变更。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo环境名称。留空将操作所有环境
historyIdYes发布历史的 ID
Behavior4/5

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

The description reveals a key behavioral trait: 'this operation will undo all changes after that version', indicating a destructive rollback. No annotations are present, so the description carries the full burden; it adequately discloses the main effect.

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 extremely concise with two sentences, no unnecessary words, and front-loaded purpose. Every sentence adds value.

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?

For a simple rollback tool with 2 params, the description covers the basic purpose and effect, but it lacks any mention of return values or confirmation of success. Given no output schema, this is a gap that reduces completeness.

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 baseline is 3. The description does not add significant meaning beyond what the schema provides; it merely restates the requirement for historyId and duplication of env's 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 clearly states the action: 'roll back application configuration to a specified historical version'. It uses a specific verb (rollback) and resource (application configuration), distinguishing it from siblings like publish_config or delete_config.

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 mentions the required parameter (history ID) but does not explicitly state when to use this tool versus alternatives like publishing a new config or deleting configurations. Usage context is implied rather than explicit.

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