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

# Site-Details abrufen

`sharepoint_get_site`

Gibt die vollständigen Metadaten einer einzelnen SharePoint-Site anhand ihrer ID zurück.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                                                     |
| ----------------- | ------ | ------------ | ---------------------------------------------------------------- |
| `site_id`         | string | Ja           | SharePoint-Site-ID. Format: `"tenant.sharepoint.com,guid,guid"`. |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`.                                      |

## Rückgabewert

Das Site-Objekt mit `id`, `displayName`, `webUrl`, `name`, `description`, `createdDateTime` und `lastModifiedDateTime`.

## Beispielverwendung

> "Zeig mir die Details zur Site `contoso.sharepoint.com,abc123,def456`."
