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

# Dokumentbibliotheken auflisten

`sharepoint_list_drives`

Listet alle Dokumentbibliotheken (Laufwerke) innerhalb einer SharePoint-Site auf.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                |
| ----------------- | ------ | ------------ | --------------------------- |
| `site_id`         | string | Ja           | ID der Site.                |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`. |

## Rückgabewert

Objekt mit `drives`-Array, `count` und `site_id`. Jeder Eintrag: `id`, `name`, `driveType`, `webUrl`.

## Beispielverwendung

> "Liste alle Dokumentbibliotheken der Finance-Site auf."
