Get study set contents
get_study_setRetrieve a complete study set, including all cards, topic, and attached notes, by providing its setId to review or reuse the content.
Instructions
Read the full contents of a set — every card, plus the topic and notes you attached when you created it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setId | Yes | Set id returned by create_study_set or list_study_sets |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | ||
| notes | No | ||
| setId | Yes | ||
| title | Yes | ||
| topic | No | ||
| deepLink | Yes | ||
| cardCount | Yes | ||
| description | No |