Skip to main content
Glama

XLSX Reader MCP

analyze_xlsx

Extract and analyze Excel file details, including structure, data types, statistics, and sheet contents, with customizable preview options for efficient data inspection.

Instructions

Analyze Excel files to get detailed information about structure, data types, statistics, and sheet contents.

Input Schema

NameRequiredDescriptionDefault
analyzeDataTypesNoWhether to analyze data types in each column (default: true)
filePathYesPath to the Excel file to analyze
includePreviewNoWhether to include a preview of the data (default: true)
previewRowsNoNumber of rows to preview (default: 5, max: 20)

Input Schema (JSON Schema)

{ "properties": { "analyzeDataTypes": { "description": "Whether to analyze data types in each column (default: true)", "type": "boolean" }, "filePath": { "description": "Path to the Excel file to analyze", "type": "string" }, "includePreview": { "description": "Whether to include a preview of the data (default: true)", "type": "boolean" }, "previewRows": { "description": "Number of rows to preview (default: 5, max: 20)", "type": "number" } }, "required": [ "filePath" ], "type": "object" }
Install Server

Other Tools from XLSX Reader MCP

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/guangxiangdebizi/xlsx-mcp'

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