Microsoft OneDrive MCP connector
Microsoft OneDrive is Microsoft's cloud storage service for backing up, accessing, editing, and sharing files across devices. The Microsoft OneDrive MCP connector allows AI agents to search for files, manage file and folder structures, download and share content, and create sharing links. It also supports copying files, renaming items, retrieving file metadata, and organizing storage across your OneDrive environment.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Microsoft OneDrive MCP connector to perform the following actions:
- Organize shared documents by creating folders and moving files across projects
- Generate shareable links to files and folders for secure team collaboration
- Find documents quickly by searching OneDrive by filename or content keywords
- Automate file updates by renaming, copying, and deleting outdated versions
- Retrieve file details and folder structures to track document metadata and organization
- Download file content to integrate documents into downstream business processes
- Maintain compliance by managing folder hierarchies and organizing sensitive documents
Example prompts
Use the following example prompts to invoke Microsoft OneDrive MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all PDF files in my OneDrive from the sales folder.Create a sharing link for the Q4 budget spreadsheet in OneDrive.Find all documents containing 'invoice' in my OneDrive.Copy the marketing campaign folder to a new project directory in OneDrive.Delete the old draft proposal files from my OneDrive.Rename all files in the client folder to include today's date.Get the metadata for the latest project report in OneDrive.Create a new folder called 'Archive' in my OneDrive root.Download the contract PDF from my OneDrive and attach it to the email.Show me what files and subfolders are in the contracts directory.
Microsoft OneDrive MCP connector tools
The Microsoft OneDrive MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| microsoftonedrive_microsoftonedrivesearchfiles_invoke | Searches OneDrive for files matching specified criteria and returns matching results. |
| copyFile | Creates a duplicate copy of a file in OneDrive. |
| getFile | Retrieves metadata and properties for a specific file. |
| deleteFile | Permanently removes a file or folder from OneDrive. |
| renameItem | Changes the name of a file or folder. |
| downloadFile | Retrieves the contents of a file for local access. |
| shareFile | Generates a shareable link for a file with specified permissions. |
| searchFiles | Looks up files in OneDrive using search terms or filters. |
| createFolderInRoot | Creates a new folder at the top level of OneDrive. |
| createFolder | Creates a new folder in a specified location. |
| getFolderChildren | Lists all files and folders contained within a specific folder. |
| shareFolder | Generates a shareable link for a folder with specified permissions. |