List_SharePoint_Documents
Retrieve a comprehensive list of all documents within a specified SharePoint folder using this tool, ensuring efficient document management and access.
Instructions
List all documents in a specified SharePoint folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_name": {
"title": "Folder Name",
"type": "string"
}
},
"required": [
"folder_name"
],
"title": "list_documents_toolArguments",
"type": "object"
}