SharePoint and OneDrive file operations — find, upload, download, share, and organize files in SharePoint sites and document libraries via Graph API
sharepoint_list_sites to discover available sites.sharepoint_list_drives to find the right one. The default library is usually named "Documents".sharepoint_list_files to browse folder contents, or sharepoint_search_files for keyword-based search.sharepoint_search_files searches across file names and contentsharepoint_list_sites — List all SharePoint sites accessible to the usersharepoint_list_drives — List document libraries within a sitesharepoint_list_files — List files and folders within a drive or folder pathsharepoint_download_file — Download a file's contents by drive ID and item IDsharepoint_upload_file — Upload a file to a specific drive and folder pathsharepoint_search_files — Search for files by keyword across a sitesharepoint_get_file_info — Get metadata for a specific filesharepoint_create_folder — Create a new folder in a drivesharepoint_share_file — Create a sharing link for a filedownload_attachment — Download from any attachment URL (Graph or DevOps)list_conversation_attachments — List files shared in Teams chatslist_workitem_attachments — List attachments on an Azure DevOps work itemteams_share_file to send SharePoint files in Teams chat