Timoni · Capability

Timoni Module Registry API — Artifacts

Timoni Module Registry API — Artifacts. 1 operations. Lead operation: Get Module Blob. Self-contained Naftiko capability covering one Timoni business surface.

Run with Naftiko TimoniArtifacts

What You Can Do

GET
Getmoduleblob — Get Module Blob
/v1/v2/{registry}/{module}/blobs/{digest}

MCP Tools

get-module-blob

Get Module Blob

read-only idempotent

Capability Spec

timoni-artifacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Timoni Module Registry API — Artifacts
  description: 'Timoni Module Registry API — Artifacts. 1 operations. Lead operation: Get Module Blob. Self-contained Naftiko
    capability covering one Timoni business surface.'
  tags:
  - Timoni
  - Artifacts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIMONI_API_KEY: TIMONI_API_KEY
capability:
  consumes:
  - type: http
    namespace: timoni-artifacts
    baseUri: https://ghcr.io
    description: Timoni Module Registry API — Artifacts business capability. Self-contained, no shared references.
    resources:
    - name: v2-registry-module-blobs-digest
      path: /v2/{registry}/{module}/blobs/{digest}
      operations:
      - name: getmoduleblob
        method: GET
        description: Get Module Blob
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: registry
          in: path
          type: string
          required: true
        - name: module
          in: path
          type: string
          required: true
        - name: digest
          in: path
          type: string
          description: Blob digest in format sha256:<hash>
          required: true
    authentication:
      type: bearer
      token: '{{env.TIMONI_API_KEY}}'
  exposes:
  - type: rest
    namespace: timoni-artifacts-rest
    port: 8080
    description: REST adapter for Timoni Module Registry API — Artifacts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/{registry}/{module}/blobs/{digest}
      name: v2-registry-module-blobs-digest
      description: REST surface for v2-registry-module-blobs-digest.
      operations:
      - method: GET
        name: getmoduleblob
        description: Get Module Blob
        call: timoni-artifacts.getmoduleblob
        with:
          registry: rest.registry
          module: rest.module
          digest: rest.digest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: timoni-artifacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Timoni Module Registry API — Artifacts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-module-blob
      description: Get Module Blob
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: timoni-artifacts.getmoduleblob
      with:
        registry: tools.registry
        module: tools.module
        digest: tools.digest
      outputParameters:
      - type: object
        mapping: $.