Snyk · Capability

Snyk API — Catalog Resource

Snyk API — Catalog Resource. 1 operations. Lead operation: List Snyk Learn's resources (Early Access). Self-contained Naftiko capability covering one Snyk business surface.

Run with Naftiko SnykCatalog Resource

What You Can Do

GET
Listlearncatalog — List Snyk Learn's resources (Early Access)
/v1/learn/catalog

MCP Tools

list-snyk-learn-s-resources-early

List Snyk Learn's resources (Early Access)

read-only idempotent

Capability Spec

rest-catalog-resource.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Snyk API — Catalog Resource
  description: 'Snyk API — Catalog Resource. 1 operations. Lead operation: List Snyk Learn''s resources (Early Access). Self-contained
    Naftiko capability covering one Snyk business surface.'
  tags:
  - Snyk
  - Catalog Resource
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNYK_API_KEY: SNYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-catalog-resource
    baseUri: https://api.snyk.io/rest
    description: Snyk API — Catalog Resource business capability. Self-contained, no shared references.
    resources:
    - name: learn-catalog
      path: /learn/catalog
      operations:
      - name: listlearncatalog
        method: GET
        description: List Snyk Learn's resources (Early Access)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SNYK_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-catalog-resource-rest
    port: 8080
    description: REST adapter for Snyk API — Catalog Resource. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/learn/catalog
      name: learn-catalog
      description: REST surface for learn-catalog.
      operations:
      - method: GET
        name: listlearncatalog
        description: List Snyk Learn's resources (Early Access)
        call: rest-catalog-resource.listlearncatalog
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-catalog-resource-mcp
    port: 9090
    transport: http
    description: MCP adapter for Snyk API — Catalog Resource. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-snyk-learn-s-resources-early
      description: List Snyk Learn's resources (Early Access)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-catalog-resource.listlearncatalog
      outputParameters:
      - type: object
        mapping: $.