Skip to main content
Glama
Frosty-09

Qwen MCP Filesystem Server

by Frosty-09

qwen_append_file

Append content to a file in a project, preserving existing data and creating the file or directories when missing.

Instructions

Append content to a file inside a project. Creates the file if missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
contentYes
projectYes
encodingNoutf-8
create_dirsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It usefully discloses that the file is created when missing and appending implies preserving existing content, but it does not mention effects like directory creation, encoding handling, or any other side effects. This is partial but meaningful disclosure.

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 two short sentences with no filler. It front-loads the primary action, then adds the key file-creation behavior. Every word earns its place.

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?

An output schema exists, so return values need no explanation, but the tool has five parameters, zero schema coverage, no annotations, and a closely related sibling qwen_write_file. The description does not explain when to append rather than write, how create_dirs and encoding behave, or how to choose between this and qwen_write_file, leaving important selection and usage context incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It loosely connects content, path, and project to the operation, but gives no detail on encoding, create_dirs, or expected value formats. The schema supplies defaults for encoding and create_dirs, but the description adds little semantic richness beyond those parameter names.

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 a specific action ('append content') on a specific resource ('a file inside a project') and adds the non-obvious behavior that the file is created if missing. It does not explicitly differentiate from the sibling qwen_write_file, but the append semantics are clear enough from the wording.

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?

There is no guidance about when to use this tool versus qwen_write_file or other file tools. The description implies appending is the use case, but it does not state when append is preferred over overwrite, nor does it mention any alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Frosty-09/Qwen-mcp'

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