create_list
Create SharePoint lists or document libraries with custom columns and views to organize data and documents. Define column types, requirements, and default values for structured data management.
Instructions
Create a new SharePoint list or document library with optional columns and views. Columns are described using structured specs (type, choices, required, indexed, etc.). New columns are automatically added to the default view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | List / library display name. | |
| type | No | list = generic list (baseTemplate 100), library = document library (101). Default: list. | |
| description | No | ||
| columns | No | Columns to create (leave empty for a title-only list). | |
| views | No | Additional views to create (beyond the default All Items view). |