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.
List files and folders in a OneDrive folder
| Field | Value |
|---|---|
| Name | onedrive__list_files |
| Group | Integrations |
{
"type": "object",
"properties": {
"$top": {
"type": "number",
"description": "Maximum number of items to return"
},
"$select": {
"type": "string",
"description": "Comma-separated fields to return"
}
},
"description": "Input schema for the onedrive__list_files tool."
}