Skip to main content
Glama

excel-mcp-server

get_workbook_metadata

Extract workbook metadata such as sheets and ranges from Excel files to analyze and organize spreadsheet data efficiently. Supports optional range inclusion for detailed insights.

Instructions

Get metadata about workbook including sheets, ranges, etc.

Input Schema

NameRequiredDescriptionDefault
filepathYes
include_rangesNo

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "include_ranges": { "default": false, "title": "Include Ranges", "type": "boolean" } }, "required": [ "filepath" ], "title": "get_workbook_metadataArguments", "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/haris-musa/excel-mcp-server'

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