APIs.io Engineering Platform GitHub v3 REST API — Checks

APIs.io Engineering Platform GitHub v3 REST API — Checks. 12 operations. Lead operation: APIs.io Engineering Platform Create a check run. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformChecks

What You Can Do

POST
Checkscreate — APIs.io Engineering Platform Create a check run
/v1/repos/{owner}/{repo}/check-runs
GET
Checksget — APIs.io Engineering Platform Get a check run
/v1/repos/{owner}/{repo}/check-runs/{check-run-id}
PATCH
Checksupdate — APIs.io Engineering Platform Update a check run
/v1/repos/{owner}/{repo}/check-runs/{check-run-id}
GET
Checkslistannotations — APIs.io Engineering Platform List check run annotations
/v1/repos/{owner}/{repo}/check-runs/{check-run-id}/annotations
POST
Checksrerequestrun — APIs.io Engineering Platform Rerequest a check run
/v1/repos/{owner}/{repo}/check-runs/{check-run-id}/rerequest
POST
Checkscreatesuite — APIs.io Engineering Platform Create a check suite
/v1/repos/{owner}/{repo}/check-suites
PATCH
Checkssetsuitespreferences — APIs.io Engineering Platform Update repository preferences for check suites
/v1/repos/{owner}/{repo}/check-suites/preferences
GET
Checksgetsuite — APIs.io Engineering Platform Get a check suite
/v1/repos/{owner}/{repo}/check-suites/{check-suite-id}
GET
Checkslistforsuite — APIs.io Engineering Platform List check runs in a check suite
/v1/repos/{owner}/{repo}/check-suites/{check-suite-id}/check-runs
POST
Checksrerequestsuite — APIs.io Engineering Platform Rerequest a check suite
/v1/repos/{owner}/{repo}/check-suites/{check-suite-id}/rerequest
GET
Checkslistforref — APIs.io Engineering Platform List check runs for a Git reference
/v1/repos/{owner}/{repo}/commits/{ref}/check-runs
GET
Checkslistsuitesforref — APIs.io Engineering Platform List check suites for a Git reference
/v1/repos/{owner}/{repo}/commits/{ref}/check-suites

MCP Tools

apis-io-engineering-platform-create-check

APIs.io Engineering Platform Create a check run

read-only
apis-io-engineering-platform-get-check

APIs.io Engineering Platform Get a check run

read-only idempotent
apis-io-engineering-platform-update-check

APIs.io Engineering Platform Update a check run

idempotent
apis-io-engineering-platform-list-check

APIs.io Engineering Platform List check run annotations

read-only idempotent
apis-io-engineering-platform-rerequest-check

APIs.io Engineering Platform Rerequest a check run

read-only
apis-io-engineering-platform-create-check-2

APIs.io Engineering Platform Create a check suite

read-only
apis-io-engineering-platform-update-repository

APIs.io Engineering Platform Update repository preferences for check suites

idempotent
apis-io-engineering-platform-get-check-2

APIs.io Engineering Platform Get a check suite

read-only idempotent
apis-io-engineering-platform-list-check-2

APIs.io Engineering Platform List check runs in a check suite

read-only idempotent
apis-io-engineering-platform-rerequest-check-2

APIs.io Engineering Platform Rerequest a check suite

read-only
apis-io-engineering-platform-list-check-3

APIs.io Engineering Platform List check runs for a Git reference

read-only idempotent
apis-io-engineering-platform-list-check-4

APIs.io Engineering Platform List check suites for a Git reference

read-only idempotent

Capability Spec

