GitHub · Capability

GitHub Teams API — Protected

GitHub Teams API — Protected. 1 operations. Lead operation: GitHub Get Teams with Access to the Protected Branch. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubProtected

What You Can Do

GET
Getteamswithaccesstotheprotectedbranch — GitHub Get Teams with Access to the Protected Branch
/v1/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams

MCP Tools

github-get-teams-access-protected

GitHub Get Teams with Access to the Protected Branch

read-only idempotent

Capability Spec

teams-protected.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Teams API — Protected
  description: 'GitHub Teams API — Protected. 1 operations. Lead operation: GitHub Get Teams with Access to the Protected
    Branch. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Protected
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: teams-protected
    baseUri: ''
    description: GitHub Teams API — Protected business capability. Self-contained, no shared references.
    resources:
    - name: repos-owner-repo-branches-branch-protection-restrictions-teams
      path: /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams
      operations:
      - name: getteamswithaccesstotheprotectedbranch
        method: GET
        description: GitHub Get Teams with Access to the Protected Branch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: teams-protected-rest
    port: 8080
    description: REST adapter for GitHub Teams API — Protected. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams
      name: repos-owner-repo-branches-branch-protection-restrictions-teams
      description: REST surface for repos-owner-repo-branches-branch-protection-restrictions-teams.
      operations:
      - method: GET
        name: getteamswithaccesstotheprotectedbranch
        description: GitHub Get Teams with Access to the Protected Branch
        call: teams-protected.getteamswithaccesstotheprotectedbranch
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: teams-protected-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Teams API — Protected. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: github-get-teams-access-protected
      description: GitHub Get Teams with Access to the Protected Branch
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teams-protected.getteamswithaccesstotheprotectedbranch
      outputParameters:
      - type: object
        mapping: $.