TikTok for Developers · Capability

TikTok Research API — Research Social

TikTok Research API — Research Social. 2 operations. Lead operation: List User Followers. Self-contained Naftiko capability covering one Tiktok For Developers business surface.

Run with Naftiko Tiktok For DevelopersResearch Social

What You Can Do

POST
Listuserfollowers — List User Followers
/v1/v2/research/user/followers
POST
Listuserfollowing — List User Following
/v1/v2/research/user/following

MCP Tools

list-user-followers

List User Followers

read-only
list-user-following

List User Following

read-only

Capability Spec

tiktok-research-research-social.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TikTok Research API — Research Social
  description: 'TikTok Research API — Research Social. 2 operations. Lead operation: List User Followers. Self-contained Naftiko
    capability covering one Tiktok For Developers business surface.'
  tags:
  - Tiktok For Developers
  - Research Social
  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-social
    baseUri: https://open.tiktokapis.com
    description: TikTok Research API — Research Social business capability. Self-contained, no shared references.
    resources:
    - name: v2-research-user-followers
      path: /v2/research/user/followers/
      operations:
      - name: listuserfollowers
        method: POST
        description: List User Followers
        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
    - name: v2-research-user-following
      path: /v2/research/user/following/
      operations:
      - name: listuserfollowing
        method: POST
        description: List User Following
        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-social-rest
    port: 8080
    description: REST adapter for TikTok Research API — Research Social. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/research/user/followers
      name: v2-research-user-followers
      description: REST surface for v2-research-user-followers.
      operations:
      - method: POST
        name: listuserfollowers
        description: List User Followers
        call: tiktok-research-research-social.listuserfollowers
        with:
          fields: rest.fields
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/research/user/following
      name: v2-research-user-following
      description: REST surface for v2-research-user-following.
      operations:
      - method: POST
        name: listuserfollowing
        description: List User Following
        call: tiktok-research-research-social.listuserfollowing
        with:
          fields: rest.fields
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tiktok-research-research-social-mcp
    port: 9090
    transport: http
    description: MCP adapter for TikTok Research API — Research Social. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-user-followers
      description: List User Followers
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: tiktok-research-research-social.listuserfollowers
      with:
        fields: tools.fields
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-user-following
      description: List User Following
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: tiktok-research-research-social.listuserfollowing
      with:
        fields: tools.fields
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.