Cloudsmith · Capability

Cloudsmith API (v1) — status

Cloudsmith API (v1) — status. 1 operations. Lead operation: Endpoint to check basic API connectivity.. Self-contained Naftiko capability covering one Cloudsmith business surface.

Run with Naftiko Cloudsmithstatus

What You Can Do

GET
Statuscheckbasic — Endpoint to check basic API connectivity.
/v1/status/check/basic

MCP Tools

endpoint-check-basic-api-connectivity

Endpoint to check basic API connectivity.

read-only idempotent

Capability Spec

cloudsmith-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cloudsmith API (v1) — status
  description: 'Cloudsmith API (v1) — status. 1 operations. Lead operation: Endpoint to check basic API connectivity.. Self-contained
    Naftiko capability covering one Cloudsmith business surface.'
  tags:
  - Cloudsmith
  - status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDSMITH_API_KEY: CLOUDSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudsmith-status
    baseUri: https://api.cloudsmith.io
    description: Cloudsmith API (v1) — status business capability. Self-contained, no shared references.
    resources:
    - name: status-check-basic
      path: /status/check/basic/
      operations:
      - name: statuscheckbasic
        method: GET
        description: Endpoint to check basic API connectivity.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: cloudsmith-status-rest
    port: 8080
    description: REST adapter for Cloudsmith API (v1) — status. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/status/check/basic
      name: status-check-basic
      description: REST surface for status-check-basic.
      operations:
      - method: GET
        name: statuscheckbasic
        description: Endpoint to check basic API connectivity.
        call: cloudsmith-status.statuscheckbasic
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudsmith-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cloudsmith API (v1) — status. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: endpoint-check-basic-api-connectivity
      description: Endpoint to check basic API connectivity.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudsmith-status.statuscheckbasic
      outputParameters:
      - type: object
        mapping: $.