Cloudsmith · Capability

Cloudsmith API (v1) — users

Cloudsmith API (v1) — users. 1 operations. Lead operation: Provide a brief for the specified user (if any).. Self-contained Naftiko capability covering one Cloudsmith business surface.

Run with Naftiko Cloudsmithusers

What You Can Do

GET
Usersprofileread — Provide a brief for the specified user (if any).
/v1/users/profile/{slug}

MCP Tools

provide-brief-specified-user-if

Provide a brief for the specified user (if any).

read-only idempotent

Capability Spec

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