Together AI · Capability

together-ai-tcloud — GPUClusterService

together-ai-tcloud — GPUClusterService. 5 operations. Lead operation: Update a GPU Cluster.. Self-contained Naftiko capability covering one Together Ai business surface.

Run with Naftiko Together AiGPUClusterService

What You Can Do

PUT
Gpuclusterserviceupdate — Update a GPU Cluster.
/v1/api/v1/gpu-cluster
POST
Gpuclusterservicecreate — Create GPU Cluster
/v1/api/v1/gpu-cluster
GET
Gpuclusterserviceget — Get GPU cluster by cluster ID
/v1/api/v1/gpu-cluster/{cluster-id}
DELETE
Gpuclusterservicedelete — Delete GPU cluster by cluster ID
/v1/api/v1/gpu-cluster/{cluster-id}
GET
Gpuclusterservicelist — List all GPU clusters.
/v1/api/v1/gpu-clusters

MCP Tools

update-gpu-cluster

Update a GPU Cluster.

idempotent
create-gpu-cluster

Create GPU Cluster

get-gpu-cluster-cluster-id

Get GPU cluster by cluster ID

read-only idempotent
delete-gpu-cluster-cluster-id

Delete GPU cluster by cluster ID

idempotent
list-all-gpu-clusters

List all GPU clusters.

read-only idempotent

Capability Spec

tcloud-gpuclusterservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: together-ai-tcloud — GPUClusterService
  description: 'together-ai-tcloud — GPUClusterService. 5 operations. Lead operation: Update a GPU Cluster.. Self-contained
    Naftiko capability covering one Together Ai business surface.'
  tags:
  - Together Ai
  - GPUClusterService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TOGETHER_AI_API_KEY: TOGETHER_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: tcloud-gpuclusterservice
    baseUri: ''
    description: together-ai-tcloud — GPUClusterService business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-gpu_cluster
      path: /api/v1/gpu_cluster
      operations:
      - name: gpuclusterserviceupdate
        method: PUT
        description: Update a GPU Cluster.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: gpuclusterservicecreate
        method: POST
        description: Create GPU Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-gpu_cluster-cluster_id
      path: /api/v1/gpu_cluster/{cluster_id}
      operations:
      - name: gpuclusterserviceget
        method: GET
        description: Get GPU cluster by cluster ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cluster_id
          in: path
          type: string
          required: true
      - name: gpuclusterservicedelete
        method: DELETE
        description: Delete GPU cluster by cluster ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cluster_id
          in: path
          type: string
          required: true
    - name: api-v1-gpu_clusters
      path: /api/v1/gpu_clusters
      operations:
      - name: gpuclusterservicelist
        method: GET
        description: List all GPU clusters.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TOGETHER_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: tcloud-gpuclusterservice-rest
    port: 8080
    description: REST adapter for together-ai-tcloud — GPUClusterService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/gpu-cluster
      name: api-v1-gpu-cluster
      description: REST surface for api-v1-gpu_cluster.
      operations:
      - method: PUT
        name: gpuclusterserviceupdate
        description: Update a GPU Cluster.
        call: tcloud-gpuclusterservice.gpuclusterserviceupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: gpuclusterservicecreate
        description: Create GPU Cluster
        call: tcloud-gpuclusterservice.gpuclusterservicecreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/gpu-cluster/{cluster-id}
      name: api-v1-gpu-cluster-cluster-id
      description: REST surface for api-v1-gpu_cluster-cluster_id.
      operations:
      - method: GET
        name: gpuclusterserviceget
        description: Get GPU cluster by cluster ID
        call: tcloud-gpuclusterservice.gpuclusterserviceget
        with:
          cluster_id: rest.cluster_id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: gpuclusterservicedelete
        description: Delete GPU cluster by cluster ID
        call: tcloud-gpuclusterservice.gpuclusterservicedelete
        with:
          cluster_id: rest.cluster_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/gpu-clusters
      name: api-v1-gpu-clusters
      description: REST surface for api-v1-gpu_clusters.
      operations:
      - method: GET
        name: gpuclusterservicelist
        description: List all GPU clusters.
        call: tcloud-gpuclusterservice.gpuclusterservicelist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tcloud-gpuclusterservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for together-ai-tcloud — GPUClusterService. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: update-gpu-cluster
      description: Update a GPU Cluster.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tcloud-gpuclusterservice.gpuclusterserviceupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: create-gpu-cluster
      description: Create GPU Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tcloud-gpuclusterservice.gpuclusterservicecreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-gpu-cluster-cluster-id
      description: Get GPU cluster by cluster ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tcloud-gpuclusterservice.gpuclusterserviceget
      with:
        cluster_id: tools.cluster_id
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-gpu-cluster-cluster-id
      description: Delete GPU cluster by cluster ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tcloud-gpuclusterservice.gpuclusterservicedelete
      with:
        cluster_id: tools.cluster_id
      outputParameters:
      - type: object
        mapping: $.
    - name: list-all-gpu-clusters
      description: List all GPU clusters.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tcloud-gpuclusterservice.gpuclusterservicelist
      outputParameters:
      - type: object
        mapping: $.