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 |
|---|---|
| excel_copy_sheet | Copy existing sheet to a new sheet |
| excel_create_table | Create a table in the Excel sheet |
| excel_describe_sheets | List all sheet information of specified Excel file |
| excel_format_range | Format cells in the Excel sheet with style information |
| excel_read_sheet | Read values from Excel sheet with pagination. |
| excel_write_to_sheet | Write values to the Excel sheet |