Shuffle · Capability

Shuffle API — Administration

Shuffle API — Administration. 1 operations. Lead operation: List Environments. Self-contained Naftiko capability covering one Shuffle business surface.

Run with Naftiko ShuffleAdministration

What You Can Do

GET
Listenvironments — List Environments
/v1/getenvironments

MCP Tools

list-environments

List Environments

read-only idempotent

Capability Spec

shuffle-administration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shuffle API — Administration
  description: 'Shuffle API — Administration. 1 operations. Lead operation: List Environments. Self-contained Naftiko capability
    covering one Shuffle business surface.'
  tags:
  - Shuffle
  - Administration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHUFFLE_API_KEY: SHUFFLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: shuffle-administration
    baseUri: https://shuffler.io/api/v1
    description: Shuffle API — Administration business capability. Self-contained, no shared references.
    resources:
    - name: getenvironments
      path: /getenvironments
      operations:
      - name: listenvironments
        method: GET
        description: List Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SHUFFLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: shuffle-administration-rest
    port: 8080
    description: REST adapter for Shuffle API — Administration. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/getenvironments
      name: getenvironments
      description: REST surface for getenvironments.
      operations:
      - method: GET
        name: listenvironments
        description: List Environments
        call: shuffle-administration.listenvironments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shuffle-administration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shuffle API — Administration. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-environments
      description: List Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shuffle-administration.listenvironments
      outputParameters:
      - type: object
        mapping: $.