Update a study set
update_study_setUpdate a study set by retitling, retagging, appending cards, or replacing the card list to match learner progress.
Instructions
Change a set in place: retitle it, retag it, or add cards. Pass addCards to append (the usual case after reviewing results) or cards to replace the list wholesale — never both. Replacing the cards resets what the learner has already studied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | No | Replace the whole card list. Cannot be combined with addCards | |
| notes | No | ||
| setId | Yes | Set id returned by create_study_set or list_study_sets | |
| title | No | ||
| topic | No | ||
| addCards | No | Append cards to the existing list. Cannot be combined with cards | |
| visibility | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setId | Yes | ||
| updated | Yes | Which fields changed, e.g. ['title', 'addCards'] | |
| cardCount | Yes |