Guidewire · Capability

Guidewire ClaimCenter API — FNOL

Guidewire ClaimCenter API — FNOL. 1 operations. Lead operation: Submit First Notice of Loss. Self-contained Naftiko capability covering one Guidewire business surface.

Run with Naftiko GuidewireFNOL

What You Can Do

POST
Createfnol — Submit First Notice of Loss
/v1/fnol

MCP Tools

submit-first-notice-loss

Submit First Notice of Loss

Capability Spec

claimcenter-fnol.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Guidewire ClaimCenter API — FNOL
  description: 'Guidewire ClaimCenter API — FNOL. 1 operations. Lead operation: Submit First Notice of Loss. Self-contained
    Naftiko capability covering one Guidewire business surface.'
  tags:
  - Guidewire
  - FNOL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GUIDEWIRE_API_KEY: GUIDEWIRE_API_KEY
capability:
  consumes:
  - type: http
    namespace: claimcenter-fnol
    baseUri: https://{tenant}.guidewire.com/cc/rest/v1
    description: Guidewire ClaimCenter API — FNOL business capability. Self-contained, no shared references.
    resources:
    - name: fnol
      path: /fnol
      operations:
      - name: createfnol
        method: POST
        description: Submit First Notice of Loss
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GUIDEWIRE_API_KEY}}'
  exposes:
  - type: rest
    namespace: claimcenter-fnol-rest
    port: 8080
    description: REST adapter for Guidewire ClaimCenter API — FNOL. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/fnol
      name: fnol
      description: REST surface for fnol.
      operations:
      - method: POST
        name: createfnol
        description: Submit First Notice of Loss
        call: claimcenter-fnol.createfnol
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: claimcenter-fnol-mcp
    port: 9090
    transport: http
    description: MCP adapter for Guidewire ClaimCenter API — FNOL. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: submit-first-notice-loss
      description: Submit First Notice of Loss
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: claimcenter-fnol.createfnol
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.