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 or update a file in OneDrive
| Field | Value |
|---|---|
| Name | onedrive__upload_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"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": [
"fileName",
"content"
],
"description": "Input schema for the onedrive__upload_file tool."
}