list-site-drives
list-site-drivesList document libraries (drives) in a SharePoint site by providing its site ID. Handles pagination automatically; use the returned cursor to continue viewing additional results.
Instructions
List document libraries (drives) of a SharePoint site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| siteId | Yes | Value for siteId | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |