Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get metadata for a OneDrive file or folder
onedrive__get_file
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "OneDrive item ID" }, "$select": { "type": "string", "description": "Comma-separated fields to return" } }, "required": [ "itemId" ], "description": "Input schema for the onedrive__get_file tool." }