Skip to main content
Glama
iHeldan

SheetForge MCP

by iHeldan

set_autofilter

Destructive

Set an autofilter on an Excel worksheet for a specified or automatically detected range, enabling easy data filtering and analysis.

Instructions

Set worksheet autofilter for an explicit or inferred range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
filepathYes
range_refNo
sheet_nameYes
include_changesNo
Behavior3/5

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

The annotations already declare destructiveHint=true, which is consistent with the set operation. The description adds value by explaining the range inference behavior, but does not disclose what happens to an existing autofilter or any other side effects.

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?

Description is a single, well-structured sentence that is front-loaded with the primary action and resource. No wasted words.

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 tool with 5 parameters, no output schema, and a destructive hint, the description is too sparse. It lacks explanation of the inference mechanism, the effect on existing filters, and the roles of dry_run and include_changes.

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 description coverage is 0%, so the description must compensate. It only hints at range_ref via 'explicit or inferred range', leaving filepath, sheet_name, dry_run, and include_changes to schema defaults without added meaning.

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 the action ('Set'), the resource ('worksheet autofilter'), and the scope ('for an explicit or inferred range'). It distinguishes from all sibling tools, none of which mention autofilter.

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, nor any prerequisites or exclusions. It simply states what it does without context for the decision.

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