Debbie Collect · Capability

Debbie Platform API — Billing

Debbie Platform API — Billing. 1 operations. Lead operation: Get deposit distribution. Self-contained Naftiko capability covering one Debbie Collect business surface.

Run with Naftiko Debbie CollectBilling

What You Can Do

GET
Getdepositdistribution — Get deposit distribution
/v1/billing/deposit-distribution

MCP Tools

get-deposit-distribution

Get deposit distribution

read-only idempotent

Capability Spec

debbie-platform-billing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Debbie Platform API — Billing
  description: 'Debbie Platform API — Billing. 1 operations. Lead operation: Get deposit distribution. Self-contained Naftiko
    capability covering one Debbie Collect business surface.'
  tags:
  - Debbie Collect
  - Billing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEBBIE_COLLECT_API_KEY: DEBBIE_COLLECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: debbie-platform-billing
    baseUri: https://api.debbie.dk
    description: Debbie Platform API — Billing business capability. Self-contained, no shared references.
    resources:
    - name: billing-deposit-distribution
      path: /billing/deposit-distribution
      operations:
      - name: getdepositdistribution
        method: GET
        description: Get deposit distribution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DEBBIE_COLLECT_API_KEY}}'
  exposes:
  - type: rest
    namespace: debbie-platform-billing-rest
    port: 8080
    description: REST adapter for Debbie Platform API — Billing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/billing/deposit-distribution
      name: billing-deposit-distribution
      description: REST surface for billing-deposit-distribution.
      operations:
      - method: GET
        name: getdepositdistribution
        description: Get deposit distribution
        call: debbie-platform-billing.getdepositdistribution
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: debbie-platform-billing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Debbie Platform API — Billing. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-deposit-distribution
      description: Get deposit distribution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: debbie-platform-billing.getdepositdistribution
      outputParameters:
      - type: object
        mapping: $.