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

# Laufwerkdetails abrufen

`sharepoint_get_drive`

Gibt Metadaten für eine bestimmte Dokumentbibliothek anhand ihrer Laufwerks-ID zurück, einschließlich Name, Typ, Web-URL und Speicherkontingent.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                           |
| ----------------- | ------ | ------------ | -------------------------------------- |
| `drive_id`        | string | Ja           | Die Laufwerks-ID.                      |
| `response_format` | string | Nein         | `"markdown"` (Standard) oder `"json"`. |

## Rückgabewert

Ein Laufwerksobjekt mit `id`, `name`, `driveType`, `webUrl` und `quota`.

## Beispielverwendung

> "Wie viel Speicherplatz ist im Laufwerk `b!abc123` übrig?"
