Excel Reader Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
read_excel

Read content from Excel (xlsx) files

read_excel_by_sheet_name

Read content from a specific sheet by name in Excel (xlsx) files. Reads first sheet if sheet_name not provided.

read_excel_by_sheet_index

Read content from a specific sheet by index in Excel (xlsx) files. Reads first sheet (index 0) if sheet_index not provided.