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
comment-setModerationStatus.md•683 B
# Comment SetModerationStatus Command
Set YouTube comments moderation status by ids.
## Usage
```bash
yutu comment setModerationStatus [flags]
```
## Flags
| Flag | Shorthand | Description |
|------|-----------|-------------|
| `--banAuthor` | `-A` | If set to true the author of the comment gets added to the ban list |
| `--ids` | `-i` | IDs of comments |
| `--jsonpath` | `-j` | JSONPath expression to filter the output |
| `--moderationStatus` | `-s` | heldForReview\|published\|rejected |
| `--output` | `-o` | json\|yaml\|silent |
## Examples
```bash
# Publish a comment held for review
yutu comment setModerationStatus --ids COMMENT_ID --moderationStatus published
```