Skip to main content
Glama

tv-recommender-mcp-server

get_recommendations_by_actor

Discover TV show recommendations based on a specific actor. Input the actor's name to receive a curated list of shows, with an option to limit the number of results. Ideal for finding new series featuring your favorite actors.

Input Schema

NameRequiredDescriptionDefault
actor_nameYes演员名称,如"布莱恩·科兰斯顿"、"安东尼·斯塔尔"等
limitNo返回结果数量限制,默认为10

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actor_name": { "description": "演员名称,如\"布莱恩·科兰斯顿\"、\"安东尼·斯塔尔\"等", "type": "string" }, "limit": { "default": 10, "description": "返回结果数量限制,默认为10", "type": "number" } }, "required": [ "actor_name" ], "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