Skip to main content
Glama
iHeldan

SheetForge MCP

by iHeldan

create_table

Destructive

Creates a native Excel table from a specified data range, enabling easier filtering and analysis.

Instructions

Creates a native Excel table from a specified range of data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
data_rangeYes
sheet_nameYes
table_nameNo
table_styleNoTableStyleMedium9
Behavior2/5

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

Annotations already provide destructiveHint: true, but the description adds no additional behavioral context, such as side effects on existing data/formatting, table name uniqueness, or potential errors. For a mutation tool, more disclosure is expected.

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, concise sentence with no extraneous wording. It is front-loaded with the core action and resource.

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?

With 5 parameters, no output schema, and only a destructive hint annotation, the description is insufficient. It omits details about optional parameters, valid range requirements, and behavior when the range already contains a table or formatting.

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%, and the description only mentions 'specified range of data' (data_range). It does not explain filepath, sheet_name, table_name, or table_style, providing negligible value beyond the schema's parameter 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 clearly states the tool creates a native Excel table from a specified range. It uses a specific verb ('creates') and resource ('native Excel table'), which distinguishes it from sibling tools like create_workbook and create_worksheet.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: the tool is for turning a data range into an Excel table. However, it does not explicitly mention when to use it over alternatives like format_range or list_tables, nor does it provide exclusions or prerequisites.

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