Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

get_workbook_metadata

Extract metadata from Excel workbooks, including sheet details and optional range information, using the xlwings Excel MCP Server for secure file manipulation in corporate environments.

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/hyunjae-labs/xlwings-mcp-server'

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