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 Update Command
Update caption of a video.
## Usage
```bash
yutu caption update [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--audioTrackType` | `-a` | unknown\|primary\|commentary\|descriptive (default "unknown") |
| `--file` | `-f` | Path to save the caption file |
| `--isAutoSynced` | `-A` | Whether YouTube synchronized the caption track to the audio track in the video (default true) |
| `--isCC` | `-C` | Whether the track contains closed captions for the deaf and hard of hearing |
| `--isDraft` | `-D` | whether the caption track is a draft |
| `--isEasyReader` | `-E` | Whether caption track is formatted for 'easy reader' |
| `--isLarge` | `-L` | Whether the caption track uses large text for the vision-impaired |
| `--jsonpath` | `-j` | JSONPath expression to filter the output |
| `--language` | `-l` | Language of the caption track |
| `--name` | `-n` | Name of the caption track |
| `--onBehalfOf` | `-b` | |
| `--onBehalfOfContentOwner` | `-B` | |
| `--output` | `-o` | json\|yaml\|silent |
| `--trackKind` | `-t` | standard\|ASR\|forced (default "standard") |
| `--videoId` | `-v` | ID of the video |