Skip to main content
Glama

release_files

Release file locks to allow other agents to modify shared files. Use when exclusive access is no longer needed, facilitating team collaboration.

Instructions

Release your locks on files. Use this when you no longer need exclusive access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYesArray of file paths to release
Behavior3/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. It discloses that the operation releases the caller's own locks ("your locks") and is tied to the concept of exclusive access, but it does not mention error behavior, idempotency, or side effects. This is minimal but present.

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 sentences with no filler, front-loading the core action and following with a usage condition. Every word earns its place.

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 tool with one fully-described parameter, no output schema, and no annotations, the description adequately covers purpose and usage. It does not address return values or failure modes, but given the simplicity and lack of complex behavior, this is acceptable.

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?

The input schema fully describes the only parameter (files) as "Array of file paths to release", and the description's phrase "your locks on files" aligns with this. The description adds no additional meaning beyond the schema, so it earns the baseline score.

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's action with a specific verb ('release') and resource ('your locks on files'), which directly distinguishes it from sibling tools like lock_files and check_locks. The purpose is unambiguous and specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

"Use this when you no longer need exclusive access" provides a clear condition for when to invoke the tool. It implies the alternative (lock_files) is for when exclusive access is still needed, though it does not explicitly name alternatives or exclusions.

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/gabogabucho/ACDP-PCAD'

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