list_drive_items
Retrieve files and folders from a OneDrive directory, with options to filter by path, sort order, and maximum results.
Instructions
List files and folders in OneDrive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path (empty for root) | |
| orderBy | No | Sort order: name, size, lastModifiedDateTime (default: name) | |
| maxResults | No | Maximum results (default: 100) |