Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SHAREPOINT_CLIENT_ID | Yes | The client ID for your SharePoint app | |
SHAREPOINT_TENANT_ID | Yes | Your SharePoint tenant ID from Entra ID | |
SHAREPOINT_CLIENT_SECRET | Yes | The client secret for your SharePoint app |
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 |
---|---|
getTitle | Get the title of a SharePoint website |
getLists | Get the list of SharePoint lists along with their Titles, URLs, ItemCounts, last modified date, description and base templateID |
getListItems | Get all items from a specific SharePoint list identified by site URL and list title |
addMockData | Add mock data items to a specific SharePoint list |