Skip to main content
Glama
NingFlos

cloudflare-workspace-mcp

by NingFlos

write_file

Write files to the workspace and automatically create parent directories, ensuring valid file paths without manual setup.

Instructions

写文件到工作区(自动创建父目录)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes工作区内路径
contentYes文件内容
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the important behavior of automatically creating parent directories, but it does not mention whether writes overwrite existing files or any path traversal restrictions. This is a partial 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 a single, concise sentence that includes the core action, the target workspace, and a key behavioral detail. It is front-loaded and free of unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with only two required parameters, no output schema, and low complexity, the description is fairly complete. It states the primary function and an important side effect. It could mention overwriting behavior, but for a write tool this is often assumed, so the description is sufficient for most use cases.

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 description coverage is 100% because both path and content have descriptions in the input schema. The description adds no new parameter-level details beyond the schema's own descriptions, so it stays at the baseline for high coverage.

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 uses a specific verb 'write' plus resource 'file to workspace' and adds a distinct behavioral detail (auto-creating parent directories). This clearly identifies the tool's function and distinguishes it from siblings like read_file and list_files.

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 does not explicitly state when to use this tool or mention alternatives, but it implies usage for writing files in the workspace. The context of sibling tool names provides some implicit guidance, but there is no explicit when-to-use or when-not-to-use.

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/NingFlos/cloudflare-workspace-mcp'

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