onedrive_list_folder
List files and folders in a OneDrive folder by providing its path. Use to view the contents of a specific directory in OneDrive.
Instructions
List items in a OneDrive folder by path.
Args: folder_path: Path to the folder (e.g., "Documents/Projects" or "Stock Investor Accelerator")
Discovery: use onedrive_list_root or onedrive_search first when the exact folder_path is unknown.
Sibling tools: use onedrive_list_root for the top-level folder and onedrive_read_file to read a discovered file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |