Skip to main content
Microsoft 365

SharePoint

Manage SharePoint lists and items from the agent.

SharePoint

Lets the agent find sites, read lists, and create, update or delete items in SharePoint. It requires a Microsoft 365 connection configured in the workspace.

The available operations

When you add this tool, choose which operations the agent is allowed to perform.


Find sites

Searches SharePoint sites by text.

ParameterRequiredDefaultWhat it is
QueryYesThe text to search for in the SharePoint sites
Maximum resultsNo10How many sites to return at most

Get a site

Returns one site's details by its ID.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID

List the lists

Returns every list available on a SharePoint site.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID

List items

Returns the items of a SharePoint list.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID
List IDYesThe list's unique ID or name
FilterNoAn OData expression to filter the items (e.g. fields/Status eq 'Active')
Maximum resultsNo10How many items to return at most

Create an item

Creates a new item in a SharePoint list.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID
List IDYesThe list's unique ID or name
FieldsYesThe new item's fields as a key-value object (e.g. { "Title": "My item", "Status": "Active" })

Update an item

Updates the fields of an existing item in a SharePoint list.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID
List IDYesThe list's unique ID or name
Item IDYesThe numeric ID of the item to update
FieldsYesThe fields to update, as a key-value object

Delete an item

Removes an item from a SharePoint list.

ParameterRequiredDefaultWhat it is
Site IDYesThe SharePoint site's unique ID
List IDYesThe list's unique ID or name
Item IDYesThe numeric ID of the item to delete