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.
Create a new folder in OneDrive
onedrive__create_folder
{ "type": "object", "properties": { "parentFolderId": { "type": "string", "description": "Parent folder item ID, or root" }, "name": { "type": "string", "description": "Folder name" }, "folder": { "type": "object", "description": "Empty folder facet marking the item as a folder" }, "@microsoft.graph.conflictBehavior": { "type": "string", "description": "How to handle name conflicts: rename, replace, or fail" } }, "required": [ "name" ], "description": "Input schema for the onedrive__create_folder tool." }