Excel Reader Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |