Skip to main content
Glama
comments.py412 B
"""Comment endpoints.""" COMMENTS_ENDPOINTS = { # Comment endpoints "comments_movie": "/movies/:id/comments/:sort", "comments_show": "/shows/:id/comments/:sort", "comments_season": "/shows/:id/seasons/:season/comments/:sort", "comments_episode": "/shows/:id/seasons/:season/episodes/:episode/comments/:sort", "comment": "/comments/:id", "comment_replies": "/comments/:id/replies", }

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