One drive

Browse and search OneDrive, upload and download files, create folders, copy, move, and delete items, find duplicates, and manage share links and permissions.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Arcade ListApps: See the apps the current caller can act on and whether they are connected. Returns each app's id, name, connected state, and (when connected) the account it is connected as. Call this
  • MicrosoftOnedrive CopyItem: Copy a file or folder and wait for the copy to finish, returning the new item. Microsoft Graph performs copies asynchronously; this tool polls the operation to completion w
  • MicrosoftOnedrive CreateFolder: Create a new folder in OneDrive.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Browse and search OneDrive, upload and download files, create folders, copy, move, and delete items, find duplicates, and manage share links and permissions.

Список инструментов сервера (17)

Технические названия из tools/list. Нужны только разработчикам.

Arcade_ListAppsSee the apps the current caller can act on and whether they are connected. Returns each app's id, name, connected state, and (when connected) the account it is connected as. Call this to answer "what apps do I have?" or when the caller's connection state may have changed since the session started.
MicrosoftOnedrive_CopyItemCopy a file or folder and wait for the copy to finish, returning the new item. Microsoft Graph performs copies asynchronously; this tool polls the operation to completion within a bounded budget so the caller receives the finished item directly. A stale or mistyped source id returns a structured not_found envelope (status "not_found", retryable false) rather than a fatal error, so the caller can branch on the field.
MicrosoftOnedrive_CreateFolderCreate a new folder in OneDrive.
MicrosoftOnedrive_CreateShareLinkCreate a share link for a OneDrive item. Set link_type to EDIT to let recipients change the item; use scope ORGANIZATION to keep the link inside the tenant instead of anyone-with-the-link.
MicrosoftOnedrive_DeleteItemDelete one or more files or folders from OneDrive in a single call. An item open for editing elsewhere is reported as locked and retryable rather than failing the whole batch; every requested id is attempted.
MicrosoftOnedrive_DownloadFileDownload a OneDrive file's content as base64, paging large files by byte offset. Files at or under the per-call cap return fully in one call; for larger files, re-call with offset set to the returned next_offset until is_final is true. A stale or mistyped id returns a structured not_found envelope (status "not_found", retryable false) rather than a fatal error, so the caller can branch on the field.
MicrosoftOnedrive_FindDuplicateFilesFind files that are byte-identical copies of each other across folders in one call. Groups examined files by content fingerprint and returns only the fingerprints with two or more copies, each group flagging the copy to keep and the rest as deletion candidates, so a de-dup cleanup can act without listing and grouping by hash manually. The scan walks the drive directly rather than the search index, so a file copied moments ago is seen immediately. Supply folder_id to scope the scan to a subtree (much more likely to be complete, though still bounded by limit and an internal walk cap); keywords further restrict to files whose name contains the term. When truncated is true, truncated_warning explains what was missed and how to refocus.
MicrosoftOnedrive_GetCopyStatusCheck status of an async copy operation using the token returned by copy_item.
MicrosoftOnedrive_GetItemResolve a single OneDrive file or folder's metadata directly from its id. A stale or mistyped id returns a structured not_found envelope (status "not_found", retryable false) rather than a fatal error, so the caller can branch on the field.
MicrosoftOnedrive_GetMyDriveGet metadata about the user's OneDrive (id, name, quota, owner).
MicrosoftOnedrive_GetSharedWithMeList files shared with the current user.
MicrosoftOnedrive_ListFolderItemsList files and folders in a OneDrive folder. Lists root if folder_id is omitted.
MicrosoftOnedrive_ListItemPermissionsList who can currently access a OneDrive item: every share link and direct grant on it. Use this to answer "who can see this?" and to find the permission_id needed to revoke a grant. A stale or mistyped id returns a structured not_found envelope (status "not_found", retryable false) rather than a fatal error, so the caller can branch on the field. When has_more is true, pass next_token back unchanged to fetch the remaining grants.
MicrosoftOnedrive_MoveItemMove and/or rename one or more files or folders in OneDrive in a single call. Provide new_parent_id to relocate items, new_name (single item only) to rename in place, or both. At least one must be supplied. An item open for editing elsewhere is reported as locked and retryable rather than failing the whole batch.
MicrosoftOnedrive_RevokeItemPermissionRevoke one or all anonymous sharing grants on a OneDrive item. Single-grant mode (revoke_all_anonymous=false): removes the grant identified by permission_id. An unknown item or permission id returns a structured not_found envelope rather than a fatal error. To revoke an inherited grant, target the parent folder instead. Bulk mode (revoke_all_anonymous=true): removes every anonymous (anyone-with-the-link) grant on the item in one call. revoked_count reports how many were removed; 0 means none existed.
MicrosoftOnedrive_SearchItemsSearch 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.
MicrosoftOnedrive_WhoAmIIdentify the current user and confirm OneDrive access for orientation.
One drive: подключить к Claude, ChatGPT, Cursor · Connectors.fun