We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eat-pray-ai/yutu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Caption List Command
List captions of a video.
## Usage
```bash
yutu caption list [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--ids` | `-i` | IDs of the captions to list |
| `--jsonpath` | `-j` | JSONPath expression to filter the output |
| `--onBehalfOf` | `-b` | |
| `--onBehalfOfContentOwner` | `-B` | |
| `--output` | `-o` | json\|yaml\|table (default "table") |
| `--parts` | `-p` | Comma separated parts (default [id,snippet]) |
| `--videoId` | `-v` | ID of the video |
## Examples
```bash
# List captions for a video
yutu caption list --videoId VIDEO_ID
```