-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtvdb-vocabulary.yml
More file actions
694 lines (694 loc) · 20.3 KB
/
Copy pathtvdb-vocabulary.yml
File metadata and controls
694 lines (694 loc) · 20.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
vocabulary: 1.0.0
info:
provider: TheTVDB
description: Unified vocabulary describing TheTVDB v4 API operational surface (67 operations across 29 tag groups) and the Naftiko capability dimension that composes those operations into reusable workflows
for TV/movie metadata consumption.
created: '2026-05-30'
modified: '2026-05-30'
operational:
apis:
- name: TheTVDB v4 API
namespace: tvdb-v4
version: 4.7.10
baseUrl: https://api4.thetvdb.com/v4
status: active
authentication: JWT Bearer (acquire via /login with apikey + optional pin)
resources:
- name: artwork
actions:
- get
operationCount: 4
- name: awards
actions:
- get
operationCount: 5
- name: characters
actions:
- get
operationCount: 1
- name: companies
actions:
- get
operationCount: 3
- name: content
actions:
- get
operationCount: 1
- name: countries
actions:
- get
operationCount: 1
- name: entities
actions:
- get
operationCount: 1
- name: episodes
actions:
- get
operationCount: 4
- name: genders
actions:
- get
operationCount: 1
- name: genres
actions:
- get
operationCount: 2
- name: inspiration
actions:
- get
operationCount: 1
- name: languages
actions:
- get
operationCount: 1
- name: lists
actions:
- get
operationCount: 5
- name: login
actions:
- login
operationCount: 1
- name: movies
actions:
- get
operationCount: 7
- name: people
actions:
- get
operationCount: 5
- name: search
actions:
- get
operationCount: 2
- name: seasons
actions:
- get
operationCount: 5
- name: series
actions:
- get
operationCount: 11
- name: sources
actions:
- get
operationCount: 1
- name: updates
actions:
- updates
operationCount: 1
- name: user
actions:
- create
- get
operationCount: 4
actions:
- verb: create
pattern: write
- verb: get
pattern: read
- verb: login
pattern: write
- verb: updates
pattern: write
tags:
- Artwork
- Artwork Statuses
- Artwork Types
- Award Categories
- Awards
- Characters
- Companies
- Content Ratings
- Countries
- Entity Types
- Episodes
- Favorites
- Genders
- Genres
- InspirationTypes
- Languages
- Lists
- Login
- Movie Statuses
- Movies
- People
- People Types
- Search
- Seasons
- Series
- Series Statuses
- Source Types
- Updates
- User info
schemas:
core:
- Alias
- Biography
- Character
- Company
- ParentCompany
- CompanyRelationShip
- ContentRating
- Country
- Gender
- Language
- RecordInfo
- SearchResult
- SeriesAirsDays
- Trailer
- Inspiration
- ProductionCountry
- Companies
base_records:
- ArtworkBaseRecord
- AwardBaseRecord
- AwardCategoryBaseRecord
- AwardNomineeBaseRecord
- EpisodeBaseRecord
- GenreBaseRecord
- ListBaseRecord
- MovieBaseRecord
- PeopleBaseRecord
- SeasonBaseRecord
- SeriesBaseRecord
- StudioBaseRecord
extended_records:
- ArtworkExtendedRecord
- AwardCategoryExtendedRecord
- AwardExtendedRecord
- EpisodeExtendedRecord
- ListExtendedRecord
- MovieExtendedRecord
- PeopleExtendedRecord
- SeasonExtendedRecord
- SeriesExtendedRecord
- TranslationExtended
reference:
- ArtworkStatus
- ArtworkType
- CompanyType
- Entity
- EntityType
- EntityUpdate
- PeopleType
- Race
- Release
- RemoteID
- SearchByRemoteIdResult
- SeasonType
- SourceType
- Status
- InspirationType
- Links
user_data:
- Favorites
- FavoriteRecord
- Tag
- TagOption
- Translation
- TranslationSimple
- TagOptionEntity
- UserInfo
parameters:
pagination:
- page
- offset
- limit
identifiers:
- id
- slug
- remoteId
filters:
- meta
- language
- short
- company
- contentRating
- country
- genre
- lang
- sort
- status
- year
- query
- q
- type
- director
- primaryType
- network
- remote_id
- remoteId
- season-type
- season
- episodeNumber
- airDate
- sortType
- since
- action
authentication:
schemes:
- name: bearerAuth
type: http
scheme: bearer
bearerFormat: JWT
acquireVia: /login (apikey + optional pin)
tokenLifetime: 1 month
tlsMinimum: TLSv1.2
capability:
workflows:
- name: "TVDB API V4 \u2014 Artwork Statuses"
file: capabilities/v4-artwork-statuses.yaml
description: "TVDB API V4 \u2014 Artwork Statuses. 1 operations. Lead operation: Get All Artwork Statuses. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-artwork-statuses-rest
mcpNamespace: v4-artwork-statuses-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Artwork Types"
file: capabilities/v4-artwork-types.yaml
description: "TVDB API V4 \u2014 Artwork Types. 1 operations. Lead operation: Get All Artwork Types. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-artwork-types-rest
mcpNamespace: v4-artwork-types-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Artwork"
file: capabilities/v4-artwork.yaml
description: "TVDB API V4 \u2014 Artwork. 2 operations. Lead operation: Get Artwork Base. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-artwork-rest
mcpNamespace: v4-artwork-mcp
mcpToolCount: 2
- name: "TVDB API V4 \u2014 Award Categories"
file: capabilities/v4-award-categories.yaml
description: "TVDB API V4 \u2014 Award Categories. 2 operations. Lead operation: Get Award Category. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-award-categories-rest
mcpNamespace: v4-award-categories-mcp
mcpToolCount: 2
- name: "TVDB API V4 \u2014 Awards"
file: capabilities/v4-awards.yaml
description: "TVDB API V4 \u2014 Awards. 3 operations. Lead operation: Get All Awards. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 3
restNamespace: v4-awards-rest
mcpNamespace: v4-awards-mcp
mcpToolCount: 3
- name: "TVDB API V4 \u2014 Characters"
file: capabilities/v4-characters.yaml
description: "TVDB API V4 \u2014 Characters. 1 operations. Lead operation: Get Character Base. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-characters-rest
mcpNamespace: v4-characters-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Companies"
file: capabilities/v4-companies.yaml
description: "TVDB API V4 \u2014 Companies. 3 operations. Lead operation: Get All Companies. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 3
restNamespace: v4-companies-rest
mcpNamespace: v4-companies-mcp
mcpToolCount: 3
- name: "TVDB API V4 \u2014 Content Ratings"
file: capabilities/v4-content-ratings.yaml
description: "TVDB API V4 \u2014 Content Ratings. 1 operations. Lead operation: Get All Content Ratings. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-content-ratings-rest
mcpNamespace: v4-content-ratings-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Countries"
file: capabilities/v4-countries.yaml
description: "TVDB API V4 \u2014 Countries. 1 operations. Lead operation: Get All Countries. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-countries-rest
mcpNamespace: v4-countries-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Entity Types"
file: capabilities/v4-entity-types.yaml
description: "TVDB API V4 \u2014 Entity Types. 1 operations. Lead operation: Get Entity Types. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-entity-types-rest
mcpNamespace: v4-entity-types-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Episodes"
file: capabilities/v4-episodes.yaml
description: "TVDB API V4 \u2014 Episodes. 4 operations. Lead operation: Get All Episodes. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 4
restNamespace: v4-episodes-rest
mcpNamespace: v4-episodes-mcp
mcpToolCount: 4
- name: "TVDB API V4 \u2014 Favorites"
file: capabilities/v4-favorites.yaml
description: "TVDB API V4 \u2014 Favorites. 2 operations. Lead operation: Get User Favorites. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-favorites-rest
mcpNamespace: v4-favorites-mcp
mcpToolCount: 2
- name: "TVDB API V4 \u2014 Genders"
file: capabilities/v4-genders.yaml
description: "TVDB API V4 \u2014 Genders. 1 operations. Lead operation: Get All Genders. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-genders-rest
mcpNamespace: v4-genders-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Genres"
file: capabilities/v4-genres.yaml
description: "TVDB API V4 \u2014 Genres. 2 operations. Lead operation: Get All Genres. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-genres-rest
mcpNamespace: v4-genres-mcp
mcpToolCount: 2
- name: "TVDB API V4 \u2014 InspirationTypes"
file: capabilities/v4-inspirationtypes.yaml
description: "TVDB API V4 \u2014 InspirationTypes. 1 operations. Lead operation: Get All Inspiration Types. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-inspirationtypes-rest
mcpNamespace: v4-inspirationtypes-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Languages"
file: capabilities/v4-languages.yaml
description: "TVDB API V4 \u2014 Languages. 1 operations. Lead operation: Get All Languages. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-languages-rest
mcpNamespace: v4-languages-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Lists"
file: capabilities/v4-lists.yaml
description: "TVDB API V4 \u2014 Lists. 5 operations. Lead operation: Get All Lists. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 5
restNamespace: v4-lists-rest
mcpNamespace: v4-lists-mcp
mcpToolCount: 5
- name: "TVDB API V4 \u2014 Login"
file: capabilities/v4-login.yaml
description: "TVDB API V4 \u2014 Login. 1 operations. Lead operation: Create an Auth Token. the Token Has One Month Validation Length. Self-contained Naftiko capability covering one TheTVDB business\
\ surface."
operationCount: 1
restNamespace: v4-login-rest
mcpNamespace: v4-login-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Movie Statuses"
file: capabilities/v4-movie-statuses.yaml
description: "TVDB API V4 \u2014 Movie Statuses. 1 operations. Lead operation: Get All Movie Statuses. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-movie-statuses-rest
mcpNamespace: v4-movie-statuses-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Movies"
file: capabilities/v4-movies.yaml
description: "TVDB API V4 \u2014 Movies. 6 operations. Lead operation: Get All Movie. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 6
restNamespace: v4-movies-rest
mcpNamespace: v4-movies-mcp
mcpToolCount: 6
- name: "TVDB API V4 \u2014 People Types"
file: capabilities/v4-people-types.yaml
description: "TVDB API V4 \u2014 People Types. 1 operations. Lead operation: Get All People Types. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-people-types-rest
mcpNamespace: v4-people-types-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 People"
file: capabilities/v4-people.yaml
description: "TVDB API V4 \u2014 People. 4 operations. Lead operation: Get All People. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 4
restNamespace: v4-people-rest
mcpNamespace: v4-people-mcp
mcpToolCount: 4
- name: "TVDB API V4 \u2014 Search"
file: capabilities/v4-search.yaml
description: "TVDB API V4 \u2014 Search. 2 operations. Lead operation: Get Search Results. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-search-rest
mcpNamespace: v4-search-mcp
mcpToolCount: 2
- name: "TVDB API V4 \u2014 Seasons"
file: capabilities/v4-seasons.yaml
description: "TVDB API V4 \u2014 Seasons. 5 operations. Lead operation: Get All Seasons. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 5
restNamespace: v4-seasons-rest
mcpNamespace: v4-seasons-mcp
mcpToolCount: 5
- name: "TVDB API V4 \u2014 Series Statuses"
file: capabilities/v4-series-statuses.yaml
description: "TVDB API V4 \u2014 Series Statuses. 1 operations. Lead operation: Get All Series Statuses. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-series-statuses-rest
mcpNamespace: v4-series-statuses-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Series"
file: capabilities/v4-series.yaml
description: "TVDB API V4 \u2014 Series. 10 operations. Lead operation: Get All Series. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 10
restNamespace: v4-series-rest
mcpNamespace: v4-series-mcp
mcpToolCount: 10
- name: "TVDB API V4 \u2014 Source Types"
file: capabilities/v4-source-types.yaml
description: "TVDB API V4 \u2014 Source Types. 1 operations. Lead operation: Get All Source Types. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-source-types-rest
mcpNamespace: v4-source-types-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 Updates"
file: capabilities/v4-updates.yaml
description: "TVDB API V4 \u2014 Updates. 1 operations. Lead operation: Updates. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 1
restNamespace: v4-updates-rest
mcpNamespace: v4-updates-mcp
mcpToolCount: 1
- name: "TVDB API V4 \u2014 User info"
file: capabilities/v4-user-info.yaml
description: "TVDB API V4 \u2014 User info. 2 operations. Lead operation: Get User Info. Self-contained Naftiko capability covering one TheTVDB business surface."
operationCount: 2
restNamespace: v4-user-info-rest
mcpNamespace: v4-user-info-mcp
mcpToolCount: 2
personas:
- id: media-center-developer
name: Media Center Developer
description: Builds Kodi/Plex/Jellyfin plugins consuming TheTVDB metadata
workflows:
- capabilities/v4-artwork-statuses.yaml
- capabilities/v4-artwork-types.yaml
- capabilities/v4-artwork.yaml
- capabilities/v4-episodes.yaml
- capabilities/v4-movies.yaml
- capabilities/v4-seasons.yaml
- capabilities/v4-series-statuses.yaml
- capabilities/v4-series.yaml
- id: metadata-aggregator
name: Metadata Aggregator
description: Maintains a synced copy of TheTVDB data via the /updates endpoint
workflows:
- capabilities/v4-updates.yaml
- id: discovery-builder
name: Discovery / Recommendations Builder
description: Uses search, genres, ratings, and people data to power discovery UIs
workflows:
- capabilities/v4-awards.yaml
- capabilities/v4-genres.yaml
- capabilities/v4-people-types.yaml
- capabilities/v4-people.yaml
- capabilities/v4-search.yaml
- id: subscriber-app
name: Subscriber App
description: Apps using subscriber-supported keys; each end user holds a $12/year TheTVDB subscription
workflows:
- capabilities/v4-login.yaml
domains:
- name: Content Catalog
resources:
- series
- movies
- episodes
- seasons
- lists
- name: People & Companies
resources:
- people
- companies
- characters
- awards
- name: Reference Data
resources:
- genres
- languages
- countries
- content
- sources
- inspiration
- genders
- name: Discovery
resources:
- search
- name: Synchronization
resources:
- updates
- name: User
resources:
- user
- favorites
- name: Identity
resources:
- login
binds:
- env: TVDB_BEARER_TOKEN
description: JWT bearer token returned from /login, valid for one month
usedBy: all consume blocks
crossReference:
- resource: artwork
operations:
- getArtworkBase
- getArtworkExtended
- getAllArtworkStatuses
- getAllArtworkTypes
capabilities:
- capabilities/v4-artwork-statuses.yaml
- capabilities/v4-artwork-types.yaml
- capabilities/v4-artwork.yaml
- resource: awards
operations:
- getAllAwards
- getAward
- getAwardExtended
- getAwardCategory
- getAwardCategoryExtended
capabilities:
- capabilities/v4-awards.yaml
- resource: characters
operations:
- getCharacterBase
capabilities:
- capabilities/v4-characters.yaml
- resource: companies
operations:
- getAllCompanies
- getCompanyTypes
- getCompany
capabilities:
- capabilities/v4-companies.yaml
- resource: content
operations:
- getAllContentRatings
capabilities:
- capabilities/v4-content-ratings.yaml
- resource: countries
operations:
- getAllCountries
capabilities:
- capabilities/v4-countries.yaml
- resource: entities
operations:
- getEntityTypes
capabilities: []
- resource: episodes
operations:
- getAllEpisodes
- getEpisodeBase
- getEpisodeExtended
- getEpisodeTranslation
capabilities:
- capabilities/v4-episodes.yaml
- resource: genders
operations:
- getAllGenders
capabilities:
- capabilities/v4-genders.yaml
- resource: genres
operations:
- getAllGenres
- getGenreBase
capabilities:
- capabilities/v4-genres.yaml
- resource: inspiration
operations:
- getAllInspirationTypes
capabilities:
- capabilities/v4-inspirationtypes.yaml
- resource: languages
operations:
- getAllLanguages
capabilities:
- capabilities/v4-languages.yaml
- resource: lists
operations:
- getAllLists
- getList
- getListBySlug
- getListExtended
- getListTranslation
capabilities:
- capabilities/v4-lists.yaml
- resource: login
operations:
- login
capabilities:
- capabilities/v4-login.yaml
- resource: movies
operations:
- getAllMovie
- getMovieBase
- getMovieExtended
- getMoviesFilter
- getMovieBaseBySlug
- getMovieTranslation
- getAllMovieStatuses
capabilities:
- capabilities/v4-movies.yaml
- resource: people
operations:
- getAllPeople
- getPeopleBase
- getPeopleExtended
- getPeopleTranslation
- getAllPeopleTypes
capabilities:
- capabilities/v4-people-types.yaml
- capabilities/v4-people.yaml
- resource: search
operations:
- getSearchResults
- getSearchResultsByRemoteId
capabilities:
- capabilities/v4-search.yaml
- resource: seasons
operations:
- getAllSeasons
- getSeasonBase
- getSeasonExtended
- getSeasonTypes
- getSeasonTranslation
capabilities:
- capabilities/v4-seasons.yaml
- resource: series
operations:
- getAllSeries
- getSeriesBase
- getSeriesArtworks
- getSeriesNextAired
- getSeriesExtended
- getSeriesEpisodes
- getSeriesSeasonEpisodesTranslated
- getSeriesFilter
- getSeriesBaseBySlug
- getSeriesTranslation
- getAllSeriesStatuses
capabilities:
- capabilities/v4-series-statuses.yaml
- capabilities/v4-series.yaml
- resource: sources
operations:
- getAllSourceTypes
capabilities: []
- resource: updates
operations:
- updates
capabilities:
- capabilities/v4-updates.yaml
- resource: user
operations:
- getUserInfo
- getUserInfoById
- getUserFavorites
- createUserFavorites
capabilities:
- capabilities/v4-user-info.yaml