Skip to main content
Glama

tv-recommender-mcp-server

get_show_reviews

Retrieve viewer reviews for a specific TV show by providing the show title and optional page number. Ideal for analyzing audience feedback and improving TV recommendations.

Input Schema

NameRequiredDescriptionDefault
pageNo页码,默认为1
show_titleYes剧集名称,用于获取评论

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "页码,默认为1", "type": "number" }, "show_title": { "description": "剧集名称,用于获取评论", "type": "string" } }, "required": [ "show_title" ], "type": "object" }

Other Tools from tv-recommender-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/terryso/tv-recommender-mcp-server'

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