onedrive_list_files
ActiveTool of Onedrive
List files and folders in a OneDrive (Microsoft 365) folder. Pass a folder path relative to the drive root (e.g. "Documents" or "Documents/Reports"); omit to list the root. Returns each item's id, name, size, whether it is a folder, last-modified time, and web URL. Use to browse a user's OneDrive documents.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"top": {
"type": "number",
"description": "Maximum number of items to return (default 50, max 200)."
},
"path": {
"type": "string",
"description": "Folder path relative to the OneDrive root, e.g. \"Documents\" or \"Documents/Reports\". Omit or leave empty for the root folder."
}
}
}Parent server
Onedrive
https://github.com/pipeworx-io/mcp-onedrive
1/7 registries