Microsoft Azure · Capability

Microsoft Azure Azure AI Health Insights — OncoPhenotype

Microsoft Azure Azure AI Health Insights — OncoPhenotype. 2 operations. Lead operation: Microsoft Azure Create Onco Phenotype Job. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOncoPhenotype

What You Can Do

POST
Microsoftazureoncophenotypecreatejob — Microsoft Azure Create Onco Phenotype Job
/v1/onco-phenotype/jobs
GET
Microsoftazureoncophenotypegetjob — Microsoft Azure Get Onco Phenotype Job Details
/v1/onco-phenotype/jobs/{id}

MCP Tools

microsoft-azure-create-onco-phenotype

Microsoft Azure Create Onco Phenotype Job

microsoft-azure-get-onco-phenotype

Microsoft Azure Get Onco Phenotype Job Details

read-only idempotent

Capability Spec

azure-ai-health-insights-oncophenotype.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AI Health Insights — OncoPhenotype
  description: 'Microsoft Azure Azure AI Health Insights — OncoPhenotype. 2 operations. Lead operation: Microsoft Azure Create
    Onco Phenotype Job. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - OncoPhenotype
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-ai-health-insights-oncophenotype
    baseUri: ''
    description: Microsoft Azure Azure AI Health Insights — OncoPhenotype business capability. Self-contained, no shared references.
    resources:
    - name: onco-phenotype-jobs
      path: /onco-phenotype/jobs
      operations:
      - name: microsoftazureoncophenotypecreatejob
        method: POST
        description: Microsoft Azure Create Onco Phenotype Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: onco-phenotype-jobs-id
      path: /onco-phenotype/jobs/{id}
      operations:
      - name: microsoftazureoncophenotypegetjob
        method: GET
        description: Microsoft Azure Get Onco Phenotype Job Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: A processing job identifier.
          required: true
  exposes:
  - type: rest
    namespace: azure-ai-health-insights-oncophenotype-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AI Health Insights — OncoPhenotype. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/onco-phenotype/jobs
      name: onco-phenotype-jobs
      description: REST surface for onco-phenotype-jobs.
      operations:
      - method: POST
        name: microsoftazureoncophenotypecreatejob
        description: Microsoft Azure Create Onco Phenotype Job
        call: azure-ai-health-insights-oncophenotype.microsoftazureoncophenotypecreatejob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/onco-phenotype/jobs/{id}
      name: onco-phenotype-jobs-id
      description: REST surface for onco-phenotype-jobs-id.
      operations:
      - method: GET
        name: microsoftazureoncophenotypegetjob
        description: Microsoft Azure Get Onco Phenotype Job Details
        call: azure-ai-health-insights-oncophenotype.microsoftazureoncophenotypegetjob
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-ai-health-insights-oncophenotype-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AI Health Insights — OncoPhenotype. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-onco-phenotype
      description: Microsoft Azure Create Onco Phenotype Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-ai-health-insights-oncophenotype.microsoftazureoncophenotypecreatejob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-onco-phenotype
      description: Microsoft Azure Get Onco Phenotype Job Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-ai-health-insights-oncophenotype.microsoftazureoncophenotypegetjob
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.