Skip to main content
Glama
movies.py409 B
"""Movie endpoints.""" MOVIES_ENDPOINTS = { # Movie endpoints "movies_trending": "/movies/trending", "movies_popular": "/movies/popular", "movies_favorited": "/movies/favorited", "movies_played": "/movies/played", "movies_watched": "/movies/watched", # Rating endpoints "movie_ratings": "/movies/:id/ratings", # Video endpoints "movie_videos": "/movies/:id/videos", }

Latest Blog Posts

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/wwiens/trakt_mcpserver'

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