Excel MCP Server

data_summary

Extract and generate a detailed summary of data from Excel files by specifying the file path and sheet name using the MCP server’s tools for efficient analysis.

Instructions

Generate a comprehensive summary of the data in an Excel file. Args: file_path: Path to the Excel file sheet_name: Name of the sheet to summarize (for Excel files) Returns: Comprehensive data summary as string

Input Schema

NameRequiredDescriptionDefault
file_pathYes
sheet_nameNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "sheet_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sheet Name" } }, "required": [ "file_path" ], "title": "data_summaryArguments", "type": "object" }

You must be authenticated.

Other Tools from Excel MCP Server

Related Tools

ID: vda5rccucp