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

# Dateimetadaten abrufen

`sharepoint_get_file_metadata`

Gibt Name, Größe, MIME-Typ, Zeitstempel und URLs zurück - ohne den Inhalt herunterzuladen.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                |
| ----------------- | ------ | ------------ | --------------------------- |
| `drive_id`        | string | Ja           | ID des Laufwerks.           |
| `item_id`         | string | Ja           | Element-ID.                 |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`. |

## Rückgabewert

Ein `DriveItem`-Objekt mit `id`, `name`, `webUrl`, `size`, `createdDateTime`, `lastModifiedDateTime`, `file.mimeType`, `folder.childCount` und `parentReference`.

## Beispielverwendung

> "Wie groß ist das Element `01ABC123` im Laufwerk `b!xyz`?"
