Skip to main content
Glama

Simple Document Processing MCP Server

excel_read

Convert Excel files to JSON format using this tool from the Simple Document Processing MCP Server. Preserve file structure and optionally include headers for streamlined data integration.

Instructions

Read Excel file and convert to JSON format while preserving structure

Input Schema

NameRequiredDescriptionDefault
includeHeadersNoWhether to include headers in the output
inputPathYesPath to the input Excel file

Input Schema (JSON Schema)

{ "properties": { "includeHeaders": { "default": true, "description": "Whether to include headers in the output", "type": "boolean" }, "inputPath": { "description": "Path to the input Excel file", "type": "string" } }, "required": [ "inputPath" ], "type": "object" }

Other Tools from Simple Document Processing MCP Server

Related Tools

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/cablate/mcp-doc-forge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server