Microsoft Azure · Capability

Microsoft Azure Azure AI Health Insights — RadiologyInsights

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

Run with Naftiko Microsoft AzureRadiologyInsights

What You Can Do

POST
Microsoftazureradiologyinsightscreatejob — Microsoft Azure Create Radiology Insights Job
/v1/radiology-insights/jobs
GET
Microsoftazureradiologyinsightsgetjob — Microsoft Azure Get Radiology Insights Job Details
/v1/radiology-insights/jobs/{id}

MCP Tools

microsoft-azure-create-radiology-insights

Microsoft Azure Create Radiology Insights Job

microsoft-azure-get-radiology-insights

Microsoft Azure Get Radiology Insights Job Details

read-only idempotent

Capability Spec

azure-ai-health-insights-radiologyinsights.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AI Health Insights — RadiologyInsights
  description: 'Microsoft Azure Azure AI Health Insights — RadiologyInsights. 2 operations. Lead operation: Microsoft Azure
    Create Radiology Insights Job. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - RadiologyInsights
  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-radiologyinsights
    baseUri: ''
    description: Microsoft Azure Azure AI Health Insights — RadiologyInsights business capability. Self-contained, no shared
      references.
    resources:
    - name: radiology-insights-jobs
      path: /radiology-insights/jobs
      operations:
      - name: microsoftazureradiologyinsightscreatejob
        method: POST
        description: Microsoft Azure Create Radiology Insights Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: radiology-insights-jobs-id
      path: /radiology-insights/jobs/{id}
      operations:
      - name: microsoftazureradiologyinsightsgetjob
        method: GET
        description: Microsoft Azure Get Radiology Insights 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-radiologyinsights-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AI Health Insights — RadiologyInsights. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/radiology-insights/jobs
      name: radiology-insights-jobs
      description: REST surface for radiology-insights-jobs.
      operations:
      - method: POST
        name: microsoftazureradiologyinsightscreatejob
        description: Microsoft Azure Create Radiology Insights Job
        call: azure-ai-health-insights-radiologyinsights.microsoftazureradiologyinsightscreatejob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radiology-insights/jobs/{id}
      name: radiology-insights-jobs-id
      description: REST surface for radiology-insights-jobs-id.
      operations:
      - method: GET
        name: microsoftazureradiologyinsightsgetjob
        description: Microsoft Azure Get Radiology Insights Job Details
        call: azure-ai-health-insights-radiologyinsights.microsoftazureradiologyinsightsgetjob
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-ai-health-insights-radiologyinsights-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AI Health Insights — RadiologyInsights. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-radiology-insights
      description: Microsoft Azure Create Radiology Insights Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-ai-health-insights-radiologyinsights.microsoftazureradiologyinsightscreatejob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-radiology-insights
      description: Microsoft Azure Get Radiology Insights Job Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-ai-health-insights-radiologyinsights.microsoftazureradiologyinsightsgetjob
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.