OneDrive List Files
onedrive_list_filesLists files and folders in a OneDrive path. Use onedrive_root to find valid paths. Returns up to limit entries (default 1000, max 5000); large folders are truncated with a note — narrow the path for more specific results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the OneDrive folder | |
| limit | No | Max entries to return (default 1000, max 5000). Folders with more entries are truncated; the response sets truncated=true and reports the total. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | No | Entries returned in this response. | |
| items | No | ||
| total | No | Total entries in the folder. | |
| truncated | No | True when total exceeds the limit. |