Skip to main content
Glama

write_file

Write a text file to the working directory, creating parent directories as needed, for music notation.

Instructions

Write a text file into the working directory, creating parent directories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to write, relative to the working directory.
contentYesFull file contents.
Behavior3/5

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

With no annotations, the description must disclose behavior; it mentions creating parent directories, which is a useful side-effect. However, it does not state whether existing files are overwritten, nor any other safety or error behavior.

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?

A single sentence that is direct and front-loaded, with no filler. It communicates the action, target, and a key side-effect efficiently.

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 simple write tool with two parameters and no output schema, the description covers the core purpose and one behavioral detail. It is adequate but not exhaustive—missing overwrite semantics and usage alternatives, though these are lower priority for such a tool.

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?

Both parameters are fully described in the schema, and the description's phrase 'text file' aligns with content being a string. The description adds no additional parameter-level semantics beyond the schema, so the baseline for high coverage is appropriate.

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 writes a text file to the working directory, using a specific verb and resource. It also notes the parent-directory creation behavior, which distinguishes it from other write tools like write_score.

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 implies usage—writing text files to the working directory—but does not explicitly compare with sibling tools or provide when-not/exclusion guidance. It is clear enough for basic selection but lacks explicit alternative guidance.

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/SuperInstance/tapscript-mcp'

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