Skip to main content
Glama

excel_sheet_to_json

Converts XLSX/XLS files into structured JSON matrices, bypassing #REF! and #DIV/0! formula errors to supply clean data for downstream workflows.

Instructions

Fault-tolerant XLSX/XLS parser that ignores formula calculation errors (#REF!, #DIV/0!) and outputs structured JSON matrices. (0.015 USDC on Base L2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesInput parameters or JSON string payload for the tool execution
paymentSignatureNoBase L2 USDC micropayment signature or transaction hash for x402 settlement

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose fault tolerance and formula-error handling, plus the payment cost. However, it does not explain failure behavior, input limitations, or how multiple sheets are handled.

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 one concise sentence plus a parenthetical cost note. It front-loads the core function and every phrase earns its place.

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

Completeness3/5

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

For a simple conversion tool, the description covers the core purpose, output format, and a notable behavioral guarantee. However, with no output schema and no explanation of the input payload structure, an agent might still be unsure how to correctly invoke it. The description is adequate but not fully complete.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds context about the tool's purpose but does not explain what keys the payload should contain, how the spreadsheet should be encoded, or how sheet selection works. Since the schema is also generic, the description adds only marginal parameter-level 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 a specific verb and resource: parses XLSX/XLS files and outputs structured JSON matrices. It also adds distinguishing detail about fault tolerance and ignoring formula errors, which sets it apart from other conversion utilities.

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?

The description makes the intended use case clear: converting Excel spreadsheets to JSON. It does not explicitly name alternatives or exclusions, but the conversion intent is obvious enough that an agent knows when to select this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools