Inputs
SelectItem
Output
Type:List[Dict]
Returns the site’s document libraries. Use drive_id with the file nodes.
Fields: drive_id, name, drive_type, urlDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the document libraries (drives) of a SharePoint site or the user’s OneDrive
| App | Microsoft SharePoint |
| Operation ID | sharepoint_list_drives |
| Type | Action |
| Connection | sharepoint (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
site | string or SelectItem | Yes | - | The site to list document libraries for: a site id from list_sites, ‘me’ for the user’s own OneDrive, or a pasted SharePoint site link like https://tenant.sharepoint.com/sites/Markifact. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
List[Dict]
Returns the site’s document libraries. Use drive_id with the file nodes.
Fields: drive_id, name, drive_type, url