Skip to main content
Glama

save_application_file

Save or update a company's application file, like notes or research documents, by providing filename and content.

Instructions

Save or update a file in an application directory.

Args: company: Company name filename: Name of the file to save (e.g. "notes.md", "company_research.md") content: Content to save

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyYes
contentYes
filenameYes
workspace_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It indicates mutation ('save or update') but does not clarify whether existing files are overwritten, what happens if the directory doesn't exist, or any permission requirements. Key behavioral traits are missing.

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 brief (three lines plus args list) and front-loaded with the main purpose. It uses a clean docstring format. No extraneous text, but could be slightly more structured by separating the args list more clearly.

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 that an output schema exists, the description does not need to detail return values. However, it omits context about overwrite behavior, error handling, and the optional workspace_dir parameter. It is adequate but leaves gaps for a mutation tool.

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?

The description adds meaning for three of four parameters: 'company' (Company name), 'filename' (with example values), and 'content' (Content to save). However, 'workspace_dir' is not described despite being present in the schema. This is useful but incomplete.

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 states 'Save or update a file in an application directory', clearly indicating the action (save/update) and resource (file in application directory). This distinguishes it from the sibling 'read_application_file'. The verb and resource are specific and unambiguous.

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 is provided on when to use this tool versus alternatives like 'read_application_file' or 'delete_application'. There is no mention of prerequisites, contexts, or when not to use it. The description lacks any usage 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/mohsenil85/jobkit-mcp'

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