Microsoft SharePoint
Microsoft SharePoint is a powerful AI connector that enables seamless access to your organization's documents, sites, and shared content directly from SharePoint. It helps teams quickly find files, collaborate efficiently, and stay aligned by leveraging real-time data from SharePoint libraries and sites.
Features
- Instantly search and retrieve documents and files across SharePoint sites and libraries.
- Access shared folders, team sites, and document libraries in one unified interface.
- Leverage intelligent search to locate relevant content using natural language queries.
- Sync with your existing Microsoft 365 SharePoint environment securely.
- Enable real-time document access and collaboration across teams.
Benefits
- Improves productivity by centralizing document discovery and access.
- Enhances collaboration with seamless access to shared team content.
- Reduces time spent searching for files across multiple SharePoint sites.
- Ensures up-to-date insights with real-time access to organizational documents.
- Strengthens knowledge management through structured and searchable content.
Available tools
17 actions available as tools
Get folder children
Use this tool for SharePoint document libraries or when you need to specify a drive.Enumerates Top 20 files and folders (DriveItems) contained within a specified parent folder in a Document Library (also referred to as a Drive).
Read small text file
Use this tool for SharePoint document libraries or when you need to specify a drive.Read i.e. download a text file of size less than 5MB from a specific Document Library (or Drive).You need to provide a fileId (driveItemId of a File) and a documentLibraryId to identify the file.
List document libraries in site
List Document Libraries (also called Drives) in the specified Sharepoint Site.If not specified, the root site will be used.
Create folder
Use this tool for SharePoint document libraries or when you need to specify a drive.Create a new folder (represented as a DriveItem) within a specified Document Library (also referred to as a Drive) as a child of the specified parent folder.
Delete file or folder
Use this tool for SharePoint document libraries or when you need to specify a drive.Delete a file or a folder (also referred to as DriveItems) from a specified Document Library (also referred to as a Drive).
Create small text file
Use this tool for SharePoint document libraries or when you need to specify a drive.Create or upload a text file of size less than 5MB to a specific Document Library (or Drive).You can upload it to a specific folder on the DocumentLibrary.If no folder is specified, the file will be uploaded to the root folder of the Document Library.
Move small file
Use this tool for SharePoint document libraries or when you need to specify a drive.Move a file (also referred to as a DriveItem) located in a specified Document Library (also referred to as a Drive) to another folder.This tool only supports moves for files less than 5MB and moves that are within the same site.Files cannot be moved between Drives using this request.
Find site
Find Sharepoint Sites accessible to the user.This tool can either find specific site based on a search query you pass itOr find the top 20 relevant sites accesible by the user if you don't pass it a search query.
Create small binary file
Create a binary file of size less than 5MB by base64 encoding its content to a specific Document Library (or Drive).You can create it in a specific folder on the DocumentLibrary.If no folder is specified, the file will be created in the root folder of the Document Library.
Get file or folder metadata
Use this tool for SharePoint document libraries or when you need to specify a drive.Get metadata of a file or a folder (also referred to as DriveItems) from a specified Document Library (also referred to as a Drive) in SharePoint.
Find file or folder
Finds a file or a folder (also called as a DriveItem) accessible to a user by passing a search query.
Get default document library in site
Get the default Document Library (also called Drive) in a Sharepoint Site.If not specified, the root site will be used.
Set sensitivity label on file
Use this tool for SharePoint document libraries or when you need to specify a drive.Set the sensitivity label of a file (specified by the fileId also called driveItemId) from the specified Document Library (also referred to as a Drive).
Share file or folder
Use this tool for SharePoint document libraries or when you need to specify a drive.Sends a sharing invitation to grant read/write permissions on a file or folder (DriveItem) within a specified Document Library (Drive).Supports assigning roles and notifying recipients.
Read small binary file
Use this tool for SharePoint document libraries or when you need to specify a drive.Read a binary file of size less than 5MB from a specific Document Library (or Drive).You need to provide a fileId (driveItemId of a File) and a documentLibraryId to identify and download the file.The file content will be returned as a base64 encoded string.
Get file or folder metadata by url
Get metadata of a file or a folder (also referred to as DriveItems) from a sharing URL.Only users with existing explicit permissions to access the file will be allowed to get the metadata of the file.
Rename file or folder
Use this tool for SharePoint document libraries or when you need to specify a drive.Rename a file or a folder (also referred to as DriveItems) within a specified Document Library (also referred to as a Drive).Note: The new name must comply with naming conventions.