Tyk · Capability

Tyk Gateway API — CertsTag

Tyk Gateway API — CertsTag. 1 operations. Lead operation: Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List of Cert Ids.. Self-contained Naftiko capability covering one Tyk business surface.

Run with Naftiko TykCertsTag

What You Can Do

GET
Listcertswithids — Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List of Cert Ids.
/v1/tyk/certs/{certid}

MCP Tools

return-one-certificate-list-multiple

Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List of Cert Ids.

read-only idempotent

Capability Spec

gateway-certstag.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tyk Gateway API — CertsTag
  description: 'Tyk Gateway API — CertsTag. 1 operations. Lead operation: Return One Certificate or List Multiple Certificates
    in the Tyk Gateway Given a Comma Separated List of Cert Ids.. Self-contained Naftiko capability covering one Tyk business
    surface.'
  tags:
  - Tyk
  - CertsTag
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TYK_API_KEY: TYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: gateway-certstag
    baseUri: https://{tenant}
    description: Tyk Gateway API — CertsTag business capability. Self-contained, no shared references.
    resources:
    - name: tyk-certs-certID
      path: /tyk/certs/{certID}
      operations:
      - name: listcertswithids
        method: GET
        description: Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List
          of Cert Ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certID
          in: path
          type: string
          description: Comma separated list of certificates to list.
          required: true
    authentication:
      type: apikey
      key: X-Tyk-Authorization
      value: '{{env.TYK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: gateway-certstag-rest
    port: 8080
    description: REST adapter for Tyk Gateway API — CertsTag. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tyk/certs/{certid}
      name: tyk-certs-certid
      description: REST surface for tyk-certs-certID.
      operations:
      - method: GET
        name: listcertswithids
        description: Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List
          of Cert Ids.
        call: gateway-certstag.listcertswithids
        with:
          certID: rest.certID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gateway-certstag-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tyk Gateway API — CertsTag. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: return-one-certificate-list-multiple
      description: Return One Certificate or List Multiple Certificates in the Tyk Gateway Given a Comma Separated List of
        Cert Ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gateway-certstag.listcertswithids
      with:
        certID: tools.certID
      outputParameters:
      - type: object
        mapping: $.