Skip to main content
Glama

atl_fix

Execute automated repairs from ATL likelihood ratio learning, including code changes, config adjustments, database migrations, and command execution.

Instructions

基于ATL似然比学习结果执行自动修复,支持代码修改、配置调整、数据库迁移等非纯文本修复操作。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backupNo是否备份原始文件,默认true
dryRunNo是否仅预览不执行,默认false
commandNo要执行的命令
fixTypeNo修复类型
configKeyNo配置键
patternIdNo要应用的修复模式ID
targetFileNo目标文件路径
configValueNo配置值
replaceWithNo替换后的代码
sqlStatementNo要执行的SQL语句
replacePatternNo要替换的代码模式
Behavior3/5

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

With no annotations, the description carries full burden. It discloses high-level behavior (code mods, config changes, DB migrations) but omits details on side effects, permissions required, reversibility, or error handling. The 'backup' parameter suggests some safety, but not explained.

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. It covers the core purpose and supported operations without waste. Could be structured with bullet points for clarity, but current form is efficient.

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 11 parameters, no output schema, and no annotations, the description is incomplete. It does not explain the relationship between parameters (e.g., which combinations are valid for each fixType), nor does it address input validation or expected behavior on failure.

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 baseline is 3. The description does not add significant meaning beyond what the schema already provides for parameters. It groups fix types but does not clarify parameter grouping or conditional usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it performs automatic repair based on ATL learning results, listing supported repair types (code, config, database). While it distinguishes from browser-focused siblings, it does not explicitly differentiate from other fix tools like 'error_fix_suggestion' or 'browser_quick_fix'.

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 on when to use this tool versus alternatives. It does not mention prerequisites, conditions, or scenarios where this tool should be avoided. The description is purely functional.

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/validpilot/ai-verify-mcp'

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