Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AppId | Yes | Entra App registration ID | |
| TenantId | Yes | Microsoft 365 Tenant ID | |
| TenantUrl | Yes | Microsoft 365 Tenant URL (e.g. https://tenanttocheck.sharepoint.com/) | |
| CertificatePassword | Yes | Password for your certificate | |
| CertificateBase64Encoded | Yes | Base64 encoded value of your certificate |
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 |
|---|---|
| list-add | Creates list in the specified site |
| list-get | Gets information about the specific list |
| list-list | Gets all lists within the specified site |
| list-remove | Removes the specified list |