onedrive_get_file
ActiveTool of Onedrive
Get full metadata for a single OneDrive (Microsoft 365) file or folder by its item id. Returns id, name, size, folder/file info, created and last-modified times, web URL, and parent reference. Use after listing or searching to inspect one document.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The OneDrive drive-item id of the file or folder."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Onedrive
https://github.com/pipeworx-io/mcp-onedrive
1/7 registries