Cloudsmith · Capability

Cloudsmith API (v1) — rates

Cloudsmith API (v1) — rates. 1 operations. Lead operation: Endpoint to check rate limits for current user.. Self-contained Naftiko capability covering one Cloudsmith business surface.

Run with Naftiko Cloudsmithrates

What You Can Do

GET
Rateslimitslist — Endpoint to check rate limits for current user.
/v1/rates/limits

MCP Tools

endpoint-check-rate-limits-current

Endpoint to check rate limits for current user.

read-only idempotent

Capability Spec

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