get_country_codes_for_upcoming_releases
Find available country codes to filter upcoming movie and TV show releases from IMDb data. Use this to identify which regions have scheduled releases.
Instructions
Get the available country codes for upcoming releases from IMDb. Returns: JSON object containing the available country codes for upcoming releases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}