Tyk · Capability

Tyk Gateway API — Health Checking

Tyk Gateway API — Health Checking. 1 operations. Lead operation: Check the Health of the Tyk Gateway.. Self-contained Naftiko capability covering one Tyk business surface.

Run with Naftiko TykHealth Checking

What You Can Do

GET
Hello — Check the Health of the Tyk Gateway.
/v1/hello

MCP Tools

check-health-tyk-gateway

Check the Health of the Tyk Gateway.

read-only idempotent

Capability Spec

gateway-health-checking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tyk Gateway API — Health Checking
  description: 'Tyk Gateway API — Health Checking. 1 operations. Lead operation: Check the Health of the Tyk Gateway.. Self-contained
    Naftiko capability covering one Tyk business surface.'
  tags:
  - Tyk
  - Health Checking
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TYK_API_KEY: TYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: gateway-health-checking
    baseUri: https://{tenant}
    description: Tyk Gateway API — Health Checking business capability. Self-contained, no shared references.
    resources:
    - name: hello
      path: /hello
      operations:
      - name: hello
        method: GET
        description: Check the Health of the Tyk Gateway.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Tyk-Authorization
      value: '{{env.TYK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: gateway-health-checking-rest
    port: 8080
    description: REST adapter for Tyk Gateway API — Health Checking. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/hello
      name: hello
      description: REST surface for hello.
      operations:
      - method: GET
        name: hello
        description: Check the Health of the Tyk Gateway.
        call: gateway-health-checking.hello
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gateway-health-checking-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tyk Gateway API — Health Checking. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: check-health-tyk-gateway
      description: Check the Health of the Tyk Gateway.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gateway-health-checking.hello
      outputParameters:
      - type: object
        mapping: $.