Skip to main content
Glama
Frosty-09

Qwen MCP Filesystem Server

by Frosty-09

qwen_create_project

Create a new project folder inside the sandboxed projects directory, giving AI desktop clients a controlled location for organized file management.

Instructions

Create a project folder inside the Qwen MCP projects directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

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

C2.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action 'Create' without revealing any side effects, such as whether the folder is created if it already exists, whether it overwrites, or what errors may occur. There is also no mention of required permissions or the nature of the operation beyond the bare verb.

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, concise sentence that is front-loaded with the primary action and resource. There is no filler or repetition, and it is appropriately brief for a tool with only one parameter.

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?

The tool is simple (one parameter, output schema provided), but the description still lacks critical context. It does not clarify the relationship to sibling tools, does not describe expected behavior on conflicts, and provides no usage guidance. Given the presence of an output schema, the return format is covered, but the operational context is 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?

With 0% schema description coverage, the description must compensate by explaining the 'name' parameter. It implies that 'name' is the project folder name, but it does not provide any additional semantics like naming conventions, uniqueness requirements, or format constraints. The description adds minimal value over the schema's bare parameter list.

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 the verb 'Create' and the resource 'project folder inside the Qwen MCP projects directory', which is specific and unambiguous. However, it does not explicitly differentiate from the sibling tool qwen_register_external_project, so there is a slight gap in distinguishing it from potentially overlapping tools.

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?

The description provides no guidance on when to use this tool versus its alternatives. It does not mention qwen_register_external_project, qwen_list_projects, or any other sibling, nor does it state any conditions or prerequisites. An agent has to infer usage from the name alone, which is insufficient.

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