Snyk · Capability

Snyk API — Findings

Snyk API — Findings. 1 operations. Lead operation: List findings for a test. (Early Access). Self-contained Naftiko capability covering one Snyk business surface.

Run with Naftiko SnykFindings

What You Can Do

GET
Listfindings — List findings for a test. (Early Access)
/v1/orgs/{org-id}/tests/{test-id}/findings

MCP Tools

list-findings-test-early-access

List findings for a test. (Early Access)

read-only idempotent

Capability Spec

rest-findings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Snyk API — Findings
  description: 'Snyk API — Findings. 1 operations. Lead operation: List findings for a test. (Early Access). Self-contained
    Naftiko capability covering one Snyk business surface.'
  tags:
  - Snyk
  - Findings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNYK_API_KEY: SNYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-findings
    baseUri: https://api.snyk.io/rest
    description: Snyk API — Findings business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org_id-tests-test_id-findings
      path: /orgs/{org_id}/tests/{test_id}/findings
      operations:
      - name: listfindings
        method: GET
        description: List findings for a test. (Early Access)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: Snyk Org ID under which to run or query information
          required: true
    authentication:
      type: bearer
      token: '{{env.SNYK_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-findings-rest
    port: 8080
    description: REST adapter for Snyk API — Findings. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/orgs/{org-id}/tests/{test-id}/findings
      name: orgs-org-id-tests-test-id-findings
      description: REST surface for orgs-org_id-tests-test_id-findings.
      operations:
      - method: GET
        name: listfindings
        description: List findings for a test. (Early Access)
        call: rest-findings.listfindings
        with:
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-findings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Snyk API — Findings. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-findings-test-early-access
      description: List findings for a test. (Early Access)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-findings.listfindings
      with:
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.