get_media_details
Retrieve comprehensive media details from MoviePilot by providing a TMDB or Douban ID, media type, and optionally title and year for precise lookup.
Instructions
获取媒体详细信息
Args:
id_type: ID类型 (tmdb/douban)
id_value: ID值
media_type: 媒体类型 (电影/电视剧)
title: 媒体标题
year: 年份
Returns: 媒体详细信息Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| title | No | ||
| id_type | Yes | ||
| id_value | Yes | ||
| media_type | Yes |