Skip to main content
Glama
77rickliu

Douyin Engagement MCP

by 77rickliu

douyin_start_campaign

Launch a background comment campaign on Douyin: posts real comments on keyword-matched videos, randomly selects from a comment pool, and skips already commented videos.

Instructions

启动后台批量评论活动。这会在抖音产生真实评论。调用前必须确认关键词、评论数量、间隔时间,并提供尚未过期的批准ID。评论池按洗牌袋随机抽取,一轮用完前不重复;任何评论无法验证都会停止活动。活动会自动跳过历史已评论成功的视频(跨活动去重),不会重复评论同一视频。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
keywordYes
approvalIdYes
intervalSecondsYes最小评论间隔秒数
excludeVideoUrlsNo
intervalMaxSecondsNo最大评论间隔秒数;省略时使用固定间隔
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses several important behavioral traits beyond the annotations: comments are drawn from a shuffled bag without repetition until a round is exhausted, any unverifiable comment stops the activity, and the campaign automatically skips videos already commented on across campaigns. This is rich, actionable transparency that the annotations (readOnlyHint=false, idempotentHint=false) only hint at.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense paragraph that front-loads the core purpose, then adds necessary behavioral and prerequisite details. Every sentence adds value; there is no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the purpose, prerequisites, randomization behavior, error-stopping condition, and deduplication. Since there is no output schema, it does not explain the return value, and it does not mention how to monitor progress (e.g., via get_campaign_status), leaving a minor gap for a complex mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (only intervalSeconds and intervalMaxSeconds have descriptions). The description adds value by mentioning the need to confirm keyword, comment count, interval, and providing expiration context for approvalId. However, it does not explain the semantics of excludeVideoUrls or intervalMaxSeconds, leaving gaps that the low schema coverage does not fill.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with '启动后台批量评论活动' (start background batch comment campaign), clearly stating the action and resource. It explicitly says '这会在抖音产生真实评论' (will generate real comments on Douyin), distinguishing it from other tools like get_campaign_status or resume_campaign.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists prerequisites: '调用前必须确认关键词、评论数量、间隔时间,并提供尚未过期的批准ID' (before calling, must confirm keyword, count, interval, and provide non-expired approval ID). This gives clear context for when to use the tool, though it does not explicitly mention alternatives or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/77rickliu/Douyin-Engagement-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server