FSIS Recall API — Recalls

FSIS Recall API — Recalls. 1 operations. Lead operation: List FSIS recalls and public health alerts. Self-contained Naftiko capability covering one Food Safety And Inspection Service business surface.

Run with Naftiko Food Safety And Inspection ServiceRecalls

What You Can Do

GET
Listrecalls — List FSIS recalls and public health alerts
/v1/recall/v/1

MCP Tools

list-fsis-recalls-and-public

List FSIS recalls and public health alerts

read-only idempotent

Capability Spec

fsis-recall-recalls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FSIS Recall API — Recalls
  description: 'FSIS Recall API — Recalls. 1 operations. Lead operation: List FSIS recalls and public health alerts. Self-contained
    Naftiko capability covering one Food Safety And Inspection Service business surface.'
  tags:
  - Food Safety And Inspection Service
  - Recalls
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FOOD_SAFETY_AND_INSPECTION_SERVICE_API_KEY: FOOD_SAFETY_AND_INSPECTION_SERVICE_API_KEY
capability:
  consumes:
  - type: http
    namespace: fsis-recall-recalls
    baseUri: https://www.fsis.usda.gov/fsis/api
    description: FSIS Recall API — Recalls business capability. Self-contained, no shared references.
    resources:
    - name: recall-v-1
      path: /recall/v/1
      operations:
      - name: listrecalls
        method: GET
        description: List FSIS recalls and public health alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: query
          type: string
          description: Response format (the API returns JSON by default).
  exposes:
  - type: rest
    namespace: fsis-recall-recalls-rest
    port: 8080
    description: REST adapter for FSIS Recall API — Recalls. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/recall/v/1
      name: recall-v-1
      description: REST surface for recall-v-1.
      operations:
      - method: GET
        name: listrecalls
        description: List FSIS recalls and public health alerts
        call: fsis-recall-recalls.listrecalls
        with:
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fsis-recall-recalls-mcp
    port: 9090
    transport: http
    description: MCP adapter for FSIS Recall API — Recalls. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-fsis-recalls-and-public
      description: List FSIS recalls and public health alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fsis-recall-recalls.listrecalls
      with:
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.