Salesforce · Capability

Salesforce — Reward

Salesforce — Reward. 1 operations. Lead operation: Salesforce Game Reward. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceReward

What You Can Do

GET
Gamereward — Salesforce Game Reward
/v1/data/v64-0/game/gameparticipantreward/{gameparticipantrewardid}/game-reward

MCP Tools

salesforce-game-reward

Salesforce Game Reward

read-only idempotent

Capability Spec

salesforce-reward.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Reward
  description: 'Salesforce — Reward. 1 operations. Lead operation: Salesforce Game Reward. Self-contained Naftiko capability
    covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Reward
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-reward
    baseUri: https://login.salesforce.com
    description: Salesforce — Reward business capability. Self-contained, no shared references.
    resources:
    - name: data-v64.0-game-gameparticipantreward-gameParticipantRewardId-game-reward
      path: /data/v64.0/game/gameparticipantreward/{gameParticipantRewardId}/game-reward
      operations:
      - name: gamereward
        method: GET
        description: Salesforce Game Reward
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: gameParticipantRewardId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-reward-rest
    port: 8080
    description: REST adapter for Salesforce — Reward. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/data/v64-0/game/gameparticipantreward/{gameparticipantrewardid}/game-reward
      name: data-v64-0-game-gameparticipantreward-gameparticipantrewardid-game-reward
      description: REST surface for data-v64.0-game-gameparticipantreward-gameParticipantRewardId-game-reward.
      operations:
      - method: GET
        name: gamereward
        description: Salesforce Game Reward
        call: salesforce-reward.gamereward
        with:
          gameParticipantRewardId: rest.gameParticipantRewardId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-reward-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Reward. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-game-reward
      description: Salesforce Game Reward
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-reward.gamereward
      with:
        gameParticipantRewardId: tools.gameParticipantRewardId
      outputParameters:
      - type: object
        mapping: $.