Skip to main content

At a glance

  • Availability: Enabled by default.
  • Auth: OAuth 2.0.
  • Connection: A user authorizes the connection in the provider’s consent screen.
  • Scopes: Sites.Read.All, Sites.ReadWrite.All, Files.Read.All, Files.ReadWrite.All, offline_access.

Credentials

Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.
VariableRequiredDescription
MICROSOFT_CLIENT_IDYesMicrosoft Azure App Client ID (shared with Outlook/Teams) Docs.
MICROSOFT_CLIENT_SECRETYesMicrosoft Azure App Client Secret Docs.

Tools

ToolAccessDescription
List SharePoint SitesReadList all SharePoint sites the user has access to
Get Site DetailsReadGet detailed information about a specific SharePoint site
List FilesReadList files and folders in a SharePoint document library
Get FileReadGet file metadata and content from SharePoint
Upload FileWriteUpload a file to a SharePoint document library
Search FilesReadSearch for files and folders in a SharePoint document library by name or content
Download FileReadDownload file content from a SharePoint document library

Example prompts

  • Search for documents in SharePoint sites and summarize their content.
  • Show me the most recently modified files across all SharePoint sites I have access to.
  • Help me organize and categorize documents in a SharePoint library.