Skip to Content
ResourcesIntegrationsProductivity & DocsMicrosoft OneDrive

Microsoft OneDrive

Service domainCLOUD STORAGE
Microsoft OneDrive icon
Arcade Optimized

Arcade.dev LLM tools for Microsoft OneDrive

Author:Arcade
Version:0.3.0
Auth:User authorization via the Microsoft auth provider
11tools

Microsoft OneDrive provider for Arcade.dev exposes LLM-accessible operations to manage files, folders, sharing, search, and drive/user metadata in a user's OneDrive. It enables automation of common workflows—creating, moving, copying, deleting, listing, searching, and sharing items—plus monitoring async operations like large-file copies.

Capabilities

  • Unified file and folder lifecycle management (create/move/copy/delete/list) with async copy status tracking.
  • Content discovery and indexing-aware search across the user's drive and items shared with them.
  • Share link creation and shared-item workflows without exposing individual tool signatures.
  • Drive and user metadata introspection (quota, owner, environment).

OAuth

  • Provider: microsoft
  • Scopes: Files.Read, Files.ReadWrite, User.Read

Available tools(11)

11 of 11 tools
Operations
Behavior
Tool nameDescriptionSecrets
Copy a file or folder. Returns a completed item or an operation id.
Create a new folder in OneDrive.
Create a share link for a OneDrive item.
Delete a file or folder from OneDrive.
Check status of an async copy operation using the token returned by copy_item.
Get metadata about the user's OneDrive (id, name, quota, owner).
List files shared with the current user.
List files and folders in a OneDrive folder. Lists root if folder_id is omitted.
Move a file or folder to a new location in OneDrive.
Search for files and folders in the user's OneDrive. It may take a few seconds to minutes for the search index to update with newly created items.
Get information about the current user and their OneDrive environment.
Last updated on