Get a OneDrive file’s details
get_onedrive_fileGet a OneDrive item's metadata (name, type, size, modified time) and its open/download links by providing the file ID. Read-only.
Instructions
Fetch one OneDrive item’s metadata — name, type, size, modified time, a webViewLink to open it and a webContentLink to download it. Pass fileId (from list_onedrive_files). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | the OneDrive item id (from list_onedrive_files) |