movie_reviews
ActiveTool of mcp-nyt
declared in 0.1.0
Search New York Times movie reviews. Optionally filter by query or critics picks. Returns title, summary, byline, publication date, and URL. Example: movie_reviews({ query: "dune", critics_pick: true })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"query": {
"type": "string",
"description": "Search query — movie title or keyword (optional)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own NYT API key for higher limits; omit to use the shared Pipeworx key."
},
"critics_pick": {
"type": "boolean",
"description": "If true, only return reviews flagged as NYT Critics’ Picks (optional)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-nyt
https://github.com/pipeworx-io/mcp-nyt
2/7 registries