Hello Retail · Capability

Hello Retail API — Customer Bias

Hello Retail API — Customer Bias. 1 operations. Lead operation: Retrieve customer bias data. Self-contained Naftiko capability covering one Hello Retail business surface.

Run with Naftiko Hello RetailCustomer Bias

What You Can Do

POST
Getcustomerbias — Retrieve customer bias data
/v1/serve/customer/bias

MCP Tools

retrieve-customer-bias-data

Retrieve customer bias data

read-only

Capability Spec

hello-retail-customer-bias.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hello Retail API — Customer Bias
  description: 'Hello Retail API — Customer Bias. 1 operations. Lead operation: Retrieve customer bias data. Self-contained
    Naftiko capability covering one Hello Retail business surface.'
  tags:
  - Hello Retail
  - Customer Bias
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HELLO_RETAIL_API_KEY: HELLO_RETAIL_API_KEY
capability:
  consumes:
  - type: http
    namespace: hello-retail-customer-bias
    baseUri: https://core.helloretail.com
    description: Hello Retail API — Customer Bias business capability. Self-contained, no shared references.
    resources:
    - name: serve-customer-bias
      path: /serve/customer/bias
      operations:
      - name: getcustomerbias
        method: POST
        description: Retrieve customer bias data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.HELLO_RETAIL_API_KEY}}'
  exposes:
  - type: rest
    namespace: hello-retail-customer-bias-rest
    port: 8080
    description: REST adapter for Hello Retail API — Customer Bias. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/serve/customer/bias
      name: serve-customer-bias
      description: REST surface for serve-customer-bias.
      operations:
      - method: POST
        name: getcustomerbias
        description: Retrieve customer bias data
        call: hello-retail-customer-bias.getcustomerbias
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hello-retail-customer-bias-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hello Retail API — Customer Bias. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-customer-bias-data
      description: Retrieve customer bias data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: hello-retail-customer-bias.getcustomerbias
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.