FBI Most Wanted — List

FBI Most Wanted — List. 1 operations. Lead operation: Federal Bureau of Investigation Retrieve list of FBI wanted individuals. Self-contained Naftiko capability covering one Federal Bureau Of Investigation business surface.

Run with Naftiko Federal Bureau Of InvestigationList

What You Can Do

GET
Get — Federal Bureau of Investigation Retrieve list of FBI wanted individuals
/v1/list

MCP Tools

federal-bureau-investigation-retrieve-list

Federal Bureau of Investigation Retrieve list of FBI wanted individuals

read-only idempotent

Capability Spec

most-wanted-list.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FBI Most Wanted — List
  description: 'FBI Most Wanted — List. 1 operations. Lead operation: Federal Bureau of Investigation Retrieve list of FBI
    wanted individuals. Self-contained Naftiko capability covering one Federal Bureau Of Investigation business surface.'
  tags:
  - Federal Bureau Of Investigation
  - List
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FEDERAL_BUREAU_OF_INVESTIGATION_API_KEY: FEDERAL_BUREAU_OF_INVESTIGATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: most-wanted-list
    baseUri: https://api.fbi.gov/wanted/v1
    description: FBI Most Wanted — List business capability. Self-contained, no shared references.
    resources:
    - name: list
      path: /list
      operations:
      - name: get
        method: GET
        description: Federal Bureau of Investigation Retrieve list of FBI wanted individuals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: field_offices
          in: query
          type: string
          description: Filter by specific FBI field offices (e.g., miami, new-york, los-angeles).
        - name: page
          in: query
          type: integer
          description: Specifies the page of results to return (used for pagination).
        - name: sort_on
          in: query
          type: string
          description: Specifies the field to sort results by (e.g., title, reward, etc.).
        - name: sort_order
          in: query
          type: string
          description: Specifies the order of the sorting (asc or desc).
  exposes:
  - type: rest
    namespace: most-wanted-list-rest
    port: 8080
    description: REST adapter for FBI Most Wanted — List. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/list
      name: list
      description: REST surface for list.
      operations:
      - method: GET
        name: get
        description: Federal Bureau of Investigation Retrieve list of FBI wanted individuals
        call: most-wanted-list.get
        with:
          field_offices: rest.field_offices
          page: rest.page
          sort_on: rest.sort_on
          sort_order: rest.sort_order
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: most-wanted-list-mcp
    port: 9090
    transport: http
    description: MCP adapter for FBI Most Wanted — List. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: federal-bureau-investigation-retrieve-list
      description: Federal Bureau of Investigation Retrieve list of FBI wanted individuals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: most-wanted-list.get
      with:
        field_offices: tools.field_offices
        page: tools.page
        sort_on: tools.sort_on
        sort_order: tools.sort_order
      outputParameters:
      - type: object
        mapping: $.