Skip to main content
Glama
77rickliu

Douyin Engagement MCP

by 77rickliu

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.3.0

  • Disambiguation5/5

    Each tool targets a distinct action in the Douyin engagement workflow: login checking, video search, video inspection, campaign status, comment preparation, approval, campaign start/resume/stop, commented-video history, and browser close. There is no overlap between these operations.

    Naming Consistency5/5

    All tools follow the same verb_noun pattern with the 'douyin_' prefix, e.g., search_videos, inspect_video, start_campaign, stop_campaign. The naming is uniform and predictable.

    Tool Count5/5

    11 tools is well within the ideal 3-15 range and covers the entire campaign lifecycle without unnecessary bloat. Each tool serves a clear purpose in the workflow.

    Completeness5/5

    The tool set fully covers the campaign lifecycle: login check, searching/inspecting videos, preparing/approving comments, starting/monitoring/resuming/stopping campaigns, and preventing re-commenting via history. No critical gaps are apparent.

  • Average 4.1/5 across 11 of 11 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=true, so the description is not responsible for safety disclosure. It adds useful context by specifying that it opens a page, checks title, keyword relevance, and comment availability, and reinforces the read-only nature with '只读'. No contradictions found.

    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, concise sentence that front-loads the action and key checks. There is no redundant or filler content; every word contributes to understanding the tool's function.

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

    Completeness3/5

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

    The tool has no output schema, so the description should ideally explain what the agent can expect as a result. It does not mention return values, how results are presented, or whether the tool simply opens the page or returns a verification report. The description covers the tool's purpose but leaves significant operational gaps.

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

    Parameters2/5

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

    Schema description coverage is 0%, and the description does not mention videoUrl or keyword at all. Although the schema provides type and constraints, the description fails to add any semantic meaning about what these parameters represent or how they relate to the inspection task. This is a significant gap given the low coverage.

    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 clearly states the action (open a Douyin video detail page) and the specific checks performed (title, keyword relevance, comment section availability). It distinguishes this tool from siblings like douyin_search_videos or douyin_get_campaign_status by focusing on video inspection.

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

    Usage Guidelines3/5

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

    The purpose implies when to use this tool (verifying video details against a keyword), but it does not explicitly mention alternatives or exclusions. No reference is made to sibling tools or when not to use it, so the guidance is implied rather than explicit.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, and the description reinforces this with '只读' (read-only). It adds the behavioral detail of opening a local Chrome profile directory, but does not clarify any potential side effects (e.g., launching a browser) or what the status outcome looks like. Since annotations cover safety, the added context gives a moderate score.

    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, compact sentence with no filler. It front-loads the key action and scope, making it highly concise and easy to parse.

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

    Completeness3/5

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

    The tool is simple with no parameters and annotations clarifying read-only intent, but the description does not disclose what the tool returns (no output schema) or whether opening the directory has side effects. For a login-check tool, the agent would benefit from knowing the result format, so completeness is moderate.

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

    Parameters4/5

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

    There are zero parameters, so the schema provides no parameter details. The description need not explain any parameters, and with an empty schema, the baseline of 4 applies based on the rules.

    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 states a specific action: opening the local dedicated Chrome profile directory and checking the Douyin login or verification code status. This clearly distinguishes it from sibling tools like douyin_search_videos or douyin_close_browser, which handle other concerns.

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

    Usage Guidelines3/5

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

    The description implies the tool is used to verify login state, which is a clear context, but it does not explicitly state when to use it vs alternatives, nor mention any prerequisites or exclusions. The guidance is present but underdeveloped.

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

  • Behavior4/5

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

    The description adds meaningful context beyond the annotations: it explains that pending single operations will stop at a 'safety boundary', indicating a graceful shutdown rather than an abrupt kill. This is useful behavioral disclosure not present in the annotations. It does not contradict the annotations, which correctly indicate a mutating but idempotent operation.

    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 compact and front-loaded, consisting of two short sentences with no filler. It states the primary action first and then a key behavioral detail, making it easy to parse quickly.

    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?

    For a simple tool with one parameter, no output schema, and annotations covering idempotency, the description provides adequate operational context. It names the target activity and the graceful-stop behavior, and sibling names clarify the campaign lifecycle. However, it could have mentioned that the operation is safe to call even if already stopped, but that is already covered by the idempotentHint annotation.

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

    Parameters2/5

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

    The schema has 0% description coverage for the single parameter `campaignId`, and the description does not mention the parameter at all. It does not explain what `campaignId` represents or how to obtain it, leaving the agent to infer from the name alone. This is insufficient given the low schema coverage.

    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 uses a specific verb '停止' (stop) and resource '当前后台评论活动' (current background comment activity), clearly indicating the tool stops a campaign. This distinguishes it from sibling tools like douyin_start_campaign and douyin_resume_campaign, which are opposite operations.

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

    Usage Guidelines3/5

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

    The description implies usage when you need to halt a running campaign, but it does not explicitly state when to use this tool versus alternatives like `start` or `resume`. There are no exclusions or direct comparisons to siblings, so it relies on the name and context to infer usage.

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

  • Behavior4/5

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

    The description reinforces the readOnlyHint annotation by stating '只读' and adds valuable context by enumerating the specific data returned (status, videos, comments, verification results, stop reasons). This goes beyond what annotations provide, though it does not describe response format or pagination.

    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 extremely concise with two short sentences, front-loading the verb and purpose. No redundant information; every word earns its place.

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

    Completeness3/5

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

    Given the tool has no output schema, the description adequately lists the categories of information read, but misses details on response structure or any prerequisite context. It is sufficient for a simple one-parameter read-only tool but leaves some ambiguity about data formatting.

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

    Parameters2/5

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

    Schema description coverage is 0%, so the description must compensate for the undocumented campaignId parameter. It does not mention the parameter at all, leaving the agent to infer its meaning solely from the name and schema. This fails to add meaningful semantic value.

    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 uses a specific verb ('读取' / 'read') and clearly lists the resources it accesses: campaign status, individual videos, comments used, verification results, and stop reasons. This distinguishes it from sibling tools like start/stop/resume which are mutations.

    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 clearly establishes this is a read-only status retrieval tool, which implies use for inspecting state rather than changing it. However, it does not explicitly list when-not-to-use scenarios or mention sibling alternatives.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds value by specifying that only public videos passing page status and relevance checks are returned, which is beyond the annotation. The read-only trait is also confirmed in the description, aligning with the annotation.

    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, concise sentence that front-loads the action and includes essential filtering behavior. There is no wasted text or unnecessary repetition.

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

    Completeness3/5

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

    The tool is relatively simple, but the description omits any mention of the return format, pagination, or how the limit and relevanceThreshold parameters affect results. Without an output schema, more detail would be needed for a fully self-contained description. The 'page status' reference is also vague.

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

    Parameters2/5

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

    Schema description coverage is 0%, and the description does not elaborate on any parameters. While the parameter names (keyword, limit, relevanceThreshold) are somewhat self-explanatory, the description fails to define 'relevanceThreshold' or explain how 'page status' relates to the search. The description's mention of 'relevance checks' provides minimal linkage but does not compensate for the lack of parameter documentation.

    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 clearly states the tool searches keywords on Douyin's video search page and returns only public videos that pass page status and relevance checks. This is a specific verb+resource combination that distinguishes it from sibling tools like douyin_inspect_video or douyin_list_commented_videos.

    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 implies when to use this tool: when a search by keyword is needed. It does not explicitly mention alternatives or exclusions, but the context of searching on the video search page is clear. Since no other sibling tool covers search, it is sufficiently differentiated.

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

  • Behavior5/5

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

    The description adds significant behavioral context beyond the annotations: it explains that the tool will generate 3-5 comments, present them for one-time confirmation, and explicitly clarifies that it does not generate or send comments. The readOnlyHint and openWorldHint annotations are consistent, and the description enriches the agent's understanding of what the tool will and will not do.

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

    Conciseness4/5

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

    The description is concise, with two sentences that efficiently convey the tool's purpose, expected output (3-5 comments), usage context (user confirmation), and key constraint (does not send). The second sentence is slightly dense but every clause provides value, so it earns a 4.

    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?

    Given the tool's combined search-and-prepare nature and lack of an output schema, the description is fairly complete: it states the tool searches real videos, generates a brief with a specified number of comments, and returns them for user confirmation. It does not detail output structure or how it integrates with sibling tools, but for a read-only preparation tool, this is sufficient.

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

    Parameters2/5

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

    Schema coverage is 0%, so the description must compensate for parameter explanations. It directly mentions '方向' (direction) as a guide for generating comments, and '搜索' implies the keyword parameter, but it does not explain 'sampleSize' at all. The parameter names are somewhat self-explanatory, but the description adds limited clarity beyond the schema.

    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 clearly states the tool's function: '搜索真实视频并生成评论预制简报' (search real videos and generate pre-made comment briefs). It distinguishes from siblings by explicitly stating it does not generate or send comments, positioning it as a preparation step rather than an execution step.

    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 gives clear context on when to use the tool: when the user wants a comment brief generated from real videos and presented for confirmation. It also implicitly excludes sending by stating '此工具不会生成或发送评论', implying other tools handle sending. However, it does not name specific alternative tools, so it gets a 4 rather than a 5.

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

  • Behavior4/5

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

    Annotations indicate a mutating, non-idempotent operation. The description adds context beyond that: it locks comments, issues a one-time approval ID, and requires user confirmation. It discloses the one-time nature and the prerequisite, aligning with non-idempotency. It doesn't detail all side effects, but provides meaningful behavioral context.

    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 two sentences, front-loaded with the primary action and purpose. Every sentence contributes essential information: the action, the effect, and the precondition. No wasted words.

    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?

    For a tool with 4 parameters and no output schema, the description adequately explains the core action, the prerequisite, and the purpose. It implies the return value (approval ID) and its one-time nature. It could mention how the approval ID connects to sibling tools like douyin_start_campaign, but overall it is sufficiently complete for invocation.

    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 25% (only userConfirmed has a description). The description compensates partially by mentioning the comment count range (3-5) and user confirmation, but it does not explain the meaning of 'direction' or 'ttlMinutes'. Thus it adds some value but leaves key parameters underspecified.

    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 clearly states a specific action: locks 3-5 user-confirmed comments and issues a one-time batch approval ID. It distinguishes itself from sibling tools like douyin_start_campaign by focusing on the approval step, not the execution of sending.

    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 explicitly states the prerequisite: 'only after the user has seen the complete comment pool and explicitly confirmed.' It also explains the purpose of the approval (allows subsequent auto-send without per-comment confirmation), giving clear context for when to call. It does not name alternative tools but the sequencing is unambiguous.

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

  • Behavior4/5

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

    Beyond annotations, the description adds that it only affects the MCP-launched Chrome and preserves login data. This is useful behavioral context. Annotations already indicate idempotency, and the description does not contradict them.

    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 two sentences, front-loaded with the primary action and followed by a critical reassurance about login data. Every sentence earns its place with no wasted words.

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

    Completeness5/5

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

    For a zero-parameter, no-output-schema tool, the description fully covers the essential behavior: closing the dedicated browser and preserving login data. No significant gaps exist.

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

    Parameters4/5

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

    There are zero parameters, so the baseline is 4. The description adds no parameter details because none are needed; the schema is empty and fully covers what the tool takes.

    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 uses the specific verb '关闭' (closes) and clearly identifies the resource as 'MCP启动的专用Chrome' (dedicated Chrome launched by MCP). This differentiates it from all sibling tools, which focus on video and campaign operations.

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

    Usage Guidelines3/5

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

    The description implies the tool is for closing the dedicated browser but does not explicitly state when to use it or when not to. No alternatives or exclusions are mentioned, though the context makes the usage fairly obvious.

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

  • Behavior3/5

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

    The description adds the scope '已成功评论' (successfully commented) and its deduplication purpose, which goes beyond the annotations. However, the '只读' (read-only) statement is redundant with the annotation readOnlyHint=true. No return format or pagination details are disclosed, which is acceptable given annotations but still limited.

    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 two short sentences, front-loaded with the main action and scope, followed by a brief purpose note. Every word earns its place, and the redundant '只读' is minimal. Structure is highly efficient.

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

    Completeness5/5

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

    For a simple read-only list tool with no parameters and no output schema, the description is complete. It states exactly what the tool returns (list of successfully commented videos) and why it's used (deduplication). No additional context is needed for an agent to invoke it correctly.

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

    Parameters4/5

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

    The tool has zero parameters, so schema coverage is trivially 100%. The baseline for 0 params is 4, and the description adds no param-specific info because there are none. This is appropriate for a parameterless tool.

    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 uses a specific verb '查看' (view/list) with a clear resource '所有已成功评论的视频清单' (list of all successfully commented videos), and adds purpose context '跨活动去重的依据' (basis for cross-campaign deduplication). This clearly distinguishes it from sibling tools like search or inspect.

    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?

    It explains when to use this tool: as the basis for cross-campaign deduplication. This gives clear context for its intended use case, though it doesn't explicitly compare against alternatives or state 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.

  • Behavior5/5

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

    The description adds valuable behavior beyond annotations: it preserves candidate list, current video, comment pool, success records, and dedup progress, and checks whether the current comment is already posted to avoid duplicates. This supplements the openWorldHint and idempotentHint with concrete state-preservation and safety checks. No contradiction with readOnlyHint=false.

    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 three concise sentences, with the primary use case front-loaded and no redundant filler. Each sentence provides distinct information: when to use, state preserved, and duplicate-prevention behavior.

    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 tool is well-covered given its moderate complexity: purpose, usage timing, state preservation, and safety check are all described. Absence of an output schema is acceptable, but the description does not mention potential side effects (e.g., continuing to post comments) explicitly, though that is implied by 'resume campaign'.

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

    Parameters2/5

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

    Schema coverage is 0%, and the description does not explicitly map the two parameters. It mentions verification status ('userCompletedVerification' implied by '用户已完成验证') but does not name campaignId or clarify the boolean flag's meaning. The const true constraint is left undiscussed, so the agent must infer parameter semantics from the schema alone.

    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 clearly states the tool resumes an original campaign after user verification, distinguishing it from sibling tools like start_campaign and stop_campaign. It specifies the resource (campaign) and action (resume), making the purpose unambiguous.

    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?

    It explicitly conditions usage on the user having completed verification in the current Chrome window, and notes it does not accept verification codes, implying it should be used after verification rather than for verification. However, it does not explicitly name alternate tools for starting or checking campaigns, so some reliance on sibling context is needed.

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

  • 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.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

Douyin-Engagement-MCP MCP server

Copy to your README.md:

Score Badge

Douyin-Engagement-MCP MCP server

Copy to your README.md:

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