Cloudsmith · Capability

Cloudsmith API (v1) — storage-regions

Cloudsmith API (v1) — storage-regions. 2 operations. Lead operation: Get a list of all available storage regions.. Self-contained Naftiko capability covering one Cloudsmith business surface.

Run with Naftiko Cloudsmithstorage-regions

What You Can Do

GET
Storageregionslist — Get a list of all available storage regions.
/v1/storage-regions
GET
Storageregionsread — Get a specific storage region.
/v1/storage-regions/{slug}

MCP Tools

get-list-all-available-storage

Get a list of all available storage regions.

read-only idempotent
get-specific-storage-region

Get a specific storage region.

read-only idempotent

Capability Spec

cloudsmith-storage-regions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cloudsmith API (v1) — storage-regions
  description: 'Cloudsmith API (v1) — storage-regions. 2 operations. Lead operation: Get a list of all available storage regions..
    Self-contained Naftiko capability covering one Cloudsmith business surface.'
  tags:
  - Cloudsmith
  - storage-regions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDSMITH_API_KEY: CLOUDSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudsmith-storage-regions
    baseUri: https://api.cloudsmith.io
    description: Cloudsmith API (v1) — storage-regions business capability. Self-contained, no shared references.
    resources:
    - name: storage-regions
      path: /storage-regions/
      operations:
      - name: storageregionslist
        method: GET
        description: Get a list of all available storage regions.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: storage-regions-slug
      path: /storage-regions/{slug}/
      operations:
      - name: storageregionsread
        method: GET
        description: Get a specific storage region.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: cloudsmith-storage-regions-rest
    port: 8080
    description: REST adapter for Cloudsmith API (v1) — storage-regions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/storage-regions
      name: storage-regions
      description: REST surface for storage-regions.
      operations:
      - method: GET
        name: storageregionslist
        description: Get a list of all available storage regions.
        call: cloudsmith-storage-regions.storageregionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/storage-regions/{slug}
      name: storage-regions-slug
      description: REST surface for storage-regions-slug.
      operations:
      - method: GET
        name: storageregionsread
        description: Get a specific storage region.
        call: cloudsmith-storage-regions.storageregionsread
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudsmith-storage-regions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cloudsmith API (v1) — storage-regions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-list-all-available-storage
      description: Get a list of all available storage regions.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudsmith-storage-regions.storageregionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specific-storage-region
      description: Get a specific storage region.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudsmith-storage-regions.storageregionsread
      outputParameters:
      - type: object
        mapping: $.