create_list_from_xml
Create a SharePoint list by applying a full SchemaXml configuration string. Use this tool to clone or restore lists from existing XML definitions.
Instructions
Create a list from a full SharePoint SchemaXml string (e.g. obtained from get_list_schema_xml). Useful for cloning or restoring a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new list. | |
| schemaXml | Yes | Full SchemaXml string. | |
| description | No |