manage_sharepoint_lists
Create, update, delete, and manage SharePoint lists and libraries including schema definition, items, views, and permissions within Microsoft 365.
Instructions
Manage SharePoint lists and libraries including schema definition, items, views, and permissions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on SharePoint list | |
| siteId | Yes | SharePoint site ID containing the list | |
| listId | No | SharePoint list ID for existing list operations | |
| title | No | Title for the SharePoint list | |
| description | No | Description of the SharePoint list | |
| template | No | Template to use for list creation | |
| columns | No | List column definitions | |
| items | No | Items to add to the list |