Microsoft OneDrive (Graph) for your agents.
Connect Microsoft OneDrive (Graph) once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Microsoft OneDrive (Graph).
What agents can do with Microsoft OneDrive (Graph)
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
microsoft-onedrive_get_drive_rootCheck the connection: returns the root drive and its metadata (used space, total quota, owner).
microsoft-onedrive_list_childrenList files and folders in a drive item. Use "root" for the top-level folder or a folder id.
microsoft-onedrive_get_itemGet file or folder metadata by id. Returns name, size, type, download URL, timestamps, and sharing info.
microsoft-onedrive_search_itemsSearch for files and folders in OneDrive by query text.
microsoft-onedrive_create_folderCreate a new folder in a parent folder. `name` is the folder name. `parent_id` is the parent folder id or "root".
microsoft-onedrive_upload_small_fileUpload a file smaller than 4 MB. Use PUT with the file name as the path segment and binary content as the body. For larger files use the upload session API.
microsoft-onedrive_delete_itemDelete a file or folder by id (moves to recycle bin).
microsoft-onedrive_update_itemUpdate a file or folder's metadata (name, description) by id.
microsoft-onedrive_copy_itemCopy a file or folder to a new parent folder. Returns an async monitor URL in the Location header.
microsoft-onedrive_get_thumbnailsGet thumbnail URLs for a file by its id.
microsoft-onedrive_create_sharing_linkCreate a sharing link for a file or folder. `type` can be view, edit, or embed.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Microsoft's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Microsoft Entra app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Microsoft OneDrive to Even: call connect_begin("microsoft-onedrive") on the even-connect MCP and walk me through it.
List OneDrive files and folders and create new folders for file organization.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.