Skip to main content
Server path: /microsoft-365-drive | Type: Application | PCID required: Yes

Tools


microsoft-365-drive_copy_drive_item

Copy a drive item Parameters:

microsoft-365-drive_create_drive_folder

Create a new folder Parameters:
Create a sharing link for a drive item Parameters:

microsoft-365-drive_delete_item

Delete a drive item Parameters:

microsoft-365-drive_download_file

Download a OneDrive file by item ID. In an agent chat it returns a downloadable file artifact (a signed url plus id/filename/mimeType); in workflow/no-chat mode it returns the file content as base64. For supported document types (PDF, DOCX, PPTX, XLSX) also returns extracted text. Parameters:

microsoft-365-drive_filter_files_by_extension

Find files in OneDrive with a given file extension (e.g. “pdf”, “xlsx”), searching recursively from a starting folder up to a depth limit. Parameters:

microsoft-365-drive_get_item

Get a drive item Parameters:

microsoft-365-drive_get_item_by_path

Get a OneDrive item (file or folder) by its path, e.g. “Documents/report.pdf”. Useful when you know the path but not the item ID. Parameters:

microsoft-365-drive_get_my_drive

Get my OneDrive Parameters:

microsoft-365-drive_get_shared_items

List items (files and folders) that other people have shared with the signed-in user. Parameters:

microsoft-365-drive_list_drive_item_children

List contents of a folder Parameters:

microsoft-365-drive_list_folder_contents

Recursively list the contents of a OneDrive folder (and its subfolders) up to a depth limit. Use folder_path "" or omit it to start at the drive root. Parameters:

microsoft-365-drive_list_my_drive_root_items

List files and folders in OneDrive root Parameters:

microsoft-365-drive_search_my_drive

Search OneDrive Parameters:

microsoft-365-drive_update_drive_item

Rename or move a drive item Parameters:

microsoft-365-drive_upload_file

Upload a file to OneDrive at the given path. Provide the file content as a base64-encoded string. Creates the file or replaces it if one already exists at that path. Parameters: