Debian · Capability

Debian Ultimate Database (UDD) Web Tools — Reproducibility

Debian Ultimate Database (UDD) Web Tools — Reproducibility. 1 operations. Lead operation: Reproducibility dashboard. Self-contained Naftiko capability covering one Debian business surface.

Run with Naftiko DebianReproducibility

What You Can Do

GET
Getreproducibility — Reproducibility dashboard
/v1/reproducible

MCP Tools

reproducibility-dashboard

Reproducibility dashboard

read-only idempotent

Capability Spec

udd-reproducibility.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Debian Ultimate Database (UDD) Web Tools — Reproducibility
  description: 'Debian Ultimate Database (UDD) Web Tools — Reproducibility. 1 operations. Lead operation: Reproducibility
    dashboard. Self-contained Naftiko capability covering one Debian business surface.'
  tags:
  - Debian
  - Reproducibility
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEBIAN_API_KEY: DEBIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: udd-reproducibility
    baseUri: https://udd.debian.org
    description: Debian Ultimate Database (UDD) Web Tools — Reproducibility business capability. Self-contained, no shared
      references.
    resources:
    - name: reproducible
      path: /reproducible/
      operations:
      - name: getreproducibility
        method: GET
        description: Reproducibility dashboard
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: udd-reproducibility-rest
    port: 8080
    description: REST adapter for Debian Ultimate Database (UDD) Web Tools — Reproducibility. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/reproducible
      name: reproducible
      description: REST surface for reproducible.
      operations:
      - method: GET
        name: getreproducibility
        description: Reproducibility dashboard
        call: udd-reproducibility.getreproducibility
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: udd-reproducibility-mcp
    port: 9090
    transport: http
    description: MCP adapter for Debian Ultimate Database (UDD) Web Tools — Reproducibility. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: reproducibility-dashboard
      description: Reproducibility dashboard
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: udd-reproducibility.getreproducibility
      outputParameters:
      - type: object
        mapping: $.