create_list_item
Add a new item to a Slack list by specifying the list ID and item value. Optionally include a status to mark it as incomplete or complete.
Instructions
Add a new item to a Slack List. Requires lists:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Item text/value | |
| status | No | Optional status (e.g., 'incomplete', 'complete') | |
| list_id | Yes | List ID |