Skip to main content
Glama

hashn

delete_file

Destructive

Delete a file from a workspace. Any member can delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
api_tokenNo
workspace_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, so the destructive nature is covered. The description adds the permission context ('Any member can delete'), which is extra behavioral information not present in annotations. However, it does not disclose whether deletion is permanent, recoverable, or if there are side effects, so it adds only modest value beyond the annotation.

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 short sentences, front-loading the core action and then adding a relevant permission detail. There is zero filler, and every word earns its place. It is appropriately sized for a simple delete operation.

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?

For a destructive tool with three parameters and no output schema, the description is sparse. It does not explain the parameters, the permanence of deletion, or any consequences. Given the absence of schema descriptions and output schema, the description should have provided more operational context but does not.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain the parameters, but it does not mention any of them. It does not clarify what 'path' refers to, what 'workspace_id' is, or how 'api_token' is used. The agent is left with only parameter names and no semantic guidance, so the description fails to compensate for the lack of schema descriptions.

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 a specific verb and resource: 'Delete a file from a workspace.' This clearly distinguishes it from sibling tools like read_file and write_file, and there is no other delete tool among the siblings. The action and scope are 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?

The description provides no explicit when-to-use or when-not-to-use guidance, nor does it reference any alternative tool. It only adds a permission note ('Any member can delete'), which is not about usage context. The intended use is implied by the tool name and description, but there is no proactive routing or exclusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources