Skip to main content
Glama

Spreadsheet overview

sheet_info

Get spreadsheet or CSV file details from a path: sheet names, dimensions, header row, column types, and sample data. Start with this tool before any spreadsheet parsing.

Instructions

Call this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them. Start here: sheet names, size, header row, column types and samples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to the .xlsx/.xlsm/.xlsb/.ods/.csv/.tsv file (~ is expanded)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states what the tool returns (sheet names, size, header row, column types, samples) and implies a read-only overview operation, but it does not explicitly say whether it modifies anything, how errors are handled, or how 'size' and 'samples' are defined. This is adequate but not deeply transparent.

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?

Two sentences with no filler. The first sentence leads with when to call the tool and the prohibition on built-in readers, and the second compactly lists the returned overview contents. Every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter overview tool, the description covers the trigger, the supported file types, and the key return elements. It lacks an explicit output structure and more detail on relationship to sibling sheet tools, but it is sufficient for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents the single required path parameter with supported extensions and tilde expansion. The description only restates 'any spreadsheet or CSV file path,' adding no new semantic detail beyond the schema, so the baseline 3 is appropriate.

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?

The description clearly identifies this as the entry point for spreadsheet and CSV files and specifies the exact overview contents: sheet names, size, header row, column types, and samples. It distinguishes from built-in file readers, but it does not explicitly contrast it with sibling tools like sheet_read or sheet_query, so it stops just short of full differentiation.

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

Usage Guidelines4/5

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

It explicitly says to call this tool for any spreadsheet or CSV file path and warns that built-in file readers cannot parse spreadsheets and must not be used. 'Start here' gives a clear sequencing cue, but it does not name the sibling alternatives for subsequent data access, so the guidance is strong yet not fully alternative-aware.

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