Microsoft Azure · Capability

Microsoft Azure Azure Health Insights — TrialMatcher

Microsoft Azure Azure Health Insights — TrialMatcher. 2 operations. Lead operation: Microsoft Azure Create Trial Matcher Job. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTrialMatcher

What You Can Do

POST
Microsoftazuretrialmatchercreatejob — Microsoft Azure Create Trial Matcher Job
/v1/trialmatcher/jobs
GET
Microsoftazuretrialmatchergetjob — Microsoft Azure Get Trial Matcher Job Details
/v1/trialmatcher/jobs/{jobid}

MCP Tools

microsoft-azure-create-trial-matcher

Microsoft Azure Create Trial Matcher Job

microsoft-azure-get-trial-matcher

Microsoft Azure Get Trial Matcher Job Details

read-only idempotent

Capability Spec

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