mark_watched
Log watched movies, TV shows, or anime to Simkl. Include an ISO watched_at for known dates or omit it for now. Batch entries to handle Simkl's write lock.
Instructions
Record that the user watched these titles.
items: [{"ids": {"simkl": 54130}}, ...]. Add "watched_at" (ISO, UTC) if the date is known; omit it for "now". For "a long time ago, don't remember", Simkl's placeholder is 1970-01-01T00:00:01Z -- store that, and never display it as a literal 1970 date.
type: movie, tv or anime. Anime goes in the shows[] envelope.
Simkl serialises sync writes per user behind a 20-second lock, so batch rather than sending one call per title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| items | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||