Create Sharelist
sharelist_createCreate a new community sharelist by providing a name and optional description. Returns the created list with its ID, name, and description.
Instructions
Create a new community sharelist with a name and optional description. Returns the created sharelist object including its id, name, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | List name (also used as description if `description` is omitted). | |
| description | No | List description. Defaults to `name` when omitted. |