SharePoint Online MCP Server

getLists

Retrieve SharePoint list details, including titles, URLs, item counts, last modified dates, descriptions, and base template IDs by providing the site URL. Simplifies data organization and management in SharePoint Online.

Instructions

Get the list of SharePoint lists along with their Titles, URLs, ItemCounts, last modified date, description and base templateID

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the SharePoint website

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from SharePoint Online MCP Server

Related Tools

ID: ukikhn363m