You're viewing a demo portfolio

Join the waitlist
PRSM

onedrive_list_files

Active

Tool of Onedrive

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Onedrive

https://github.com/pipeworx-io/mcp-onedrive

1/7 registries
View full server →
onedrive_list_files — Onedrive — PRSM MCP