Application Research · Capability

Application Research CNAB Bundle API — Claim Results

Application Research CNAB Bundle API — Claim Results. 2 operations. Lead operation: Application Research List results for a claim. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchClaim Results

What You Can Do

GET
Listclaimresults — Application Research List results for a claim
/v1/claims/{id}/results
GET
Getclaimresult — Application Research Get a claim result by ID
/v1/results/{id}

MCP Tools

application-research-list-results-claim

Application Research List results for a claim

read-only idempotent
application-research-get-claim-result

Application Research Get a claim result by ID

read-only idempotent

Capability Spec

cloud-native-application-bundle-claim-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research CNAB Bundle API — Claim Results
  description: 'Application Research CNAB Bundle API — Claim Results. 2 operations. Lead operation: Application Research List
    results for a claim. Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - Claim Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLICATION_RESEARCH_API_KEY: APPLICATION_RESEARCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-native-application-bundle-claim-results
    baseUri: https://api.example.com/v1
    description: Application Research CNAB Bundle API — Claim Results business capability. Self-contained, no shared references.
    resources:
    - name: claims-id-results
      path: /claims/{id}/results
      operations:
      - name: listclaimresults
        method: GET
        description: Application Research List results for a claim
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: results-id
      path: /results/{id}
      operations:
      - name: getclaimresult
        method: GET
        description: Application Research Get a claim result by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APPLICATION_RESEARCH_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-native-application-bundle-claim-results-rest
    port: 8080
    description: REST adapter for Application Research CNAB Bundle API — Claim Results. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/claims/{id}/results
      name: claims-id-results
      description: REST surface for claims-id-results.
      operations:
      - method: GET
        name: listclaimresults
        description: Application Research List results for a claim
        call: cloud-native-application-bundle-claim-results.listclaimresults
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/results/{id}
      name: results-id
      description: REST surface for results-id.
      operations:
      - method: GET
        name: getclaimresult
        description: Application Research Get a claim result by ID
        call: cloud-native-application-bundle-claim-results.getclaimresult
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-native-application-bundle-claim-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research CNAB Bundle API — Claim Results. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: application-research-list-results-claim
      description: Application Research List results for a claim
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-native-application-bundle-claim-results.listclaimresults
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-claim-result
      description: Application Research Get a claim result by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-native-application-bundle-claim-results.getclaimresult
      outputParameters:
      - type: object
        mapping: $.