List OneDrive folders, fetch item metadata, and download files as AI context.
OneDrive is mapped and documented, but one-click connection isn't live yet — the app shows it as Coming soon. Only Google Calendar, Drive, Mail, and Tasks are connectable today; see the Standard integrations catalogue for what's live now.
| Category | 🗄️ Storage |
| Connection | Coming soon not yet connectable — once live it will connect via OAuth 2.0. |
| Actions | 15 total — 10 read, 5 write |
Once connected, OneDrive exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
Create Foldercreate-folder | Write | Create a folder in OneDrive. | — |
Create Sharing Linkcreate-sharing-link | Write | Create a share link for a file or folder. | Yes |
Delete Itemdelete-item | Write | Delete a file or folder. | Yes |
Delete Permissiondelete-permission | Write | Remove a sharing permission from an item | Yes |
Get Driveget-drive | Read | Retrieve the user drive metadata. | Yes |
Get Fileget-file | Read | Download a OneDrive file as base64-encoded bytes. | Yes |
Get File Metadataget-file-metadata | Read | Fetch a OneDrive item by ID. | Yes |
Get Permissionget-permission | Read | Retrieve a sharing permission on an item | Yes |
List Driveslist-drives | Read | List drives available to the authenticated user. | Yes |
List Fileslist-files | Read | List items in a OneDrive folder (root if no parent). | Yes |
List Folderslist-folders | Read | List OneDrive folders by name (for folder pickers). | Yes |
List Permissionslist-permissions | Read | List sharing permissions on an item | Yes |
List Versionslist-versions | Read | List versions for a file. | Yes |
Search Filessearch-files | Read | Search OneDrive files by name or content. | — |
Update Itemupdate-item | Write | Update mutable file or folder metadata. | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
OneDrive is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration — it never means unlimited. See the Integrations overview for the full governance model.