Skip to main content
Glama

edit_xlsx_cell

Edit a specific cell in an Excel XLSX file by providing the file path, sheet name, cell reference, and new value. Optionally save to a different path.

Instructions

Edit a cell value in an XLSX file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYesCell reference (e.g. 'A1', 'B2')
valueYesNew cell value
file_pathYesAbsolute path to the .xlsx file
sheet_nameYesSheet name
output_pathNoSave to different path (omit to overwrite)

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 carries the full burden. It states 'edit' but does not disclose critical behaviors like whether the file is overwritten in-place (the output_path parameter implies save-to-different-path option), error handling, or preservation of other cells. The description is too terse to provide adequate transparency.

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 extremely concise with one sentence and no fluff. It is front-loaded with the core purpose. However, it sacrifices behavioral information that could be added without significant length, so it's not a perfect 5.

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?

The description lacks context about file handling (existence, overwrite), error states, or return values. Although an output schema exists (not shown), the description alone does not provide enough completeness for a mutation tool. Sibling tools suggest a broader document manipulation context, but this tool's unique aspects are underexplained.

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 coverage is 100% and all parameters have clear descriptions (e.g., 'Cell reference (e.g. A1, B2)' and 'Save to different path (omit to overwrite)'). The one-line description adds no extra parameter meaning beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'edit', the resource 'cell value', and the file type 'XLSX'. It distinguishes this tool from siblings like insert_xlsx_row and apply_excel_formatting by specifying the exact action on a single cell. However, it does not clarify behavioral aspects like whether the file is overwritten by default.

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 usage guidance is provided. The description does not mention when to use this tool versus alternatives such as insert_xlsx_row (to add rows) or apply_excel_formatting (for formatting). The agent must infer usage solely from parameter names and sibling tool names.

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/filhocf/docforge-mcp'

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