Skip to main content
Glama
nometalalchemist

io.github.nometalalchemist/kitchensink4xl

set_cell

Write a single cell value or formula to an Excel workbook at a specified location. Handles formula normalization, backups, and safety guardrails to prevent data loss.

Instructions

Write a single cell addressed by a location object. A string beginning with '=' is ALWAYS stored as a formula (there is no literal escape), normalized so modern functions do not land as #NAME? and flagged to recalculate on open; anything else is a literal. A hazardous workbook refuses unless allow_loss is true. Auto-backup: prev/anchor slots in .ks4xl-backups (backup=false skips rotation); atomic verified save, restored on failed verify. Refuses while open in Excel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
sheetNo
valueYes
backupNo
locationYes
allow_lossNo
verify_comNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure, and it excels: it reveals formula normalization, no literal escape for '=' strings, recalculation flags, hazardous-workbook refusal, backup rotation behavior, atomic verified saves with rollback, and the Excel-open lockout. This is far more transparent than typical tool descriptions.

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 dense but not wasteful; every clause contributes meaningful behavioral information and the core action is front-loaded. The final sentence packs several distinct behaviors together, but nothing is fluff, so the length is justified for the tool's complexity.

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 complex mutation tool with no annotations, this is a very complete description: it covers formula behavior, backup strategy, persistence safety, and failure conditions, and an output schema exists so return details are unnecessary. Minor gaps, such as how location objects are constructed and explicit path/sheet semantics, keep it from being fully comprehensive.

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

Parameters4/5

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

Schema coverage is 0%, but the description compensates for most non-obvious parameters: value's formula/literal semantics, backup's rotation toggle, allow_loss's safety bypass, and location as the addressing object. It does not fully explain path, sheet, or the exact shape of the location object, leaving some burden on the schema property names.

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 opens with a specific verb-resource pair: "Write a single cell addressed by a location object." It clearly limits the action to a single cell, which distinguishes it from range-writing siblings like write_range or set_cells, and the additional formula-vs-literal detail makes the purpose even more precise.

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?

The description gives clear contextual guidance for when this tool is appropriate: for writing a single cell, with explicit conditions around hazardous workbooks and Excel lockout. However, it never names alternative tools for multi-cell writes or formula-specific writes, so exclusions are implied rather than stated.

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

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/nometalalchemist/KitchenSink4XL'

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