RAWG · Capability

RAWG Video Games Database API — creator-roles

RAWG Video Games Database API — creator-roles. 1 operations. Lead operation: Get a list of creator positions (jobs).. Self-contained Naftiko capability covering one Rawg business surface.

Run with Naftiko Rawgcreator-roles

What You Can Do

GET
Creatorroleslist — Get a list of creator positions (jobs).
/v1/creator-roles

MCP Tools

get-list-creator-positions-jobs

Get a list of creator positions (jobs).

read-only idempotent

Capability Spec

rawg-creator-roles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RAWG Video Games Database API — creator-roles
  description: 'RAWG Video Games Database API — creator-roles. 1 operations. Lead operation: Get a list of creator positions
    (jobs).. Self-contained Naftiko capability covering one Rawg business surface.'
  tags:
  - Rawg
  - creator-roles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RAWG_API_KEY: RAWG_API_KEY
capability:
  consumes:
  - type: http
    namespace: rawg-creator-roles
    baseUri: https://api.rawg.io/api
    description: RAWG Video Games Database API — creator-roles business capability. Self-contained, no shared references.
    resources:
    - name: creator-roles
      path: /creator-roles
      operations:
      - name: creatorroleslist
        method: GET
        description: Get a list of creator positions (jobs).
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
          description: A page number within the paginated result set.
        - name: page_size
          in: query
          type: integer
          description: Number of results to return per page.
  exposes:
  - type: rest
    namespace: rawg-creator-roles-rest
    port: 8080
    description: REST adapter for RAWG Video Games Database API — creator-roles. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/creator-roles
      name: creator-roles
      description: REST surface for creator-roles.
      operations:
      - method: GET
        name: creatorroleslist
        description: Get a list of creator positions (jobs).
        call: rawg-creator-roles.creatorroleslist
        with:
          page: rest.page
          page_size: rest.page_size
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rawg-creator-roles-mcp
    port: 9090
    transport: http
    description: MCP adapter for RAWG Video Games Database API — creator-roles. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-list-creator-positions-jobs
      description: Get a list of creator positions (jobs).
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rawg-creator-roles.creatorroleslist
      with:
        page: tools.page
        page_size: tools.page_size
      outputParameters:
      - type: object
        mapping: $.