github-checks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Checks
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Checks. 12 operations. Lead operation: APIs.io Engineering
    Platform Create a check run. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Checks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-checks
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Checks business capability. Self-contained, no shared references.
    resources:
    - name: repos-owner-repo-check-runs
      path: /repos/{owner}/{repo}/check-runs
      operations:
      - name: checkscreate
        method: POST
        description: APIs.io Engineering Platform Create a check run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-check-runs-check_run_id
      path: /repos/{owner}/{repo}/check-runs/{check_run_id}
      operations:
      - name: checksget
        method: GET
        description: APIs.io Engineering Platform Get a check run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: checksupdate
        method: PATCH
        description: APIs.io Engineering Platform Update a check run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-check-runs-check_run_id-annotations
      path: /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations
      operations:
      - name: checkslistannotations
        method: GET
        description: APIs.io Engineering Platform List check run annotations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-check-runs-check_run_id-rerequest
      path: /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest
      operations:
      - name: checksrerequestrun
        method: POST
        description: APIs.io Engineering Platform Rerequest a check run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-check-suites
      path: /repos/{owner}/{repo}/check-suites
      operations:
      - name: checkscreatesuite
        method: POST
        description: APIs.io Engineering Platform Create a check suite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-check-suites-preferences
      path: /repos/{owner}/{repo}/check-suites/preferences
      operations:
      - name: checkssetsuitespreferences
        method: PATCH
        description: APIs.io Engineering Platform Update repository preferences for check suites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-check-suites-check_suite_id
      path: /repos/{owner}/{repo}/check-suites/{check_suite_id}
      operations:
      - name: checksgetsuite
        method: GET
        description: APIs.io Engineering Platform Get a check suite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-check-suites-check_suite_id-check-runs
      path: /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs
      operations:
      - name: checkslistforsuite
        method: GET
        description: APIs.io Engineering Platform List check runs in a check suite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs.
    - name: repos-owner-repo-check-suites-check_suite_id-rerequest
      path: /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest
      operations:
      - name: checksrerequestsuite
        method: POST
        description: APIs.io Engineering Platform Rerequest a check suite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-commits-ref-check-runs
      path: /repos/{owner}/{repo}/commits/{ref}/check-runs
      operations:
      - name: checkslistforref
        method: GET
        description: APIs.io Engineering Platform List check runs for a Git reference
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs.
        - name: app_id
          in: query
          type: integer
    - name: repos-owner-repo-commits-ref-check-suites
      path: /repos/{owner}/{repo}/commits/{ref}/check-suites
      operations:
      - name: checkslistsuitesforref
        method: GET
        description: APIs.io Engineering Platform List check suites for a Git reference
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: query
          type: integer
          description: Filters check suites by GitHub App `id`.
  exposes:
  - type: rest
    namespace: github-checks-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Checks. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/check-runs
      name: repos-owner-repo-check-runs
      description: REST surface for repos-owner-repo-check-runs.
      operations:
      - method: POST
        name: checkscreate
        description: APIs.io Engineering Platform Create a check run
        call: github-checks.checkscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-runs/{check-run-id}
      name: repos-owner-repo-check-runs-check-run-id
      description: REST surface for repos-owner-repo-check-runs-check_run_id.
      operations:
      - method: GET
        name: checksget
        description: APIs.io Engineering Platform Get a check run
        call: github-checks.checksget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: checksupdate
        description: APIs.io Engineering Platform Update a check run
        call: github-checks.checksupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-runs/{check-run-id}/annotations
      name: repos-owner-repo-check-runs-check-run-id-annotations
      description: REST surface for repos-owner-repo-check-runs-check_run_id-annotations.
      operations:
      - method: GET
        name: checkslistannotations
        description: APIs.io Engineering Platform List check run annotations
        call: github-checks.checkslistannotations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-runs/{check-run-id}/rerequest
      name: repos-owner-repo-check-runs-check-run-id-rerequest
      description: REST surface for repos-owner-repo-check-runs-check_run_id-rerequest.
      operations:
      - method: POST
        name: checksrerequestrun
        description: APIs.io Engineering Platform Rerequest a check run
        call: github-checks.checksrerequestrun
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-suites
      name: repos-owner-repo-check-suites
      description: REST surface for repos-owner-repo-check-suites.
      operations:
      - method: POST
        name: checkscreatesuite
        description: APIs.io Engineering Platform Create a check suite
        call: github-checks.checkscreatesuite
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-suites/preferences
      name: repos-owner-repo-check-suites-preferences
      description: REST surface for repos-owner-repo-check-suites-preferences.
      operations:
      - method: PATCH
        name: checkssetsuitespreferences
        description: APIs.io Engineering Platform Update repository preferences for check suites
        call: github-checks.checkssetsuitespreferences
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-suites/{check-suite-id}
      name: repos-owner-repo-check-suites-check-suite-id
      description: REST surface for repos-owner-repo-check-suites-check_suite_id.
      operations:
      - method: GET
        name: checksgetsuite
        description: APIs.io Engineering Platform Get a check suite
        call: github-checks.checksgetsuite
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-suites/{check-suite-id}/check-runs
      name: repos-owner-repo-check-suites-check-suite-id-check-runs
      description: REST surface for repos-owner-repo-check-suites-check_suite_id-check-runs.
      operations:
      - method: GET
        name: checkslistforsuite
        description: APIs.io Engineering Platform List check runs in a check suite
        call: github-checks.checkslistforsuite
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/check-suites/{check-suite-id}/rerequest
      name: repos-owner-repo-check-suites-check-suite-id-rerequest
      description: REST surface for repos-owner-repo-check-suites-check_suite_id-rerequest.
      operations:
      - method: POST
        name: checksrerequestsuite
        description: APIs.io Engineering Platform Rerequest a check suite
        call: github-checks.checksrerequestsuite
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/commits/{ref}/check-runs
      name: repos-owner-repo-commits-ref-check-runs
      description: REST surface for repos-owner-repo-commits-ref-check-runs.
      operations:
      - method: GET
        name: checkslistforref
        description: APIs.io Engineering Platform List check runs for a Git reference
        call: github-checks.checkslistforref
        with:
          filter: rest.filter
          app_id: rest.app_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/commits/{ref}/check-suites
      name: repos-owner-repo-commits-ref-check-suites
      description: REST surface for repos-owner-repo-commits-ref-check-suites.
      operations:
      - method: GET
        name: checkslistsuitesforref
        description: APIs.io Engineering Platform List check suites for a Git reference
        call: github-checks.checkslistsuitesforref
        with:
          app_id: rest.app_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-checks-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Checks. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-create-check
      description: APIs.io Engineering Platform Create a check run
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: github-checks.checkscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-check
      description: APIs.io Engineering Platform Get a check run
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checksget
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-check
      description: APIs.io Engineering Platform Update a check run
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-checks.checksupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-check
      description: APIs.io Engineering Platform List check run annotations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checkslistannotations
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-rerequest-check
      description: APIs.io Engineering Platform Rerequest a check run
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: github-checks.checksrerequestrun
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-check-2
      description: APIs.io Engineering Platform Create a check suite
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: github-checks.checkscreatesuite
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-repository
      description: APIs.io Engineering Platform Update repository preferences for check suites
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-checks.checkssetsuitespreferences
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-check-2
      description: APIs.io Engineering Platform Get a check suite
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checksgetsuite
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-check-2
      description: APIs.io Engineering Platform List check runs in a check suite
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checkslistforsuite
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-rerequest-check-2
      description: APIs.io Engineering Platform Rerequest a check suite
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: github-checks.checksrerequestsuite
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-check-3
      description: APIs.io Engineering Platform List check runs for a Git reference
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checkslistforref
      with:
        filter: tools.filter
        app_id: tools.app_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-check-4
      description: APIs.io Engineering Platform List check suites for a Git reference
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-checks.checkslistsuitesforref
      with:
        app_id: tools.app_id
      outputParameters:
      - type: object
        mapping: $.