Skip to main content
Glama

AMC MCP Server

by hi5d

get_recommendations

Find movie recommendations based on your preferred genre, current mood, or time of day to help you select the perfect film for any occasion.

Instructions

Suggests movies based on mood, genre, or time preferences.

Args: genre: Movie genre (optional, e.g., "action", "comedy") mood: Mood description (optional, e.g., "exciting", "romantic") time_preference: Time of day preference (optional, e.g., "evening")

Returns: JSON string with movie recommendations

Input Schema

NameRequiredDescriptionDefault
genreNo
moodNo
time_preferenceNo

Input Schema (JSON Schema)

{ "properties": { "genre": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "mood": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "time_preference": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "type": "object" }

Other Tools from AMC MCP Server

Related Tools

    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/hi5d/amc-mcp'

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