Get an authorized user's Bilibili video
bilibili_get_videoRetrieve one Bilibili video by BV id for the authorized user via official Open Platform. Returns video details in markdown or JSON.
Instructions
Get one video submission owned or co-authored by the authorized user through the official Open Platform. Requires ARC_BASE scope; it cannot read arbitrary videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | Bilibili BV id, for example BV1MW421X7gM | |
| response_format | No | Response format: markdown for people or json for programs | markdown |