Skip to main content
Upload or update a file in OneDrive

Tool details

FieldValue
Nameonedrive__upload_file
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.