Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

get_workbook_metadata

Retrieve detailed metadata about Excel workbooks, including sheet names and optional range details, using the xlwings Excel MCP Server for secure and efficient workbook analysis.

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