TikTok for Developers · Capability

TikTok Research API — Research Comments

TikTok Research API — Research Comments. 1 operations. Lead operation: List Video Comments. Self-contained Naftiko capability covering one Tiktok For Developers business surface.

Run with Naftiko Tiktok For DevelopersResearch Comments

What You Can Do

POST
Listvideocomments — List Video Comments
/v1/v2/research/video/comment/list

MCP Tools

list-video-comments

List Video Comments

read-only

Capability Spec

tiktok-research-research-comments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TikTok Research API — Research Comments
  description: 'TikTok Research API — Research Comments. 1 operations. Lead operation: List Video Comments. Self-contained
    Naftiko capability covering one Tiktok For Developers business surface.'
  tags:
  - Tiktok For Developers
  - Research Comments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIKTOK_FOR_DEVELOPERS_API_KEY: TIKTOK_FOR_DEVELOPERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: tiktok-research-research-comments
    baseUri: https://open.tiktokapis.com
    description: TikTok Research API — Research Comments business capability. Self-contained, no shared references.
    resources:
    - name: v2-research-video-comment-list
      path: /v2/research/video/comment/list/
      operations:
      - name: listvideocomments
        method: POST
        description: List Video Comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TIKTOK_FOR_DEVELOPERS_API_KEY}}'
  exposes:
  - type: rest
    namespace: tiktok-research-research-comments-rest
    port: 8080
    description: REST adapter for TikTok Research API — Research Comments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/research/video/comment/list
      name: v2-research-video-comment-list
      description: REST surface for v2-research-video-comment-list.
      operations:
      - method: POST
        name: listvideocomments
        description: List Video Comments
        call: tiktok-research-research-comments.listvideocomments
        with:
          fields: rest.fields
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tiktok-research-research-comments-mcp
    port: 9090
    transport: http
    description: MCP adapter for TikTok Research API — Research Comments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-video-comments
      description: List Video Comments
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: tiktok-research-research-comments.listvideocomments
      with:
        fields: tools.fields
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.