Get Folder
folder_getGet metadata for a OneDrive folder, including child count and web URL, by providing account ID and either folder ID or path.
Instructions
📖 Get metadata for a specific OneDrive folder (read-only, safe for unsupervised use)
Returns folder details including child count and web URL.
Args: account_id: Microsoft account ID folder_id: Folder ID (takes precedence if provided) path: Folder path (e.g., "/Documents/Projects")
Returns: Folder metadata including childCount, webUrl, and parent info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| folder_id | No | ||
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||