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.
| Tool | What it does | REST | Reference |
|---|---|---|---|
get_usage | Remaining credits and live limits. Spends nothing. | GET /api/v1/usage | get_usage |
post_comment | Post one top-level comment. Does not like. | POST /api/v1/comments | post_comment |
get_status | Poll a thread id or a Find job id. | GET /api/v1/status/:id | get_status |
like_comment | Like a live comment using identity from get_status. | POST /api/v1/comments/like | like_comment |
reply_to_comment | Reply using the video URL plus the parent username. | POST /api/v1/comments/reply | reply_to_comment |
find_videos | Start a paid Find job. Returns a job id, not cards. | POST /api/v1/finds | find_videos |
post_thread | Parent plus replies you wrote. No likes field. | POST /api/v1/threads | post_thread |
Last updated on