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.
List files and folders in a SharePoint document library
sharepoint__list_files
{ "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." }