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.
Download file content from OneDrive
| Field | Value |
|---|---|
| Name | onedrive__download_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"itemId": {
"type": "string",
"description": "OneDrive file item ID"
}
},
"required": [
"itemId"
],
"description": "Input schema for the onedrive__download_file tool."
}