Apache POI · Capability

Apache POI API — Conversion

Apache POI API — Conversion. 1 operations. Lead operation: Apache POI Convert Document. Self-contained Naftiko capability covering one Apache Poi business surface.

Run with Naftiko Apache PoiConversion

What You Can Do

POST
Convertdocument — Apache POI Convert Document
/v1/convert

MCP Tools

apache-poi-convert-document

Apache POI Convert Document

Capability Spec

apache-poi-conversion.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache POI API — Conversion
  description: 'Apache POI API — Conversion. 1 operations. Lead operation: Apache POI Convert Document. Self-contained Naftiko
    capability covering one Apache Poi business surface.'
  tags:
  - Apache Poi
  - Conversion
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_POI_API_KEY: APACHE_POI_API_KEY
capability:
  consumes:
  - type: http
    namespace: apache-poi-conversion
    baseUri: https://poi.example.com/api/v1
    description: Apache POI API — Conversion business capability. Self-contained, no shared references.
    resources:
    - name: convert
      path: /convert
      operations:
      - name: convertdocument
        method: POST
        description: Apache POI Convert Document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: apache-poi-conversion-rest
    port: 8080
    description: REST adapter for Apache POI API — Conversion. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/convert
      name: convert
      description: REST surface for convert.
      operations:
      - method: POST
        name: convertdocument
        description: Apache POI Convert Document
        call: apache-poi-conversion.convertdocument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-poi-conversion-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache POI API — Conversion. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apache-poi-convert-document
      description: Apache POI Convert Document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: apache-poi-conversion.convertdocument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.