VA Benefits Claims API — Intent To File

VA Benefits Claims API — Intent To File. 1 operations. Lead operation: Submit an Intent to File. Self-contained Naftiko capability covering one Department Of Veterans Affairs business surface.

Run with Naftiko Department Of Veterans AffairsIntent To File

What You Can Do

POST
Submitintenttofile — Submit an Intent to File
/v1/veterans/{veteranid}/intent-to-file

MCP Tools

submit-intent-file

Submit an Intent to File

Capability Spec

va-benefits-claims-intent-to-file.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VA Benefits Claims API — Intent To File
  description: 'VA Benefits Claims API — Intent To File. 1 operations. Lead operation: Submit an Intent to File. Self-contained
    Naftiko capability covering one Department Of Veterans Affairs business surface.'
  tags:
  - Department Of Veterans Affairs
  - Intent To File
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY: DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY
capability:
  consumes:
  - type: http
    namespace: va-benefits-claims-intent-to-file
    baseUri: https://sandbox-api.va.gov/services/claims/v2
    description: VA Benefits Claims API — Intent To File business capability. Self-contained, no shared references.
    resources:
    - name: veterans-veteranId-intent-to-file
      path: /veterans/{veteranId}/intent-to-file
      operations:
      - name: submitintenttofile
        method: POST
        description: Submit an Intent to File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: veteranId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY}}'
  exposes:
  - type: rest
    namespace: va-benefits-claims-intent-to-file-rest
    port: 8080
    description: REST adapter for VA Benefits Claims API — Intent To File. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/veterans/{veteranid}/intent-to-file
      name: veterans-veteranid-intent-to-file
      description: REST surface for veterans-veteranId-intent-to-file.
      operations:
      - method: POST
        name: submitintenttofile
        description: Submit an Intent to File
        call: va-benefits-claims-intent-to-file.submitintenttofile
        with:
          veteranId: rest.veteranId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: va-benefits-claims-intent-to-file-mcp
    port: 9090
    transport: http
    description: MCP adapter for VA Benefits Claims API — Intent To File. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: submit-intent-file
      description: Submit an Intent to File
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: va-benefits-claims-intent-to-file.submitintenttofile
      with:
        veteranId: tools.veteranId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.