Skip to main content
Glama

spreadsheet_update_cell

Update a specific cell in an Excel spreadsheet while creating a backup before the change, ensuring data is protected from accidental loss.

Instructions

Atualiza uma célula e cria backup antes da alteração.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYes
sheetYes
valueYes
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It does disclose one meaningful trait: a backup is created before the change, which is valuable for a mutating operation. However, it omits other relevant behaviors such as overwrite semantics, confirmation behavior, or side effects beyond the backup.

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 a single focused sentence that front-loads the action and adds only the most important behavioral note. There is no redundant wording or filler.

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 mutating tool with four required parameters, no annotations, and no parameter descriptions, this one-liner is insufficient. The backup behavior is useful, but the definition still lacks enough detail for an agent to safely construct a call.

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% and all four required parameters (filename, sheet, cell, value) are undocumented. The description only references the cell being updated, providing no clarification of value formats, sheet naming, or filename expectations.

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 Portuguese description uses a specific verb ('Atualiza') and resource ('uma célula'), clearly indicating a single-cell update. It also distinguishes itself from siblings by contrasting with read, create, append, and summarize operations, so an agent can easily identify when this tool applies.

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 gives no explicit when-to-use or when-not-to-use guidance, and it names no alternative tools or selection criteria. The only signal is the verb 'atualiza', which implies an update scenario, but this is inferential rather than stated guidance.

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

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/abigaillopes-eng/por_mcp'

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