Skip to main content
Glama

Simple Document Processing MCP Server

excel_read

Convert Excel files to JSON while maintaining structure and optionally including headers using the Simple Document Processing MCP Server. Ideal for integrating spreadsheet data into applications or workflows.

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" }

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