Wise · Capability

Wise Platform API — sca-ott

Wise Platform API — sca-ott. 2 operations. Lead operation: Get OTT status (v1). Self-contained Naftiko capability covering one Wise business surface.

Run with Naftiko Wisesca-ott

What You Can Do

GET
Ottstatusgetv1 — Get OTT status (v1)
/v1/v1/identity/one-time-token/status
GET
Ottstatusget — Get status of a one time token
/v1/v1/one-time-token/status

MCP Tools

get-ott-status-v1

Get OTT status (v1)

read-only idempotent
get-status-one-time-token

Get status of a one time token

read-only idempotent

Capability Spec

platform-sca-ott.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Wise Platform API — sca-ott
  description: 'Wise Platform API — sca-ott. 2 operations. Lead operation: Get OTT status (v1). Self-contained Naftiko capability
    covering one Wise business surface.'
  tags:
  - Wise
  - sca-ott
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WISE_API_KEY: WISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-sca-ott
    baseUri: https://api.wise.com
    description: Wise Platform API — sca-ott business capability. Self-contained, no shared references.
    resources:
    - name: v1-identity-one-time-token-status
      path: /v1/identity/one-time-token/status
      operations:
      - name: ottstatusgetv1
        method: GET
        description: Get OTT status (v1)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: One-Time-Token
          in: header
          type: string
          description: Text value of a OTT.
          required: true
    - name: v1-one-time-token-status
      path: /v1/one-time-token/status
      operations:
      - name: ottstatusget
        method: GET
        description: Get status of a one time token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: One-Time-Token
          in: header
          type: string
          description: Text value of a OTT.
          required: true
    authentication:
      type: bearer
      token: '{{env.WISE_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-sca-ott-rest
    port: 8080
    description: REST adapter for Wise Platform API — sca-ott. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/identity/one-time-token/status
      name: v1-identity-one-time-token-status
      description: REST surface for v1-identity-one-time-token-status.
      operations:
      - method: GET
        name: ottstatusgetv1
        description: Get OTT status (v1)
        call: platform-sca-ott.ottstatusgetv1
        with:
          One-Time-Token: rest.One-Time-Token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/one-time-token/status
      name: v1-one-time-token-status
      description: REST surface for v1-one-time-token-status.
      operations:
      - method: GET
        name: ottstatusget
        description: Get status of a one time token
        call: platform-sca-ott.ottstatusget
        with:
          One-Time-Token: rest.One-Time-Token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-sca-ott-mcp
    port: 9090
    transport: http
    description: MCP adapter for Wise Platform API — sca-ott. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-ott-status-v1
      description: Get OTT status (v1)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-sca-ott.ottstatusgetv1
      with:
        One-Time-Token: tools.One-Time-Token
      outputParameters:
      - type: object
        mapping: $.
    - name: get-status-one-time-token
      description: Get status of a one time token
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-sca-ott.ottstatusget
      with:
        One-Time-Token: tools.One-Time-Token
      outputParameters:
      - type: object
        mapping: $.