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
commentThread-insert.md•664 B
# CommentThread Insert Command
Insert a new comment thread.
## Usage
```bash
yutu commentThread insert [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--authorChannelId` | `-a` | Channel id of the comment author |
| `--channelId` | `-c` | Channel id of the video owner |
| `--jsonpath` | `-j` | JSONPath expression to filter the output |
| `--output` | `-o` | json\|yaml\|silent |
| `--textOriginal` | `-t` | Text of the comment |
| `--videoId` | `-v` | ID of the video |
## Examples
```bash
# Insert a new comment thread on a video
yutu commentThread insert --videoId VIDEO_ID --textOriginal "Nice video!"
```