search
Find and add movies or TV series to your media library by searching across connected streaming and management services.
Instructions
Search for media (series/movies) to add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| service | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"service": {
"type": "string"
}
},
"required": [
"service",
"query"
],
"type": "object"
}