Skip to main content
sharepoint_list_drives Lists all document libraries (drives) within a given SharePoint site. Returns the drive IDs you need to browse files and folders with sharepoint_list_folder or sharepoint_get_drive.

Parameters

Returns

An object containing a drives array, a count, and the site_id. Each drive entry includes its id, name, driveType, and webUrl.

Example use

“List all document libraries in the Finance SharePoint site.”