Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | sharepoint__upload_file |
| Group | Integrations |
{
"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."
}