Skip to main content
List files and folders in a SharePoint document library

Tool details

FieldValue
Namesharepoint__list_files
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "siteId": {
      "type": "string",
      "description": "SharePoint site ID"
    },
    "$top": {
      "type": "number",
      "description": "Maximum number of items to return"
    }
  },
  "required": [
    "siteId"
  ],
  "description": "Input schema for the sharepoint__list_files tool."
}

Output schema

This tool does not publish an output schema.