addedInput schema / properties / auto_add / description
Added value: +"If True and only one result found, automatically add to Sonarr"
addedInput schema / properties / description / description
Added value: +"Natural language description of the TV show\n(e.g., \"British time travel show with the Doctor\")"
addedOutput schema / properties / auto_add_requested
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / auto_add_result
Added value: +{
+ "anyOf": [
+ {
+ "properties": {
+ "media_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "message": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success",
+ "message"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedOutput schema / properties / result
Removed value: -{
- "items": {
- "properties": {
- "media_type": {
- "type": "string"
- },
- "overview": {
- "type": "string"
- },
- "poster_path": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "title": {
- "type": "string"
- },
- "tmdb_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "tvdb_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "year": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- }
- },
- "required": [
- "title",
- "overview",
- "media_type"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / results
Added value: +{
+ "items": {
+ "properties": {
+ "media_type": {
+ "type": "string"
+ },
+ "overview": {
+ "type": "string"
+ },
+ "poster_path": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "title": {
+ "type": "string"
+ },
+ "tmdb_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "tvdb_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "year": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "required": [
+ "title",
+ "overview",
+ "media_type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "results",
+ "auto_add_requested"
+]
removedOutput schema / x-fastmcp-wrap-result
Removed value: -true