Dead Drop · Capability

dead-drop API v1 — Documentation

dead-drop API v1 — Documentation. 2 operations. Lead operation: Swagger UI. Self-contained Naftiko capability covering one Dead Drop business surface.

Run with Naftiko Dead DropDocumentation

What You Can Do

GET
Get — Swagger UI
/v1/docs
GET
Get — OpenAPI Specification
/v1/docs/openapi-json

MCP Tools

swagger-ui

Swagger UI

read-only idempotent
openapi-specification

OpenAPI Specification

read-only idempotent

Capability Spec

dead-drop-documentation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: dead-drop API v1 — Documentation
  description: 'dead-drop API v1 — Documentation. 2 operations. Lead operation: Swagger UI. Self-contained Naftiko capability
    covering one Dead Drop business surface.'
  tags:
  - Dead Drop
  - Documentation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEAD_DROP_API_KEY: DEAD_DROP_API_KEY
capability:
  consumes:
  - type: http
    namespace: dead-drop-documentation
    baseUri: ''
    description: dead-drop API v1 — Documentation business capability. Self-contained, no shared references.
    resources:
    - name: docs
      path: /docs
      operations:
      - name: get
        method: GET
        description: Swagger UI
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: docs-openapi.json
      path: /docs/openapi.json
      operations:
      - name: get
        method: GET
        description: OpenAPI Specification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dead-drop-documentation-rest
    port: 8080
    description: REST adapter for dead-drop API v1 — Documentation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/docs
      name: docs
      description: REST surface for docs.
      operations:
      - method: GET
        name: get
        description: Swagger UI
        call: dead-drop-documentation.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/docs/openapi-json
      name: docs-openapi-json
      description: REST surface for docs-openapi.json.
      operations:
      - method: GET
        name: get
        description: OpenAPI Specification
        call: dead-drop-documentation.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dead-drop-documentation-mcp
    port: 9090
    transport: http
    description: MCP adapter for dead-drop API v1 — Documentation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: swagger-ui
      description: Swagger UI
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dead-drop-documentation.get
      outputParameters:
      - type: object
        mapping: $.
    - name: openapi-specification
      description: OpenAPI Specification
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dead-drop-documentation.get
      outputParameters:
      - type: object
        mapping: $.