Simple Document Processing MCP Server

by cablate
Verified

excel_read

Extract and convert Excel data to JSON format with headers, enabling structured document processing for integration and analysis purposes.

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

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

ID: pb9df6lnel