Mews · Capability

Connector API — Cashier transactions

Connector API — Cashier transactions. 1 operations. Lead operation: Get all cashier transactions. Self-contained Naftiko capability covering one Mews business surface.

Run with Naftiko MewsCashier transactions

What You Can Do

POST
Cashiertransactionsgetall — Get all cashier transactions
/v1/api/connector/v1/cashiertransactions/getall

MCP Tools

get-all-cashier-transactions

Get all cashier transactions

read-only

Capability Spec

connector-cashier-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Connector API — Cashier transactions
  description: 'Connector API — Cashier transactions. 1 operations. Lead operation: Get all cashier transactions. Self-contained
    Naftiko capability covering one Mews business surface.'
  tags:
  - Mews
  - Cashier transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEWS_API_KEY: MEWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connector-cashier-transactions
    baseUri: https://api.mews.com
    description: Connector API — Cashier transactions business capability. Self-contained, no shared references.
    resources:
    - name: api-connector-v1-cashierTransactions-getAll
      path: /api/connector/v1/cashierTransactions/getAll
      operations:
      - name: cashiertransactionsgetall
        method: POST
        description: Get all cashier transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: connector-cashier-transactions-rest
    port: 8080
    description: REST adapter for Connector API — Cashier transactions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/connector/v1/cashiertransactions/getall
      name: api-connector-v1-cashiertransactions-getall
      description: REST surface for api-connector-v1-cashierTransactions-getAll.
      operations:
      - method: POST
        name: cashiertransactionsgetall
        description: Get all cashier transactions
        call: connector-cashier-transactions.cashiertransactionsgetall
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connector-cashier-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Connector API — Cashier transactions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-all-cashier-transactions
      description: Get all cashier transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: connector-cashier-transactions.cashiertransactionsgetall
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.