Skip to main content
Glama
iHeldan

SheetForge MCP

by iHeldan

read_range_formatting

Read-only

Get a compact summary of cell formatting for a specified range, including fonts, fills, borders, and alignment, to inspect styles programmatically.

Instructions

Read a compact formatting summary for a worksheet range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
range_refYes
sheet_nameYes
sample_limitNo
Behavior3/5

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

The description is consistent with the readOnlyHint annotation, confirming a read operation. It adds the term 'compact' but does not elaborate on what the summary includes, how sample_limit affects results, or error behavior. With annotations already covering safety, this is adequate but minimal.

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?

A single, front-loaded sentence with no redundancy. It communicates the core purpose efficiently, though it sacrifices detail for brevity.

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 absence of an output schema and minimal description leaves the return format, sample_limit semantics, and formatting details unspecified. For a 4-parameter tool with no schema descriptions, the description is too sparse to be fully contextual.

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 coverage is 0%, and the description does not explain filepath, sheet_name, range_ref, or sample_limit. It only hints at 'worksheet range', leaving all parameter semantics to their field names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool reads a compact formatting summary for a worksheet range, with a specific verb ('read') and resource ('formatting summary'). It inherently distinguishes from data-reading or formatting-modification siblings, though it doesn't explicitly name alternatives.

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?

No guidance is provided on when to use this tool instead of sibling tools like read_data_from_excel, inspect_formula, or format_range. The description lacks context, prerequisites, or exclusions.

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