Skip to main content
Get detailed information about a specific SharePoint site

Tool details

FieldValue
Namesharepoint__get_site
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "siteId": {
      "type": "string",
      "description": "SharePoint site ID"
    }
  },
  "required": [
    "siteId"
  ],
  "description": "Input schema for the sharepoint__get_site tool."
}

Output schema

This tool does not publish an output schema.