Skip to main content
Glama

get_upcoming_releases

Retrieve upcoming movie and TV releases from IMDb for specific countries with pagination support to browse entertainment options.

Instructions

Get the upcoming releases from IMDb with pagination. Args: country_code: The country code to get the upcoming releases for. type: The type of the upcoming releases to get. Possible values: "TV", "MOVIE". start: The starting index (0-based) to retrieve releases from. Returns: JSON object containing 5 upcoming releases starting from the specified index.

Input Schema

NameRequiredDescriptionDefault
country_codeYes
typeYes
startYes

Input Schema (JSON Schema)

{ "properties": { "country_code": { "title": "Country Code", "type": "string" }, "start": { "title": "Start", "type": "integer" }, "type": { "title": "Type", "type": "string" } }, "required": [ "country_code", "type", "start" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uzaysozen/imdb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server