Microsoft Azure · Capability

Microsoft Azure Azure AI Health Insights — PatientTimeline

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

Run with Naftiko Microsoft AzurePatientTimeline

What You Can Do

POST
Microsoftazurepatienttimelinecreatejob — Microsoft Azure Create Patient Timeline Job
/v1/patient-timeline/jobs
GET
Microsoftazurepatienttimelinegetjob — Microsoft Azure Get Patient Timeline Job Details
/v1/patient-timeline/jobs/{id}

MCP Tools

microsoft-azure-create-patient-timeline

Microsoft Azure Create Patient Timeline Job

microsoft-azure-get-patient-timeline

Microsoft Azure Get Patient Timeline Job Details

read-only idempotent

Capability Spec

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