Together AI · Capability

together-ai-tcloud — SharedVolumeService

together-ai-tcloud — SharedVolumeService. 5 operations. Lead operation: Update a shared volume.. Self-contained Naftiko capability covering one Together Ai business surface.

Run with Naftiko Together AiSharedVolumeService

What You Can Do

PUT
Sharedvolumeserviceupdate — Update a shared volume.
/v1/api/v1/shared-volume
POST
Sharedvolumeservicecreate — Create a shared volume.
/v1/api/v1/shared-volume
GET
Sharedvolumeserviceget — Get shared volume by volume Id.
/v1/api/v1/shared-volume/{volume-id}
DELETE
Sharedvolumeservicedelete — Delete shared volume by volume id.
/v1/api/v1/shared-volume/{volume-id}
GET
Sharedvolumeservicelist — List all shared volumes.
/v1/api/v1/shared-volumes

MCP Tools

update-shared-volume

Update a shared volume.

idempotent
create-shared-volume

Create a shared volume.

get-shared-volume-volume-id

Get shared volume by volume Id.

read-only idempotent
delete-shared-volume-volume-id

Delete shared volume by volume id.

idempotent
list-all-shared-volumes

List all shared volumes.

read-only idempotent

Capability Spec

tcloud-sharedvolumeservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: together-ai-tcloud — SharedVolumeService
  description: 'together-ai-tcloud — SharedVolumeService. 5 operations. Lead operation: Update a shared volume.. Self-contained
    Naftiko capability covering one Together Ai business surface.'
  tags:
  - Together Ai
  - SharedVolumeService
  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-sharedvolumeservice
    baseUri: ''
    description: together-ai-tcloud — SharedVolumeService business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-shared_volume
      path: /api/v1/shared_volume
      operations:
      - name: sharedvolumeserviceupdate
        method: PUT
        description: Update a shared volume.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: sharedvolumeservicecreate
        method: POST
        description: Create a shared volume.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-shared_volume-volume_id
      path: /api/v1/shared_volume/{volume_id}
      operations:
      - name: sharedvolumeserviceget
        method: GET
        description: Get shared volume by volume Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: volume_id
          in: path
          type: string
          required: true
      - name: sharedvolumeservicedelete
        method: DELETE
        description: Delete shared volume by volume id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: volume_id
          in: path
          type: string
          required: true
    - name: api-v1-shared_volumes
      path: /api/v1/shared_volumes
      operations:
      - name: sharedvolumeservicelist
        method: GET
        description: List all shared volumes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TOGETHER_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: tcloud-sharedvolumeservice-rest
    port: 8080
    description: REST adapter for together-ai-tcloud — SharedVolumeService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/shared-volume
      name: api-v1-shared-volume
      description: REST surface for api-v1-shared_volume.
      operations:
      - method: PUT
        name: sharedvolumeserviceupdate
        description: Update a shared volume.
        call: tcloud-sharedvolumeservice.sharedvolumeserviceupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sharedvolumeservicecreate
        description: Create a shared volume.
        call: tcloud-sharedvolumeservice.sharedvolumeservicecreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/shared-volume/{volume-id}
      name: api-v1-shared-volume-volume-id
      description: REST surface for api-v1-shared_volume-volume_id.
      operations:
      - method: GET
        name: sharedvolumeserviceget
        description: Get shared volume by volume Id.
        call: tcloud-sharedvolumeservice.sharedvolumeserviceget
        with:
          volume_id: rest.volume_id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: sharedvolumeservicedelete
        description: Delete shared volume by volume id.
        call: tcloud-sharedvolumeservice.sharedvolumeservicedelete
        with:
          volume_id: rest.volume_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/shared-volumes
      name: api-v1-shared-volumes
      description: REST surface for api-v1-shared_volumes.
      operations:
      - method: GET
        name: sharedvolumeservicelist
        description: List all shared volumes.
        call: tcloud-sharedvolumeservice.sharedvolumeservicelist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tcloud-sharedvolumeservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for together-ai-tcloud — SharedVolumeService. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: update-shared-volume
      description: Update a shared volume.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tcloud-sharedvolumeservice.sharedvolumeserviceupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: create-shared-volume
      description: Create a shared volume.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tcloud-sharedvolumeservice.sharedvolumeservicecreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-shared-volume-volume-id
      description: Get shared volume by volume Id.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tcloud-sharedvolumeservice.sharedvolumeserviceget
      with:
        volume_id: tools.volume_id
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-shared-volume-volume-id
      description: Delete shared volume by volume id.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tcloud-sharedvolumeservice.sharedvolumeservicedelete
      with:
        volume_id: tools.volume_id
      outputParameters:
      - type: object
        mapping: $.
    - name: list-all-shared-volumes
      description: List all shared volumes.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tcloud-sharedvolumeservice.sharedvolumeservicelist
      outputParameters:
      - type: object
        mapping: $.