Adobe Captivate · Capability

Adobe Captivate Prime API (Learning Manager) — Gamification

Adobe Captivate Prime API (Learning Manager) — Gamification. 1 operations. Lead operation: Adobe Captivate Get User Gamification Points. Self-contained Naftiko capability covering one Adobe Captivate business surface.

Run with Naftiko Adobe CaptivateGamification

What You Can Do

GET
Getusergamificationpoints — Adobe Captivate Get User Gamification Points
/v1/users/{userid}/gamificationpoints

MCP Tools

adobe-captivate-get-user-gamification

Adobe Captivate Get User Gamification Points

read-only idempotent

Capability Spec

prime-gamification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Captivate Prime API (Learning Manager) — Gamification
  description: 'Adobe Captivate Prime API (Learning Manager) — Gamification. 1 operations. Lead operation: Adobe Captivate
    Get User Gamification Points. Self-contained Naftiko capability covering one Adobe Captivate business surface.'
  tags:
  - Adobe Captivate
  - Gamification
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CAPTIVATE_API_KEY: ADOBE_CAPTIVATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: prime-gamification
    baseUri: https://learningmanager.adobe.com/primeapi/v2
    description: Adobe Captivate Prime API (Learning Manager) — Gamification business capability. Self-contained, no shared
      references.
    resources:
    - name: users-userId-gamificationPoints
      path: /users/{userId}/gamificationPoints
      operations:
      - name: getusergamificationpoints
        method: GET
        description: Adobe Captivate Get User Gamification Points
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ADOBE_CAPTIVATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: prime-gamification-rest
    port: 8080
    description: REST adapter for Adobe Captivate Prime API (Learning Manager) — Gamification. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{userid}/gamificationpoints
      name: users-userid-gamificationpoints
      description: REST surface for users-userId-gamificationPoints.
      operations:
      - method: GET
        name: getusergamificationpoints
        description: Adobe Captivate Get User Gamification Points
        call: prime-gamification.getusergamificationpoints
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: prime-gamification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Captivate Prime API (Learning Manager) — Gamification. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-captivate-get-user-gamification
      description: Adobe Captivate Get User Gamification Points
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prime-gamification.getusergamificationpoints
      outputParameters:
      - type: object
        mapping: $.