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.
Create a new folder in OneDrive
| Field | Value |
|---|---|
| Name | onedrive__create_folder |
| Group | Integrations |
{
"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."
}