> ## 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.

# Laufwerk abrufen

`onedrive_get_drive`

Gibt Metadaten des OneDrive der Person zurück: Name, Typ, Eigentümer:in und Speicherkontingent.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                |
| ----------------- | ------ | ------------ | --------------------------- |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`. |

## Rückgabewert

Laufwerksobjekt mit `id`, `name`, `driveType`, `webUrl`, `owner.user.displayName`, `owner.user.email`, `quota`.

## Beispielverwendung

> "Wie viel Speicherplatz habe ich noch in OneDrive?"
