Skip to main content
Glama

camelot_local_file_editor

Idempotent

Open, edit, and save text, markdown, and code files locally in your browser, keeping data on your device.

Instructions

Local File Editor: Open, edit, and save text, markdown, and code files directly on your local device.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/local-file-editor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoTarget file name or attachment identifierREADME.md
contentSnippetNoText excerpt or content sample# Project Documentation Authored via Camelot.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already supply readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds 'Local browser processing,' a genuine behavioral trait about where the tool runs, but it does not disclose side effects like file overwriting, permission requirements, or whether the tool requires existing files. It does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core action is front-loaded in a single, readable sentence. However, there is a double-period typo ('device..') and an irrelevant canonical URL that does not help an AI agent select or invoke the tool. The URL adds noise without earning its place, so the description is only partially lean.

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?

Although an output schema exists and parameter coverage is 100%, the description omits how the tool actually uses the inputs. The verbs 'open, edit, and save' suggest a multi-step interactive editor, but the two parameters imply a simple write operation (filename + content snippet). It never clarifies whether contentSnippet replaces the whole file, appends, or is a sample for an interactive session, and it lacks error-case or constraint information. An agent could easily mispredict the tool's behavior.

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?

Schema description coverage is 100%, so the schema itself documents both parameters. The description adds no parameter-specific meaning: it mentions file types and actions but does not clarify how 'contentSnippet' relates to file contents or what formats are expected. This meets the baseline but provides no added value beyond the schema.

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 a specific action set — open, edit, save — and targets a concrete resource type (text, markdown, code files). It also adds locational scope ('directly on your local device') that distinguishes it from the many generator/calculator sibling tools, making it the obvious file-editing choice.

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 'Local File Editor' name and 'directly on your local device' phrase imply the intended use case: editing local files. However, the description never explicitly says 'use this when...' nor mentions any alternatives or exclusions, so an agent gets only implicit guidance rather than a clear decision rule among siblings.

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

Deploy Server

Other Tools