Tyk · Capability

Tyk MDCB Data Planes and Diagnostics API — Dataplanes

Tyk MDCB Data Planes and Diagnostics API — Dataplanes. 1 operations. Lead operation: Tyk Retrieve Information of All the Connected Data Plane Nodes.. Self-contained Naftiko capability covering one Tyk business surface.

Run with Naftiko TykDataplanes

What You Can Do

GET
Dataplanesget — Tyk Retrieve Information of All the Connected Data Plane Nodes.
/v1/dataplanes

MCP Tools

tyk-retrieve-information-all-connected

Tyk Retrieve Information of All the Connected Data Plane Nodes.

read-only idempotent

Capability Spec

mdcb-dataplanes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tyk MDCB Data Planes and Diagnostics API — Dataplanes
  description: 'Tyk MDCB Data Planes and Diagnostics API — Dataplanes. 1 operations. Lead operation: Tyk Retrieve Information
    of All the Connected Data Plane Nodes.. Self-contained Naftiko capability covering one Tyk business surface.'
  tags:
  - Tyk
  - Dataplanes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TYK_API_KEY: TYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: mdcb-dataplanes
    baseUri: https://{tenant}
    description: Tyk MDCB Data Planes and Diagnostics API — Dataplanes business capability. Self-contained, no shared references.
    resources:
    - name: dataplanes
      path: /dataplanes
      operations:
      - name: dataplanesget
        method: GET
        description: Tyk Retrieve Information of All the Connected Data Plane Nodes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-tyk-authorization
          in: header
          type: string
          description: Secret value set in sink.conf
          required: true
    authentication:
      type: apikey
      key: X-Tyk-Authorization
      value: '{{env.TYK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: mdcb-dataplanes-rest
    port: 8080
    description: REST adapter for Tyk MDCB Data Planes and Diagnostics API — Dataplanes. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dataplanes
      name: dataplanes
      description: REST surface for dataplanes.
      operations:
      - method: GET
        name: dataplanesget
        description: Tyk Retrieve Information of All the Connected Data Plane Nodes.
        call: mdcb-dataplanes.dataplanesget
        with:
          x-tyk-authorization: rest.x-tyk-authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mdcb-dataplanes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tyk MDCB Data Planes and Diagnostics API — Dataplanes. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: tyk-retrieve-information-all-connected
      description: Tyk Retrieve Information of All the Connected Data Plane Nodes.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mdcb-dataplanes.dataplanesget
      with:
        x-tyk-authorization: tools.x-tyk-authorization
      outputParameters:
      - type: object
        mapping: $.