Amazon Fraud Detector · Capability

Amazon Fraud Detector API — Labels

Amazon Fraud Detector API — Labels. 1 operations. Lead operation: Put Label. Self-contained Naftiko capability covering one Amazon Fraud Detector business surface.

Run with Naftiko Amazon Fraud DetectorLabels

What You Can Do

PUT
Putlabel — Put Label
/v1/labels

MCP Tools

put-label

Put Label

idempotent

Capability Spec

amazon-fraud-detector-labels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Fraud Detector API — Labels
  description: 'Amazon Fraud Detector API — Labels. 1 operations. Lead operation: Put Label. Self-contained Naftiko capability
    covering one Amazon Fraud Detector business surface.'
  tags:
  - Amazon Fraud Detector
  - Labels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_FRAUD_DETECTOR_API_KEY: AMAZON_FRAUD_DETECTOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-fraud-detector-labels
    baseUri: https://frauddetector.{region}.amazonaws.com
    description: Amazon Fraud Detector API — Labels business capability. Self-contained, no shared references.
    resources:
    - name: labels
      path: /labels
      operations:
      - name: putlabel
        method: PUT
        description: Put Label
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_FRAUD_DETECTOR_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-fraud-detector-labels-rest
    port: 8080
    description: REST adapter for Amazon Fraud Detector API — Labels. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/labels
      name: labels
      description: REST surface for labels.
      operations:
      - method: PUT
        name: putlabel
        description: Put Label
        call: amazon-fraud-detector-labels.putlabel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-fraud-detector-labels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Fraud Detector API — Labels. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: put-label
      description: Put Label
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: amazon-fraud-detector-labels.putlabel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.