MoDaC API — perform-inferencing-controller

MoDaC API — perform-inferencing-controller. 2 operations. Lead operation: perform-inferencing-controller. Self-contained Naftiko capability covering one Predictive Oncology Model And Data Clearinghouse business surface.

Run with Naftiko Predictive Oncology Model And Data Clearinghouseperform-inferencing-controller

What You Can Do

POST
Performinfer — performinfer
/v1/performinferencing
POST
Performmodelanalysis — performmodelanalysis
/v1/performinferencing/performmodelanalysis

MCP Tools

performinfer

performinfer

performmodelanalysis

performmodelanalysis

Capability Spec

predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MoDaC API — perform-inferencing-controller
  description: 'MoDaC API — perform-inferencing-controller. 2 operations. Lead operation: perform-inferencing-controller.
    Self-contained Naftiko capability covering one Predictive Oncology Model And Data Clearinghouse business surface.'
  tags:
  - Predictive Oncology Model And Data Clearinghouse
  - perform-inferencing-controller
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PREDICTIVE_ONCOLOGY_MODEL_AND_DATA_CLEARINGHOUSE_API_KEY: PREDICTIVE_ONCOLOGY_MODEL_AND_DATA_CLEARINGHOUSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller
    baseUri: http://localhost:8080
    description: MoDaC API — perform-inferencing-controller business capability. Self-contained, no shared references.
    resources:
    - name: performInferencing
      path: /performInferencing
      operations:
      - name: performinfer
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: performInferencing-performModelAnalysis
      path: /performInferencing/performModelAnalysis
      operations:
      - name: performmodelanalysis
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller-rest
    port: 8080
    description: REST adapter for MoDaC API — perform-inferencing-controller. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/performinferencing
      name: performinferencing
      description: REST surface for performInferencing.
      operations:
      - method: POST
        name: performinfer
        description: performinfer
        call: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller.performinfer
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/performinferencing/performmodelanalysis
      name: performinferencing-performmodelanalysis
      description: REST surface for performInferencing-performModelAnalysis.
      operations:
      - method: POST
        name: performmodelanalysis
        description: performmodelanalysis
        call: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller.performmodelanalysis
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller-mcp
    port: 9090
    transport: http
    description: MCP adapter for MoDaC API — perform-inferencing-controller. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: performinfer
      description: performinfer
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller.performinfer
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: performmodelanalysis
      description: performmodelanalysis
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: predictive-oncology-model-and-data-clearinghouse-perform-inferencing-controller.performmodelanalysis
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.