Skip to main content
Get file metadata and content from SharePoint

Tool details

FieldValue
Namesharepoint__get_file
GroupIntegrations

Playground

Input schema

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

Output schema

This tool does not publish an output schema.