Skip to main content
Glama
iHeldan

SheetForge MCP

by iHeldan

delete_sheet_rows

Destructive

Delete rows from an Excel sheet starting at a specified row, with optional count and dry-run to preview changes.

Instructions

Delete one or more rows starting at the specified row.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
dry_runNo
filepathYes
start_rowYes
sheet_nameYes
Behavior2/5

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

The annotation only provides destructiveHint, but the description does not disclose the dry_run behavior, the irreversibility beyond the hint, or the effect on the remaining rows. It adds little beyond what the parameter names already imply.

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 a single clear sentence with no wasted words, which is efficient. However, it omits important information that would be necessary for correct use, though that is more a completeness issue than a conciseness one.

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 tool has 5 parameters, destructive behavior, and a safety flag. The description is too brief to guide an agent on proper usage, expectations, or the dry_run safety mechanism. No return value is documented, and the dry_run parameter is a critical omission.

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 descriptions cover 0% of parameters, so the description must compensate. It vaguely addresses 'start_row' and 'count' but leaves filepath, sheet_name, and especially the critical dry_run parameter unexplained.

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 uses the specific verb 'Delete' with the resource 'rows' and specifies the starting row, effectively distinguishing it from sibling tools like delete_sheet_columns and delete_range. It clearly communicates the core action.

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 provides no guidance on when to use this tool versus alternatives, no exclusions, and no mention of the dry_run option for safe preview. It is purely a statement of action without usage context.

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/iHeldan/sheetforge-mcp'

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