naftiko: 1.0.0-alpha2 info: label: github-repos-api — Issues description: 'github-repos-api — Issues. 30 operations. Lead operation: GitHub List Repository Issues. 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: repo-issues-issues baseUri: '' description: github-repos-api — Issues business capability. Self-contained, no shared references. resources: - name: repos-owner-repo-issues path: /repos/{owner}/{repo}/issues operations: - name: listrepositoryissues method: GET description: GitHub List Repository Issues outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: milestone in: query type: string description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone are accepted. If the str - name: state in: query type: string description: Indicates the state of the issues to return. - name: assignee in: query type: string description: Can be the name of a user. Pass in `none` for issues with no assigned user, and `*` for issues assigned to any user. - name: creator in: query type: string description: The user that created the issue. - name: mentioned in: query type: string description: user that's mentioned in the issue. - 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 - name: createanissue method: POST description: GitHub Create an Issue 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: repos-owner-repo-issues-comments path: /repos/{owner}/{repo}/issues/comments operations: - name: listissuecommentsforrepository method: GET description: GitHub List Issue Comments for Repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: direction in: query type: string description: Either `asc` or `desc`. Ignored without the `sort` parameter. - 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-issues-comments-comment_id path: /repos/{owner}/{repo}/issues/comments/{comment_id} operations: - name: getanissuecomment method: GET description: GitHub Get an Issue Comment 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: updateanissuecomment method: PATCH description: GitHub Update an Issue Comment 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: deleteanissuecomment method: DELETE description: GitHub Delete an Issue Comment 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-issues-comments-comment_id-reactions path: /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions operations: - name: listreactionsforanissuecomment method: GET description: GitHub List Reactions for an Issue Comment outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: content in: query type: string description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#about-reactions). Omit this parameter to list all reacti - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: createreactionforanissuecomment method: POST description: GitHub Create Reaction for an Issue Comment 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: repos-owner-repo-issues-comments-comment_id-reactions-reaction_id path: /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id} operations: - name: deleteanissuecommentreaction method: DELETE description: GitHub Delete an Issue Comment Reaction 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-issues-events path: /repos/{owner}/{repo}/issues/events operations: - name: listissueeventsforrepository method: GET description: GitHub List Issue Events 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: repos-owner-repo-issues-events-event_id path: /repos/{owner}/{repo}/issues/events/{event_id} operations: - name: getanissueevent method: GET description: GitHub Get an Issue Event outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: integer required: true - 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-issues-issue_number path: /repos/{owner}/{repo}/issues/{issue_number} operations: - name: getanissue method: GET description: GitHub Get an Issue 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: updateanissue method: PATCH description: GitHub Update an Issue 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-issues-issue_number-assignees path: /repos/{owner}/{repo}/issues/{issue_number}/assignees operations: - name: addassigneestoanissue method: POST description: GitHub Add Assignees to an Issue 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: removeassigneesfromanissue method: DELETE description: GitHub Remove Assignees from an Issue 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-issues-issue_number-assignees-assignee path: /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee} operations: - name: checkifusercanbeassignedtoissue method: GET description: GitHub Check if User Can Be Assigned to Issue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: assignee in: path type: string required: true - 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-issues-issue_number-comments path: /repos/{owner}/{repo}/issues/{issue_number}/comments operations: - name: listissuecomments method: GET description: GitHub List Issue Comments 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: createanissuecomment method: POST description: GitHub Create an Issue Comment 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: repos-owner-repo-issues-issue_number-events path: /repos/{owner}/{repo}/issues/{issue_number}/events operations: - name: listissueevents method: GET description: GitHub List Issue Events 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-issues-issue_number-labels path: /repos/{owner}/{repo}/issues/{issue_number}/labels operations: - name: listlabelsforanissue method: GET description: GitHub List Labels for an Issue 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: addlabelstoanissue method: POST description: GitHub Add Labels to an Issue 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: setlabelsforanissue method: PUT description: GitHub Set Labels for an Issue 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: removealllabelsfromanissue method: DELETE description: GitHub Remove All Labels from an Issue 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-issues-issue_number-labels-name path: /repos/{owner}/{repo}/issues/{issue_number}/labels/{name} operations: - name: removelabelfromanissue method: DELETE description: GitHub Remove Label from an Issue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: name in: path type: string required: true - 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-issues-issue_number-lock path: /repos/{owner}/{repo}/issues/{issue_number}/lock operations: - name: lockanissue method: PUT description: GitHub Lock an Issue 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: unlockanissue method: DELETE description: GitHub Unlock an Issue 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-issues-issue_number-reactions path: /repos/{owner}/{repo}/issues/{issue_number}/reactions operations: - name: listreactionsforanissue method: GET description: GitHub List Reactions for an Issue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: content in: query type: string description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#about-reactions). Omit this parameter to list all reacti - name: Authorization in: header type: string - name: X-GitHub-Api-Version in: header type: string - name: Accept in: header type: string - name: createreactionforanissue method: POST description: GitHub Create Reaction for an Issue 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: repos-owner-repo-issues-issue_number-reactions-reaction_id path: /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id} operations: - name: deleteanissuereaction method: DELETE description: GitHub Delete an Issue Reaction 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-issues-issue_number-timeline path: /repos/{owner}/{repo}/issues/{issue_number}/timeline operations: - name: listtimelineeventsforanissue method: GET description: GitHub List Timeline Events for an Issue 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: repo-issues-issues-rest port: 8080 description: REST adapter for github-repos-api — Issues. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/repos/{owner}/{repo}/issues name: repos-owner-repo-issues description: REST surface for repos-owner-repo-issues. operations: - method: GET name: listrepositoryissues description: GitHub List Repository Issues call: repo-issues-issues.listrepositoryissues with: milestone: rest.milestone state: rest.state assignee: rest.assignee creator: rest.creator mentioned: rest.mentioned sort: rest.sort Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: createanissue description: GitHub Create an Issue call: repo-issues-issues.createanissue 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}/issues/comments name: repos-owner-repo-issues-comments description: REST surface for repos-owner-repo-issues-comments. operations: - method: GET name: listissuecommentsforrepository description: GitHub List Issue Comments for Repository call: repo-issues-issues.listissuecommentsforrepository with: direction: rest.direction Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/comments/{comment-id} name: repos-owner-repo-issues-comments-comment-id description: REST surface for repos-owner-repo-issues-comments-comment_id. operations: - method: GET name: getanissuecomment description: GitHub Get an Issue Comment call: repo-issues-issues.getanissuecomment with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: PATCH name: updateanissuecomment description: GitHub Update an Issue Comment call: repo-issues-issues.updateanissuecomment 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: deleteanissuecomment description: GitHub Delete an Issue Comment call: repo-issues-issues.deleteanissuecomment 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}/issues/comments/{comment-id}/reactions name: repos-owner-repo-issues-comments-comment-id-reactions description: REST surface for repos-owner-repo-issues-comments-comment_id-reactions. operations: - method: GET name: listreactionsforanissuecomment description: GitHub List Reactions for an Issue Comment call: repo-issues-issues.listreactionsforanissuecomment with: content: rest.content Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: createreactionforanissuecomment description: GitHub Create Reaction for an Issue Comment call: repo-issues-issues.createreactionforanissuecomment 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}/issues/comments/{comment-id}/reactions/{reaction-id} name: repos-owner-repo-issues-comments-comment-id-reactions-reaction-id description: REST surface for repos-owner-repo-issues-comments-comment_id-reactions-reaction_id. operations: - method: DELETE name: deleteanissuecommentreaction description: GitHub Delete an Issue Comment Reaction call: repo-issues-issues.deleteanissuecommentreaction 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}/issues/events name: repos-owner-repo-issues-events description: REST surface for repos-owner-repo-issues-events. operations: - method: GET name: listissueeventsforrepository description: GitHub List Issue Events for Repository call: repo-issues-issues.listissueeventsforrepository 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}/issues/events/{event-id} name: repos-owner-repo-issues-events-event-id description: REST surface for repos-owner-repo-issues-events-event_id. operations: - method: GET name: getanissueevent description: GitHub Get an Issue Event call: repo-issues-issues.getanissueevent with: event_id: rest.event_id Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/{issue-number} name: repos-owner-repo-issues-issue-number description: REST surface for repos-owner-repo-issues-issue_number. operations: - method: GET name: getanissue description: GitHub Get an Issue call: repo-issues-issues.getanissue with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: PATCH name: updateanissue description: GitHub Update an Issue call: repo-issues-issues.updateanissue 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}/issues/{issue-number}/assignees name: repos-owner-repo-issues-issue-number-assignees description: REST surface for repos-owner-repo-issues-issue_number-assignees. operations: - method: POST name: addassigneestoanissue description: GitHub Add Assignees to an Issue call: repo-issues-issues.addassigneestoanissue 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: removeassigneesfromanissue description: GitHub Remove Assignees from an Issue call: repo-issues-issues.removeassigneesfromanissue 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}/issues/{issue-number}/assignees/{assignee} name: repos-owner-repo-issues-issue-number-assignees-assignee description: REST surface for repos-owner-repo-issues-issue_number-assignees-assignee. operations: - method: GET name: checkifusercanbeassignedtoissue description: GitHub Check if User Can Be Assigned to Issue call: repo-issues-issues.checkifusercanbeassignedtoissue with: assignee: rest.assignee Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/comments name: repos-owner-repo-issues-issue-number-comments description: REST surface for repos-owner-repo-issues-issue_number-comments. operations: - method: GET name: listissuecomments description: GitHub List Issue Comments call: repo-issues-issues.listissuecomments with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: createanissuecomment description: GitHub Create an Issue Comment call: repo-issues-issues.createanissuecomment 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}/issues/{issue-number}/events name: repos-owner-repo-issues-issue-number-events description: REST surface for repos-owner-repo-issues-issue_number-events. operations: - method: GET name: listissueevents description: GitHub List Issue Events call: repo-issues-issues.listissueevents 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}/issues/{issue-number}/labels name: repos-owner-repo-issues-issue-number-labels description: REST surface for repos-owner-repo-issues-issue_number-labels. operations: - method: GET name: listlabelsforanissue description: GitHub List Labels for an Issue call: repo-issues-issues.listlabelsforanissue with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: addlabelstoanissue description: GitHub Add Labels to an Issue call: repo-issues-issues.addlabelstoanissue with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: setlabelsforanissue description: GitHub Set Labels for an Issue call: repo-issues-issues.setlabelsforanissue 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: removealllabelsfromanissue description: GitHub Remove All Labels from an Issue call: repo-issues-issues.removealllabelsfromanissue 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}/issues/{issue-number}/labels/{name} name: repos-owner-repo-issues-issue-number-labels-name description: REST surface for repos-owner-repo-issues-issue_number-labels-name. operations: - method: DELETE name: removelabelfromanissue description: GitHub Remove Label from an Issue call: repo-issues-issues.removelabelfromanissue with: name: rest.name Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - path: /v1/repos/{owner}/{repo}/issues/{issue-number}/lock name: repos-owner-repo-issues-issue-number-lock description: REST surface for repos-owner-repo-issues-issue_number-lock. operations: - method: PUT name: lockanissue description: GitHub Lock an Issue call: repo-issues-issues.lockanissue 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: unlockanissue description: GitHub Unlock an Issue call: repo-issues-issues.unlockanissue 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}/issues/{issue-number}/reactions name: repos-owner-repo-issues-issue-number-reactions description: REST surface for repos-owner-repo-issues-issue_number-reactions. operations: - method: GET name: listreactionsforanissue description: GitHub List Reactions for an Issue call: repo-issues-issues.listreactionsforanissue with: content: rest.content Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - method: POST name: createreactionforanissue description: GitHub Create Reaction for an Issue call: repo-issues-issues.createreactionforanissue 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}/issues/{issue-number}/reactions/{reaction-id} name: repos-owner-repo-issues-issue-number-reactions-reaction-id description: REST surface for repos-owner-repo-issues-issue_number-reactions-reaction_id. operations: - method: DELETE name: deleteanissuereaction description: GitHub Delete an Issue Reaction call: repo-issues-issues.deleteanissuereaction 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}/issues/{issue-number}/timeline name: repos-owner-repo-issues-issue-number-timeline description: REST surface for repos-owner-repo-issues-issue_number-timeline. operations: - method: GET name: listtimelineeventsforanissue description: GitHub List Timeline Events for an Issue call: repo-issues-issues.listtimelineeventsforanissue with: Authorization: rest.Authorization X-GitHub-Api-Version: rest.X-GitHub-Api-Version Accept: rest.Accept outputParameters: - type: object mapping: $. - type: mcp namespace: repo-issues-issues-mcp port: 9090 transport: http description: MCP adapter for github-repos-api — Issues. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: github-list-repository-issues description: GitHub List Repository Issues hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listrepositoryissues with: milestone: tools.milestone state: tools.state assignee: tools.assignee creator: tools.creator mentioned: tools.mentioned sort: tools.sort Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-create-issue description: GitHub Create an Issue hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.createanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-list-issue-comments-repository description: GitHub List Issue Comments for Repository hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listissuecommentsforrepository with: direction: tools.direction Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-get-issue-comment description: GitHub Get an Issue Comment hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.getanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-update-issue-comment description: GitHub Update an Issue Comment hints: readOnly: false destructive: false idempotent: true call: repo-issues-issues.updateanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-delete-issue-comment description: GitHub Delete an Issue Comment hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.deleteanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-reactions-issue-comment description: GitHub List Reactions for an Issue Comment hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listreactionsforanissuecomment with: content: tools.content Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-create-reaction-issue-comment description: GitHub Create Reaction for an Issue Comment hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.createreactionforanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-delete-issue-comment-reaction description: GitHub Delete an Issue Comment Reaction hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.deleteanissuecommentreaction with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-issue-events-repository description: GitHub List Issue Events for Repository hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listissueeventsforrepository with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-get-issue-event description: GitHub Get an Issue Event hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.getanissueevent with: event_id: tools.event_id Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-get-issue description: GitHub Get an Issue hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.getanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-update-issue description: GitHub Update an Issue hints: readOnly: false destructive: false idempotent: true call: repo-issues-issues.updateanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-add-assignees-issue description: GitHub Add Assignees to an Issue hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.addassigneestoanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-remove-assignees-issue description: GitHub Remove Assignees from an Issue hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.removeassigneesfromanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-check-if-user-can description: GitHub Check if User Can Be Assigned to Issue hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.checkifusercanbeassignedtoissue with: assignee: tools.assignee Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-issue-comments description: GitHub List Issue Comments hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listissuecomments with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-create-issue-comment description: GitHub Create an Issue Comment hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.createanissuecomment with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-list-issue-events description: GitHub List Issue Events hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listissueevents with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-labels-issue description: GitHub List Labels for an Issue hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listlabelsforanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-add-labels-issue description: GitHub Add Labels to an Issue hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.addlabelstoanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-set-labels-issue description: GitHub Set Labels for an Issue hints: readOnly: false destructive: false idempotent: true call: repo-issues-issues.setlabelsforanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-remove-all-labels-issue description: GitHub Remove All Labels from an Issue hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.removealllabelsfromanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-remove-label-issue description: GitHub Remove Label from an Issue hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.removelabelfromanissue with: name: tools.name Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-lock-issue description: GitHub Lock an Issue hints: readOnly: false destructive: false idempotent: true call: repo-issues-issues.lockanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-unlock-issue description: GitHub Unlock an Issue hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.unlockanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-reactions-issue description: GitHub List Reactions for an Issue hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listreactionsforanissue with: content: tools.content Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-create-reaction-issue description: GitHub Create Reaction for an Issue hints: readOnly: false destructive: false idempotent: false call: repo-issues-issues.createreactionforanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept body: tools.body outputParameters: - type: object mapping: $. - name: github-delete-issue-reaction description: GitHub Delete an Issue Reaction hints: readOnly: false destructive: true idempotent: true call: repo-issues-issues.deleteanissuereaction with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $. - name: github-list-timeline-events-issue description: GitHub List Timeline Events for an Issue hints: readOnly: true destructive: false idempotent: true call: repo-issues-issues.listtimelineeventsforanissue with: Authorization: tools.Authorization X-GitHub-Api-Version: tools.X-GitHub-Api-Version Accept: tools.Accept outputParameters: - type: object mapping: $.