Skip to main content
Glama
mehrdad03

LocalDev MCP

by mehrdad03

Delete one project file with backup

delete_file
Destructive

Deletes a regular file only after verifying its SHA-256 hash, with automatic backup retention for safety.

Instructions

Deletes one regular file after hash verification. A backup is retained under LocalDev MCP logs/backups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
projectYesProject key from list_projects.
expectedSha256Yes
Behavior4/5

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

Annotations already mark destructiveHint=true. The description adds valuable context: hash verification requirement and backup retention, which go beyond the annotations and clarify the tool's safe 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?

Two sentences, front-loaded with key information, no wasted words. Efficient and clear.

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?

No output schema and moderate complexity (3 required params, destructive). Description covers safety but lacks details on failure behavior, return value, or prerequisites (e.g., file existence). Could be more complete.

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

Parameters2/5

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

Schema coverage is only 33% (only project described). The description mentions 'hash verification' hinting at expectedSha256, but does not explain path or add syntax/format details. Low compensation for poor schema 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 clearly states the action (delete), resource type (one regular file), and key constraints (hash verification, backup). It distinguishes the tool from siblings like create_file or write_file.

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 when to use (delete with safety) but does not explicitly exclude use cases or mention alternatives. It provides no guidance on when not to use this tool.

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/mehrdad03/localdev-mcp'

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