search-movie
Search for movies and TV shows on Douban using keywords to find relevant content and information.
Instructions
search movies or tvs from douban by query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes | query string, e.g. "python" |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"description": "query string, e.g. \"python\"",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}