> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get OneDrive Info

> Returns the user's OneDrive metadata — name, type, owner, and storage quota.

`onedrive_get_drive`

Returns the current user's OneDrive metadata, including the drive name, type, owner, and storage quota (used, remaining, and total).

## Parameters

| Parameter         | Type   | Required | Description                                        |
| ----------------- | ------ | -------- | -------------------------------------------------- |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`. |

## Returns

A drive object with `id`, `name`, `driveType`, `webUrl`, `owner.user.displayName`, `owner.user.email`, and `quota` (containing `total`, `used`, `remaining`, and `state`).

## Example use

> "How much storage do I have left in OneDrive?"
