SharePoint Online MCP Server

addMockData

Generate mock data items in a specified SharePoint list by providing the site URL, list title, and item count (1-100) to test or populate list functionality.

Instructions

Add mock data items to a specific SharePoint list

Input Schema

NameRequiredDescriptionDefault
itemCountYesNumber of mock items to create (1-100)
listTitleYesTitle of the SharePoint list to add mock data to
urlYesURL of the SharePoint website

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemCount": { "description": "Number of mock items to create (1-100)", "maximum": 100, "minimum": 1, "type": "integer" }, "listTitle": { "description": "Title of the SharePoint list to add mock data to", "type": "string" }, "url": { "description": "URL of the SharePoint website", "format": "uri", "type": "string" } }, "required": [ "url", "listTitle", "itemCount" ], "type": "object" }

You must be authenticated.

Other Tools from SharePoint Online MCP Server

Related Tools

ID: ukikhn363m