Sandbox Banking · Capability

Sandbox Banking Glyue Integration Gateway API — Adapters

Sandbox Banking Glyue Integration Gateway API — Adapters. 1 operations. Lead operation: List Adapters. Self-contained Naftiko capability covering one Sandbox Banking business surface.

Run with Naftiko Sandbox BankingAdapters

What You Can Do

GET
Listadapters — List Adapters
/v1/adapters

MCP Tools

list-adapters

List Adapters

read-only idempotent

Capability Spec

glyue-adapters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sandbox Banking Glyue Integration Gateway API — Adapters
  description: 'Sandbox Banking Glyue Integration Gateway API — Adapters. 1 operations. Lead operation: List Adapters. Self-contained
    Naftiko capability covering one Sandbox Banking business surface.'
  tags:
  - Sandbox Banking
  - Adapters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SANDBOX_BANKING_API_KEY: SANDBOX_BANKING_API_KEY
capability:
  consumes:
  - type: http
    namespace: glyue-adapters
    baseUri: https://{tenant}.sandboxbanking.com/api
    description: Sandbox Banking Glyue Integration Gateway API — Adapters business capability. Self-contained, no shared references.
    resources:
    - name: adapters
      path: /adapters
      operations:
      - name: listadapters
        method: GET
        description: List Adapters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.SANDBOX_BANKING_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: glyue-adapters-rest
    port: 8080
    description: REST adapter for Sandbox Banking Glyue Integration Gateway API — Adapters. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/adapters
      name: adapters
      description: REST surface for adapters.
      operations:
      - method: GET
        name: listadapters
        description: List Adapters
        call: glyue-adapters.listadapters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: glyue-adapters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sandbox Banking Glyue Integration Gateway API — Adapters. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-adapters
      description: List Adapters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: glyue-adapters.listadapters
      outputParameters:
      - type: object
        mapping: $.