Create Sharelist
sharelist_createCreate a new community sharelist with a name and optional description; returns the created list's 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Newly-created sharelist ID. | |
| name | No | List name. | |
| description | No | List description. |