Skip to main content
Download file content from OneDrive

Tool details

FieldValue
Nameonedrive__download_file
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "itemId": {
      "type": "string",
      "description": "OneDrive file item ID"
    }
  },
  "required": [
    "itemId"
  ],
  "description": "Input schema for the onedrive__download_file tool."
}

Output schema

This tool does not publish an output schema.