Skip to main content
Glama
xiaochenwin

Trae Rules Generator MCP

by xiaochenwin

update_existing_rules

Update existing rule files by appending content, replacing sections, or inserting new content after specified text.

Instructions

更新现有的规则文件内容

Args: file_path: 要更新的规则文件路径 updates: 更新内容的字典,支持以下键: - append_content: 要追加的内容 - replace_section: 要替换的章节 {"section_name": "new_content"} - insert_after: 在指定内容后插入 {"after": "content", "insert": "new_content"}

Returns: 更新操作的结果信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
updatesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so the description must disclose behavior. It describes the updates parameter with specific keys (append, replace, insert) and indicates mutation. However, it omits error handling, permission requirements, atomicity, and what happens if the file does not exist. Returns are mentioned but not detailed. Adequate but incomplete.

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 a clear 'Args' and 'Returns' structure. Front-loaded with the purpose. Could be slightly more compact by omitting the Returns line since output schema exists, but it is generally well-organized.

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?

Given the complexity (nested object, no schema description) and missing output schema content, the description provides key details but lacks usage context, error scenarios, and precise behavior of the updates parameter (e.g., combining multiple keys). The absence of guidelines and limited operational context makes it incomplete for seamless agent invocation.

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?

Schema description coverage is 0%, so the description compensates by explaining the structure of the updates parameter with three supported operations. It also clarifies file_path. This adds significant meaning beyond the raw schema. However, the description could define allowed keys more precisely and note that additional properties might be accepted.

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 tool's purpose: 'update existing rules file content' with a specific verb and resource. It distinguishes from siblings by implying modification rather than creation (generate_project_rules), reading (read_existing_rules), or saving (save_rules_file).

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. No mention of prerequisites, conditions for update, or when not to use. The description assumes the agent knows context but offers no explicit direction.

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/xiaochenwin/trae-rules-mcp'

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