Sonatype Nexus · Capability

Sonatype Nexus Repository Manager — Azure blob store

Sonatype Nexus Repository Manager — Azure blob store. 1 operations. Lead operation: Verify connection using supplied Azure Blob Store settings. Self-contained Naftiko capability covering one Sonatype Nexus business surface.

Run with Naftiko Sonatype NexusAzure blob store

What You Can Do

POST
Verifyconnection1 — Verify connection using supplied Azure Blob Store settings
/v1/v1/azureblobstore/test-connection

MCP Tools

verify-connection-using-supplied-azure

Verify connection using supplied Azure Blob Store settings

Capability Spec

repository-azure-blob-store.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sonatype Nexus Repository Manager — Azure blob store
  description: 'Sonatype Nexus Repository Manager — Azure blob store. 1 operations. Lead operation: Verify connection using
    supplied Azure Blob Store settings. Self-contained Naftiko capability covering one Sonatype Nexus business surface.'
  tags:
  - Sonatype Nexus
  - Azure blob store
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SONATYPE_NEXUS_API_KEY: SONATYPE_NEXUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: repository-azure-blob-store
    baseUri: ''
    description: Sonatype Nexus Repository Manager — Azure blob store business capability. Self-contained, no shared references.
    resources:
    - name: v1-azureblobstore-test-connection
      path: /v1/azureblobstore/test-connection
      operations:
      - name: verifyconnection1
        method: POST
        description: Verify connection using supplied Azure Blob Store settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.SONATYPE_NEXUS_USER}}'
      password: '{{env.SONATYPE_NEXUS_PASS}}'
  exposes:
  - type: rest
    namespace: repository-azure-blob-store-rest
    port: 8080
    description: REST adapter for Sonatype Nexus Repository Manager — Azure blob store. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/azureblobstore/test-connection
      name: v1-azureblobstore-test-connection
      description: REST surface for v1-azureblobstore-test-connection.
      operations:
      - method: POST
        name: verifyconnection1
        description: Verify connection using supplied Azure Blob Store settings
        call: repository-azure-blob-store.verifyconnection1
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repository-azure-blob-store-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sonatype Nexus Repository Manager — Azure blob store. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: verify-connection-using-supplied-azure
      description: Verify connection using supplied Azure Blob Store settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-azure-blob-store.verifyconnection1
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.