Skip to main content

Overview

SharePoint tools let you list sites, inspect site metadata, browse document libraries, upload files, and download files through Microsoft Graph. They support both SharePoint site drives and the user’s OneDrive.

Key Features

  • SHAREPOINT_LIST_SITES
    • Search and list SharePoint sites.
  • SHAREPOINT_GET_SITE_INFORMATION
    • Get site metadata (id, name, URL) from a SharePoint site URL.
  • SHAREPOINT_LIST_DOCUMENTS
    • List files and folders from SharePoint document libraries or OneDrive.
  • SHAREPOINT_UPLOAD_FILE
    • Upload files to SharePoint or OneDrive (simple upload, up to 4MB).
  • SHAREPOINT_DOWNLOAD_FILE
    • Download a file from SharePoint or OneDrive. Returns a pre-authenticated download URL or base64-encoded content (max 4 MB).

Authentication

These tools require a Microsoft Graph OAuth token. Go to the Jinba secrets dashboard and connect a Microsoft account for SharePoint/OneDrive. Use the generated token in the tool config.

Example: List Sites and Upload a File