Microsoft SharePoint is a service that helps organizations share content
sharepoint.searchfiles
query
(TEXT, Required): The filename / query to search for in SharePoint. The search is not case-insensitive and will return all items that match partially contain the input name. For example, you can search for specific documents like ‘Budget 2023’, ‘Project proposal’, or ‘Meeting notes’sharepoint.searchSharePoint
query
(TEXT, Optional): Search query for documentssharepoint.listfilesinfolder
folderId
(TEXT, Required): Folder configuration as JSON string with siteId, driveId, and/or folderId. Examples: siteId’:‘site-id’,‘folderId’:‘folder-id for a specific folder, siteId’:‘site-id for site root, or siteId’:‘site-id’,‘driveId’:‘drive-id for drive root.
parent
(TEXT, Required): Parent folder informationsharepoint.downloadFile
parent
(TEXT, Required): Parent folder information
itemId
(TEXT, Required): Item ID of the file to downloadsharepoint.downloadSharePointFile
parent
(OBJECT, Required): Parent object of the SharePoint file
itemId
(TEXT, Required): Item ID of the file to downloadIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |