naftiko: 1.0.0-alpha2 info: label: GitHub Repos API — Webhooks description: 'GitHub Repos API — Webhooks. 12 operations. Lead operation: List Repository Webhooks. Self-contained Naftiko capability covering one Github business surface.' tags: - Github - Webhooks created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GITHUB_API_KEY: GITHUB_API_KEY capability: consumes: - type: http namespace: temp-webhooks baseUri: '' description: GitHub Repos API — Webhooks business capability. Self-contained, no shared references. resources: - name: repos-owner-repo-hooks path: /repos/{owner}/{repo}/hooks operations: - name: listrepositorywebhooks method: GET description: List Repository Webhooks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: createrepositorywebhook method: POST description: Create Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: body in: body type: object description: Request body (JSON). required: false - name: repos-owner-repo-hooks-hook_id path: /repos/{owner}/{repo}/hooks/{hook_id} operations: - name: getrepositorywebhook method: GET description: Get Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: updaterepositorywebhook method: PATCH description: Update Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: body in: body type: object description: Request body (JSON). required: true - name: deleterepositorywebhook method: DELETE description: Delete Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-hooks-hook_id-config path: /repos/{owner}/{repo}/hooks/{hook_id}/config operations: - name: getwebhookconfigurationforrepository method: GET description: Get Webhook Configuration For Repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: updatewebhookconfigurationforrepository method: PATCH description: Update Webhook Configuration For Repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: body in: body type: object description: Request body (JSON). required: false - name: repos-owner-repo-hooks-hook_id-deliveries path: /repos/{owner}/{repo}/hooks/{hook_id}/deliveries operations: - name: listdeliveriesforrepositorywebhook method: GET description: List Deliveries For Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: redelivery in: query type: boolean - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-hooks-hook_id-deliveries-delivery_id path: /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id} operations: - name: getdeliveryforrepositorywebhook method: GET description: Get Delivery For Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-hooks-hook_id-deliveries-delivery_id-attempts path: /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts operations: - name: redeliverdeliveryforrepositorywebhook method: POST description: Redeliver Delivery For Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-hooks-hook_id-pings path: /repos/{owner}/{repo}/hooks/{hook_id}/pings operations: - name: pingrepositorywebhook method: POST description: Ping Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: repos-owner-repo-hooks-hook_id-tests path: /repos/{owner}/{repo}/hooks/{hook_id}/tests operations: - name: testthepushrepositorywebhook method: POST description: Test The Push Repository Webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string authentication: type: bearer token: '{{env.GITHUB_API_KEY}}' exposes: - type: rest namespace: temp-webhooks-rest port: 8080 description: REST adapter for GitHub Repos API — Webhooks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/repos/{owner}/{repo}/hooks name: repos-owner-repo-hooks description: REST surface for repos-owner-repo-hooks. operations: - method: GET name: listrepositorywebhooks description: List Repository Webhooks call: temp-webhooks.listrepositorywebhooks with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: createrepositorywebhook description: Create Repository Webhook call: temp-webhooks.createrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id} name: repos-owner-repo-hooks-hook-id description: REST surface for repos-owner-repo-hooks-hook_id. operations: - method: GET name: getrepositorywebhook description: Get Repository Webhook call: temp-webhooks.getrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: PATCH name: updaterepositorywebhook description: Update Repository Webhook call: temp-webhooks.updaterepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleterepositorywebhook description: Delete Repository Webhook call: temp-webhooks.deleterepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/config name: repos-owner-repo-hooks-hook-id-config description: REST surface for repos-owner-repo-hooks-hook_id-config. operations: - method: GET name: getwebhookconfigurationforrepository description: Get Webhook Configuration For Repository call: temp-webhooks.getwebhookconfigurationforrepository with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: PATCH name: updatewebhookconfigurationforrepository description: Update Webhook Configuration For Repository call: temp-webhooks.updatewebhookconfigurationforrepository with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/deliveries name: repos-owner-repo-hooks-hook-id-deliveries description: REST surface for repos-owner-repo-hooks-hook_id-deliveries. operations: - method: GET name: listdeliveriesforrepositorywebhook description: List Deliveries For Repository Webhook call: temp-webhooks.listdeliveriesforrepositorywebhook with: redelivery: rest.redelivery Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/deliveries/{delivery-id} name: repos-owner-repo-hooks-hook-id-deliveries-delivery-id description: REST surface for repos-owner-repo-hooks-hook_id-deliveries-delivery_id. operations: - method: GET name: getdeliveryforrepositorywebhook description: Get Delivery For Repository Webhook call: temp-webhooks.getdeliveryforrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/deliveries/{delivery-id}/attempts name: repos-owner-repo-hooks-hook-id-deliveries-delivery-id-attempts description: REST surface for repos-owner-repo-hooks-hook_id-deliveries-delivery_id-attempts. operations: - method: POST name: redeliverdeliveryforrepositorywebhook description: Redeliver Delivery For Repository Webhook call: temp-webhooks.redeliverdeliveryforrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/pings name: repos-owner-repo-hooks-hook-id-pings description: REST surface for repos-owner-repo-hooks-hook_id-pings. operations: - method: POST name: pingrepositorywebhook description: Ping Repository Webhook call: temp-webhooks.pingrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/hooks/{hook-id}/tests name: repos-owner-repo-hooks-hook-id-tests description: REST surface for repos-owner-repo-hooks-hook_id-tests. operations: - method: POST name: testthepushrepositorywebhook description: Test The Push Repository Webhook call: temp-webhooks.testthepushrepositorywebhook with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - type: mcp namespace: temp-webhooks-mcp port: 9090 transport: http description: MCP adapter for GitHub Repos API — Webhooks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-repository-webhooks description: List Repository Webhooks hints: readOnly: true destructive: false idempotent: true call: temp-webhooks.listrepositorywebhooks with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: create-repository-webhook description: Create Repository Webhook hints: readOnly: false destructive: false idempotent: false call: temp-webhooks.createrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: get-repository-webhook description: Get Repository Webhook hints: readOnly: true destructive: false idempotent: true call: temp-webhooks.getrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: update-repository-webhook description: Update Repository Webhook hints: readOnly: false destructive: false idempotent: true call: temp-webhooks.updaterepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: delete-repository-webhook description: Delete Repository Webhook hints: readOnly: false destructive: true idempotent: true call: temp-webhooks.deleterepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: get-webhook-configuration-repository description: Get Webhook Configuration For Repository hints: readOnly: true destructive: false idempotent: true call: temp-webhooks.getwebhookconfigurationforrepository with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: update-webhook-configuration-repository description: Update Webhook Configuration For Repository hints: readOnly: false destructive: false idempotent: true call: temp-webhooks.updatewebhookconfigurationforrepository with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: list-deliveries-repository-webhook description: List Deliveries For Repository Webhook hints: readOnly: true destructive: false idempotent: true call: temp-webhooks.listdeliveriesforrepositorywebhook with: redelivery: tools.redelivery Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: get-delivery-repository-webhook description: Get Delivery For Repository Webhook hints: readOnly: true destructive: false idempotent: true call: temp-webhooks.getdeliveryforrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: redeliver-delivery-repository-webhook description: Redeliver Delivery For Repository Webhook hints: readOnly: false destructive: false idempotent: false call: temp-webhooks.redeliverdeliveryforrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: ping-repository-webhook description: Ping Repository Webhook hints: readOnly: false destructive: false idempotent: false call: temp-webhooks.pingrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: test-push-repository-webhook description: Test The Push Repository Webhook hints: readOnly: true destructive: false idempotent: false call: temp-webhooks.testthepushrepositorywebhook with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $.