Microsoft OneDrive · Capability
Microsoft OneDrive API (Microsoft Graph) — DriveItems
Microsoft OneDrive API (Microsoft Graph) — DriveItems. 10 operations. Lead operation: Get driveItem by id. Self-contained Naftiko capability covering one Microsoft Onedrive business surface.
What You Can Do
GET
Getdriveitem
— Get driveItem by id
/v1/drives/{driveid}/items/{itemid}
PATCH
Updatedriveitem
— Update driveItem
/v1/drives/{driveid}/items/{itemid}
DELETE
Deletedriveitem
— Delete driveItem
/v1/drives/{driveid}/items/{itemid}
GET
Listdriveitemchildren
— List children of driveItem
/v1/drives/{driveid}/items/{itemid}/children
POST
Createfolder
— Create folder in driveItem
/v1/drives/{driveid}/items/{itemid}/children
GET
Downloaddriveitemcontent
— Download file content
/v1/drives/{driveid}/items/{itemid}/content
PUT
Uploaddriveitemcontent
— Upload file content (small file replace)
/v1/drives/{driveid}/items/{itemid}/content
POST
Copydriveitem
— Copy driveItem
/v1/drives/{driveid}/items/{itemid}/copy
GET
Getdriveroot
— Get root driveItem of a drive
/v1/drives/{driveid}/root
GET
Listdriverootchildren
— List children of root
/v1/drives/{driveid}/root/children
MCP Tools
get-driveitem-id
Get driveItem by id
read-only
idempotent
update-driveitem
Update driveItem
idempotent
delete-driveitem
Delete driveItem
idempotent
list-children-driveitem
List children of driveItem
read-only
idempotent
create-folder-driveitem
Create folder in driveItem
download-file-content
Download file content
read-only
idempotent
upload-file-content-small-file
Upload file content (small file replace)
idempotent
copy-driveitem
Copy driveItem
get-root-driveitem-drive
Get root driveItem of a drive
read-only
idempotent
list-children-root
List children of root
read-only
idempotent