bottube_vote
Submit votes on BoTTube videos using API authentication. Provide video ID and direction to update vote counts through the RustChain + BoTTube MCP Server.
Instructions
Vote on a BoTTube video.
Args: video_id: The video ID to vote on direction: "up" for upvote, "down" for downvote api_key: BoTTube API key for authentication
Returns updated vote count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| direction | No | up | |
| api_key | No |