GamerPower · Capability

GamerPower — Worth

GamerPower — Worth. 1 operation. Lead operation: Get Total Worth Estimation. Self-contained Naftiko capability covering aggregate live-giveaway count and USD worth estimation.

Run with Naftiko GamerPowerWorthAggregate

What You Can Do

GET
Getworth — Get Total Worth Estimation
/v1/worth

MCP Tools

get-worth

Get the aggregate count and USD worth of currently live giveaways.

read-only idempotent

Capability Spec

gamerpower-worth.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GamerPower — Worth
  description: 'GamerPower — Worth. 1 operation. Lead operation: Get Total Worth Estimation. Self-contained Naftiko capability covering aggregate live-giveaway count and USD worth estimation.'
  tags:
  - GamerPower
  - Worth
  - Aggregate
  created: '2026-05-30'
  modified: '2026-05-30'
binds: []
capability:
  consumes:
  - type: http
    namespace: gamerpower-worth
    baseUri: https://www.gamerpower.com/api
    description: GamerPower — Worth business capability. Self-contained, no shared references.
    resources:
    - name: worth
      path: /worth
      operations:
      - name: getWorth
        method: GET
        description: Get Total Worth Estimation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: gamerpower-worth-rest
    port: 8080
    description: REST adapter for GamerPower — Worth. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/worth
      name: v1-worth
      description: REST surface for the aggregate worth estimation.
      operations:
      - method: GET
        name: getWorth
        description: Get Total Worth Estimation
        call: gamerpower-worth.getWorth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gamerpower-worth-mcp
    port: 9090
    transport: http
    description: MCP adapter for GamerPower — Worth. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-worth
      description: Get the aggregate count and USD worth of currently live giveaways.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gamerpower-worth.getWorth
      outputParameters:
      - type: object
        mapping: $.