SharePoint Online MCP Server

getListItems

Retrieve all items from a specified SharePoint list by providing the site URL and list title. Facilitates data access and management in SharePoint Online using REST API integration.

Instructions

Get all items from a specific SharePoint list identified by site URL and list title

Input Schema

NameRequiredDescriptionDefault
listTitleYesTitle of the SharePoint list to retrieve items from
urlYesURL of the SharePoint website

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listTitle": { "description": "Title of the SharePoint list to retrieve items from", "type": "string" }, "url": { "description": "URL of the SharePoint website", "format": "uri", "type": "string" } }, "required": [ "url", "listTitle" ], "type": "object" }

You must be authenticated.

Other Tools from SharePoint Online MCP Server

Related Tools

ID: ukikhn363m