Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get file metadata and content from SharePoint
sharepoint__get_file
{ "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." }