Rumora

MCP tools

Tool names map to the command reference. MCP and REST share one runner.

Each tool is one command. Copy the name into the agent, then open the reference page for the arguments and the JSON you should see back. There is no second field list on this page, so it cannot drift from the runner.

Call get_usage first. The order is in Recommended workflow.

ToolWhat it doesRESTReference
get_usageRemaining credits and live limits. Spends nothing.GET /api/v1/usageget_usage
post_commentPost one top-level comment. Does not like.POST /api/v1/commentspost_comment
get_statusPoll a thread id or a Find job id.GET /api/v1/status/:idget_status
like_commentLike a live comment using identity from get_status.POST /api/v1/comments/likelike_comment
reply_to_commentReply using the video URL plus the parent username.POST /api/v1/comments/replyreply_to_comment
find_videosStart a paid Find job. Returns a job id, not cards.POST /api/v1/findsfind_videos
post_threadParent plus replies you wrote. No likes field.POST /api/v1/threadspost_thread

Last updated on