lookup_watched
Check if specific titles have been watched in Simkl by passing their IDs. Get library status and last-watched time for each title, so you can catch anything watched since the last sync.
Instructions
Ask Simkl directly whether specific titles are already in the library.
items: a list like [{"simkl": 54130}, {"imdb": "tt0110912"}] -- any mix of supported ID keys. Simkl returns a parallel array with each item's library status and last-watched time.
This is the server-side check behind re-com-video's "never already seen" guarantee. It is independent of the local mirror, so it catches anything watched since the last sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |