Skip to main content
List files and folders in a OneDrive folder

Tool details

FieldValue
Nameonedrive__list_files
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.