openFDA · Capability

openFDA API — Tobacco

openFDA API — Tobacco. 1 operations. Lead operation: Tobacco product problem reports. Self-contained Naftiko capability covering one openFDA business surface.

openFDA API — Tobacco is a Naftiko capability published by openFDA, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/tobacco/problem-json.

The capability includes 1 read-only operation. Lead operation: Tobacco product problem reports. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include openFDA and Tobacco.

Run with Naftiko openFDATobacco

What You Can Do

GET
Searchtobaccoproblems — Tobacco product problem reports
/v1/tobacco/problem-json

MCP Tools

tobacco-product-problem-reports

Tobacco product problem reports

read-only idempotent

Capability Spec

openfda-tobacco.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: openFDA API — Tobacco
  description: 'openFDA API — Tobacco. 1 operations. Lead operation: Tobacco product problem reports. Self-contained Naftiko
    capability covering one openFDA business surface.'
  tags:
  - openFDA
  - Tobacco
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENFDA_API_KEY: OPENFDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: openfda-tobacco
    baseUri: https://api.fda.gov
    description: openFDA API — Tobacco business capability. Self-contained, no shared references.
    resources:
    - name: tobacco-problem.json
      path: /tobacco/problem.json
      operations:
      - name: searchtobaccoproblems
        method: GET
        description: Tobacco product problem reports
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.OPENFDA_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: openfda-tobacco-rest
    port: 8080
    description: REST adapter for openFDA API — Tobacco. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tobacco/problem-json
      name: tobacco-problem-json
      description: REST surface for tobacco-problem.json.
      operations:
      - method: GET
        name: searchtobaccoproblems
        description: Tobacco product problem reports
        call: openfda-tobacco.searchtobaccoproblems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openfda-tobacco-mcp
    port: 9090
    transport: http
    description: MCP adapter for openFDA API — Tobacco. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: tobacco-product-problem-reports
      description: Tobacco product problem reports
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openfda-tobacco.searchtobaccoproblems
      outputParameters:
      - type: object
        mapping: $.