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

# Get Site Details

`sharepoint_get_site`

Returns full metadata for a single SharePoint site by its ID. Use this when you already have a site ID — for example from `sharepoint_search_sites` or `sharepoint_get_root_site`.

## Parameters

| Parameter         | Type   | Required | Description                                                      |
| ----------------- | ------ | -------- | ---------------------------------------------------------------- |
| `site_id`         | string | Yes      | SharePoint site ID. Format: `"tenant.sharepoint.com,guid,guid"`. |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`.               |

## Returns

The site object with `id`, `displayName`, `webUrl`, `name`, `description`, `createdDateTime`, and `lastModifiedDateTime`.

## Example use

> "Give me the details for site ID `contoso.sharepoint.com,abc123,def456`."
