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.
Upload a file to a SharePoint document library
sharepoint__upload_file
{ "type": "object", "properties": { "siteId": { "type": "string", "description": "SharePoint site ID" }, "parentFolderId": { "type": "string", "description": "Parent folder item ID, or root" }, "fileName": { "type": "string", "description": "Name of the file to upload" }, "content": { "type": "string", "description": "File content to upload" } }, "required": [ "siteId", "fileName", "content" ], "description": "Input schema for the sharepoint__upload_file tool." }