VA Appeals Status API — Appeals

VA Appeals Status API — Appeals. 1 operations. Lead operation: List a Veteran's appeals. Self-contained Naftiko capability covering one Department Of Veterans Affairs business surface.

Run with Naftiko Department Of Veterans AffairsAppeals

What You Can Do

GET
Listappeals — List a Veteran's appeals
/v1/appeals

MCP Tools

list-veteran-s-appeals

List a Veteran's appeals

read-only idempotent

Capability Spec

va-appeals-status-appeals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VA Appeals Status API — Appeals
  description: 'VA Appeals Status API — Appeals. 1 operations. Lead operation: List a Veteran''s appeals. Self-contained Naftiko
    capability covering one Department Of Veterans Affairs business surface.'
  tags:
  - Department Of Veterans Affairs
  - Appeals
  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-appeals-status-appeals
    baseUri: https://sandbox-api.va.gov/services/appeals/v1
    description: VA Appeals Status API — Appeals business capability. Self-contained, no shared references.
    resources:
    - name: appeals
      path: /appeals
      operations:
      - name: listappeals
        method: GET
        description: List a Veteran's appeals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ssn
          in: header
          type: string
          required: true
        - name: X-VA-Receipt-Date
          in: header
          type: string
    authentication:
      type: bearer
      token: '{{env.DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY}}'
  exposes:
  - type: rest
    namespace: va-appeals-status-appeals-rest
    port: 8080
    description: REST adapter for VA Appeals Status API — Appeals. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/appeals
      name: appeals
      description: REST surface for appeals.
      operations:
      - method: GET
        name: listappeals
        description: List a Veteran's appeals
        call: va-appeals-status-appeals.listappeals
        with:
          ssn: rest.ssn
          X-VA-Receipt-Date: rest.X-VA-Receipt-Date
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: va-appeals-status-appeals-mcp
    port: 9090
    transport: http
    description: MCP adapter for VA Appeals Status API — Appeals. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-veteran-s-appeals
      description: List a Veteran's appeals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: va-appeals-status-appeals.listappeals
      with:
        ssn: tools.ssn
        X-VA-Receipt-Date: tools.X-VA-Receipt-Date
      outputParameters:
      - type: object
        mapping: $.