Tvmaze Lookup Show
tvmaze_lookup_showResolve a television show from its id in another catalog — IMDb, TheTVDB, or TVRage — and return the matching TVmaze profile. Use this to cross a show id from another source into TVmaze. A show absent from TVmaze is reported as a miss with guidance, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | The resolved show. Absent on a miss. | |
| error | No | Present when the call failed. Absent on success. | |
| found | No | True when the external id resolved to a TVmaze show. | |
| source | No | Catalog the lookup was made against. | |
| guidance | No | What to do next when the lookup missed. Absent on a hit. | |
| external_id | No | Id that was looked up, as submitted. |