OneDrive
for LuumenAI

Read files, permissions, and versions in OneDrive, and change them as approved steps

Connect OneDrive and Luumen can pull the files your team already keeps there — runbooks, incident reports, capacity spreadsheets — along with their metadata, permissions, and earlier versions. Reads answer right away. Changes like sharing links, permission grants, copies, and deletions are previewed and sent for approval first.

The OneDrive toolbox

86 tools: 48 read, 38 write. Reads answer instantly. Writes require approval by default. Everything is logged.

  • ReadDownload a fileDownloads a file from a user's OneDrive using its item ID, which must refer to a file and not a folder.
  • ReadDownload file by pathDownloads the contents of a file from OneDrive by its path.
  • ReadDownload item as formatDownload the contents of a driveItem converted to a specific format (e.g., PDF or HTML).
  • ReadDownload Drive Item Version ContentDownload the contents of a specific previous version of a drive item (file).
  • ReadGet document commentsExtracts comments from a Word .docx file in OneDrive.
  • ReadGet DriveRetrieves the properties and relationships of a Drive resource by its unique ID.
  • ReadGet DriveItem by Sharing URLResolve a OneDrive/SharePoint sharing URL (or shareId) to a DriveItem with driveId and itemId.
  • ReadGet Drives FollowingRetrieve a specific followed driveItem from a drive.
  • ReadGet Group DriveRetrieve the document library (drive) for a Microsoft 365 group.
  • ReadGet Item MetadataRetrieves the metadata of a DriveItem by its unique ID.
  • ReadGet Item PermissionsRetrieves the permissions of a DriveItem by its unique ID within a specific Drive.
  • ReadGet Item ThumbnailsRetrieve the thumbnails associated with a DriveItem.
  • ReadGet Item VersionsRetrieve the version history of a DriveItem by its unique ID.
  • ReadGet Drive Root FolderRetrieve metadata for the root folder of the signed-in user's OneDrive.
  • ReadGet Shared Item by ShareIdAccess a shared DriveItem or collection of shared items using a shareId or encoded sharing URL.
  • ReadGet SharePoint List ItemsGet the items (list items) within a specific SharePoint list on a site.
  • ReadGet Site DetailsRetrieves metadata for a specific SharePoint site by its ID.
  • ReadGet SharePoint Site Page ContentGets the content of a modern SharePoint site page.
  • ReadGet Drive Special FolderRetrieve a special folder in OneDrive by name.
  • ReadGet User ProfileRetrieves the properties and profile information for a specific Microsoft user by their user ID or user principal name.
  • ReadGet Workbook Used RangeRetrieves the used range of a worksheet in an Excel workbook stored in OneDrive or SharePoint without requiring the caller to know an explicit A1 range address.
  • ReadGet Workbook WorksheetRetrieves a specific worksheet from an Excel workbook stored in OneDrive or SharePoint using Microsoft Graph API.
  • ReadInspect Workbook TableRead a workbook table's occupied range and one page of its columns.
  • ReadList Drive ActivitiesRetrieve recent activities on the authenticated user's OneDrive.
  • ReadList All Drive ItemsLists a complete OneDrive or SharePoint drive safely, one Microsoft Graph delta page per invocation.
  • ReadList Drive BundlesRetrieve a list of bundle resources from a specified drive.
  • ReadList DrivesRetrieve a list of Drive resources available to the authenticated user, or for a specific user, group, or site.
  • ReadList Folder ChildrenList the direct children (files/folders) of a OneDrive/SharePoint folder by DriveItem ID or path.
  • ReadList Drive Item ActivitiesList recent activities for a specific item in a OneDrive drive.
  • ReadList OneDrive Shared ItemsList files shared from other people's OneDrive accounts using Microsoft Graph Search match-all and a OneDrive-personal URL heuristic.
  • ReadList Root Drive ChangesList changes in the root of the user's primary drive using a delta token.
  • ReadList Shares PermissionRetrieve permission details for a shared OneDrive or SharePoint item using a share ID.
  • ReadList SharePoint Item PermissionsList Microsoft Graph beta permissions from a SharePoint list or list item.
  • ReadList SharePoint List Items DeltaTrack changes to items in a SharePoint list using a delta query.
  • ReadList Site ColumnsList all column definitions for a SharePoint site.
  • ReadList Site Drive Items DeltaTrack changes to DriveItems in the default document library of a SharePoint site.
  • ReadList Site ListsList all lists under a specific SharePoint site.
  • ReadList Site SubsitesList all subsites of a SharePoint site.
  • ReadList SubscriptionsList the current subscriptions for the authenticated user or app.
  • ReadList Workbook WorksheetsRetrieves a list of all worksheets in an Excel workbook stored in OneDrive or SharePoint.
  • ReadFind ItemNon-recursively finds an item (file or folder) in a specified OneDrive folder; if `folder` is provided as a path, it must actually exist.
  • ReadFind FolderFinds folders by name within an accessible parent folder in OneDrive, or lists all its direct child folders if no name is specified.
  • ReadList OneDrive itemsRetrieves one page of files and folders as `driveItem` resources from the root of a specified user's OneDrive.
  • ReadPreview Drive ItemGenerates or retrieves a short-lived, permission-bound embeddable URL for a preview of a specific item.
  • ReadRead Workbook RangeReads a range of cells from an Excel workbook worksheet stored in OneDrive or SharePoint using Microsoft Graph API.
  • ReadSearch Drive ItemsSearch OneDrive and accessible SharePoint files with Microsoft Graph Search.
  • ReadSearch ItemsSearch OneDrive for files and folders by keyword.
  • ReadSearch SharePoint SitesSearch SharePoint sites visible to an organizational Microsoft account.
  • WriteAdd Workbook WorksheetAdds a new worksheet to an existing Excel workbook in OneDrive or SharePoint. Approval by default
  • WriteCheck In Drive ItemCheck in a checked out driveItem resource, making the version of the document available to others. Approval by default
  • WriteCheckout Drive ItemCheck out a driveItem to prevent others from editing it and make your changes invisible until checked in. Approval by default
  • WriteClear Workbook RangeClears values, formats, or both from a worksheet range in an Excel workbook stored in OneDrive or SharePoint without deleting cells or shifting neighboring data. Approval by default
  • WriteClose Workbook SessionClose an Excel workbook session without deleting the workbook. Approval by default
  • WriteCopy ItemCopy a DriveItem (file or folder) to a new location asynchronously. Approval by default
  • WriteCreate Drive Item PermissionCreate a new permission on a OneDrive drive item. Approval by default
  • WriteCreate Sharing LinkCreate a sharing link for a DriveItem (file or folder) by its unique ID. Approval by default
  • WriteCreate SharePoint List ItemCreate an item in a SharePoint list using Microsoft Graph through the OneDrive connection. Approval by default
  • WriteCreate Workbook SessionCreate a persistent or temporary session for an Excel workbook. Approval by default
  • WriteDelete ItemDelete a DriveItem (file or folder) by its unique ID from the authenticated user's OneDrive. Approval by default
  • WritePermanently Delete Drive ItemPermanently delete a driveItem by its ID without moving it to the recycle bin. Approval by default
  • WriteDelete Drive Item PermissionDelete a permission from a drive item. Approval by default
  • WriteDelete Shares PermissionDelete the permission navigation property for a shared drive item. Approval by default
  • WriteDelete SharePoint Item PermissionRevoke a Microsoft Graph beta permission from a SharePoint list or list item. Approval by default
  • WriteDelete Workbook RangeDeletes a range of cells from a worksheet in an Excel workbook stored in OneDrive. Approval by default
  • WriteDelete Workbook WorksheetDeletes a worksheet from a workbook in OneDrive by its ID or name. Approval by default
  • WriteDiscard CheckoutDiscard the checkout of a driveItem, releasing it and discarding any changes made while checked out. Approval by default
  • WriteFollow Drive ItemFollow a driveItem (file or folder) in OneDrive or SharePoint. Approval by default
  • WriteFormat Workbook RangeApply dimensions, alignment, wrapping, font, fill, and borders to a workbook range. Approval by default
  • WriteGrant Shares PermissionGrant users access to a link represented by a permission using an encoded sharing URL. Approval by default
  • WriteGrant SharePoint Item PermissionGrant an application permission on a SharePoint list or list item using Microsoft Graph beta. Approval by default
  • WriteInvite User to Drive ItemInvite users or grant permissions to a specific item in a OneDrive drive. Approval by default
  • WriteMove ItemMove a file or folder to a new parent folder in OneDrive. Approval by default
  • WriteCreate folderCreates a new folder in the user's OneDrive with configurable conflict behavior, optionally within a specified parent_folder (by ID or full path from root) which, if not the root, must exist and be… Approval by default
  • WriteCreate a new text fileCreates a new plain-text file with specified content in the authenticated user's personal OneDrive, using either the folder's unique ID or its absolute path relative to the user's OneDrive root… Approval by default
  • WriteUpload fileUploads a file to a specified OneDrive folder, automatically creating the destination folder if it doesn't exist, renaming on conflict, and supporting large files via chunking. Approval by default
  • WriteRestore Deleted ItemRestore a deleted OneDrive driveItem (file or folder) from the recycle bin. Approval by default
  • WriteRestore Item VersionRestores a previous version of a DriveItem (file) by creating a new version with the content of the specified version. Approval by default
  • WriteDelete Drive FollowingUnfollow a driveItem by removing it from the user's followed items collection. Approval by default
  • WriteUpdate Drive Item MetadataUpdate the metadata of a specific item (file or folder) in OneDrive. Approval by default
  • WriteUpdate Drive Item PermissionsUpdate the roles of an existing permission on a OneDrive drive item. Approval by default
  • WriteUpdate File ContentUpdate an existing file's content in OneDrive. Approval by default
  • WriteUpdate SharePoint Item PermissionUpdate an application permission on a SharePoint list or list item using Microsoft Graph beta. Approval by default
  • WriteUpdate SharePoint List Item FieldsUpdate field values on a SharePoint list item using Microsoft Graph through the OneDrive connection. Approval by default
  • WriteUpdate Workbook RangeUpdates a range in a workbook worksheet using Microsoft Graph API. Approval by default
  • WriteUpdate Workbook WorksheetUpdates properties of a worksheet in an Excel workbook stored in OneDrive. Approval by default
  • WriteWrite Workbook CellUpdates the value, formula, or format of a specific cell in an Excel workbook stored in OneDrive. Approval by default

One prompt, start to finish

What a governed OneDrive run looks like inside Luumen.

Questions

How does LuumenAI connect to OneDrive?

Authorize once with OAuth 2.0. Luumen lists the scopes each action needs before you approve the connection, and credentials never appear in the chat.

Can LuumenAI change things in OneDrive on its own?

Read actions answer immediately. Anything that writes — add workbook worksheet, check in drive item, checkout drive item, clear workbook range, and more — is shown as a plan and requires approval by default, including the 12 actions classified as destructive. Administrators configure that per tool, so you decide exactly which actions can ever run unattended.

Who gets access to the integration?

You decide. Actions are granted per agent, skill, and team, and per environment — production is not staging. Read access can be broad while writes stay narrow.

Is there an audit trail?

Every call to OneDrive — read or write, approved or declined — is recorded with the actor, the input, and the result, and can be linked to the ticket or change record.

Put OneDrive to work with Luumen

Connect in minutes. Every action scoped, approved, and audited from day one.