update_list
Modify existing lists by replacing items with new arrays to add, remove, or reorder content in the par5-mcp server.
Instructions
Updates an existing list by replacing its items with a new array.
WHEN TO USE:
To modify the contents of an existing list
To add or remove items from a list
To reorder items in a list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | The list ID returned by create_list. | |
| items | Yes | The new array of items to replace the existing list contents. |