GitHub · Capability

GitHub User API — Issues

GitHub User API — Issues. 1 operations. Lead operation: GitHub List User Account Issues Assigned to the Authenticated User. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubIssues

What You Can Do

GET
Listuseraccountissuesassignedtotheauthenticateduser — GitHub List User Account Issues Assigned to the Authenticated User
/v1/user/issues

MCP Tools

github-list-user-account-issues

GitHub List User Account Issues Assigned to the Authenticated User

read-only idempotent

Capability Spec

users-issues.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub User API — Issues
  description: 'GitHub User API — Issues. 1 operations. Lead operation: GitHub List User Account Issues Assigned to the Authenticated
    User. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Issues
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-issues
    baseUri: ''
    description: GitHub User API — Issues business capability. Self-contained, no shared references.
    resources:
    - name: user-issues
      path: /user/issues
      operations:
      - name: listuseraccountissuesassignedtotheauthenticateduser
        method: GET
        description: GitHub List User Account Issues Assigned to the Authenticated User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means
            issues created by you. `mentioned` means issues mentioning y
        - name: state
          in: query
          type: string
          description: Indicates the state of the issues to return.
        - name: sort
          in: query
          type: string
          description: What to sort results by.
        - 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: users-issues-rest
    port: 8080
    description: REST adapter for GitHub User API — Issues. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/user/issues
      name: user-issues
      description: REST surface for user-issues.
      operations:
      - method: GET
        name: listuseraccountissuesassignedtotheauthenticateduser
        description: GitHub List User Account Issues Assigned to the Authenticated User
        call: users-issues.listuseraccountissuesassignedtotheauthenticateduser
        with:
          filter: rest.filter
          state: rest.state
          sort: rest.sort
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-issues-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub User API — Issues. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-list-user-account-issues
      description: GitHub List User Account Issues Assigned to the Authenticated User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-issues.listuseraccountissuesassignedtotheauthenticateduser
      with:
        filter: tools.filter
        state: tools.state
        sort: tools.sort
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.