@opentabs-dev/opentabs-plugin-github 0.0.75 → 0.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/README.md +75 -129
  2. package/dist/adapter.iife.js +1170 -674
  3. package/dist/adapter.iife.js.map +4 -4
  4. package/dist/github-api.d.ts +16 -10
  5. package/dist/github-api.d.ts.map +1 -1
  6. package/dist/github-api.js +314 -112
  7. package/dist/github-api.js.map +1 -1
  8. package/dist/tools/add-reaction.d.ts +5 -9
  9. package/dist/tools/add-reaction.d.ts.map +1 -1
  10. package/dist/tools/add-reaction.js +29 -31
  11. package/dist/tools/add-reaction.js.map +1 -1
  12. package/dist/tools/compare-commits.d.ts +2 -8
  13. package/dist/tools/compare-commits.d.ts.map +1 -1
  14. package/dist/tools/compare-commits.js +32 -34
  15. package/dist/tools/compare-commits.js.map +1 -1
  16. package/dist/tools/create-comment.d.ts +1 -8
  17. package/dist/tools/create-comment.d.ts.map +1 -1
  18. package/dist/tools/create-comment.js +21 -5
  19. package/dist/tools/create-comment.js.map +1 -1
  20. package/dist/tools/create-issue.d.ts +0 -2
  21. package/dist/tools/create-issue.d.ts.map +1 -1
  22. package/dist/tools/create-issue.js +32 -15
  23. package/dist/tools/create-issue.js.map +1 -1
  24. package/dist/tools/create-label.d.ts.map +1 -1
  25. package/dist/tools/create-label.js +20 -12
  26. package/dist/tools/create-label.js.map +1 -1
  27. package/dist/tools/create-or-update-file.d.ts +1 -4
  28. package/dist/tools/create-or-update-file.d.ts.map +1 -1
  29. package/dist/tools/create-or-update-file.js +23 -23
  30. package/dist/tools/create-or-update-file.js.map +1 -1
  31. package/dist/tools/create-pull-request.d.ts.map +1 -1
  32. package/dist/tools/create-pull-request.js +37 -16
  33. package/dist/tools/create-pull-request.js.map +1 -1
  34. package/dist/tools/create-release.d.ts.map +1 -1
  35. package/dist/tools/create-release.js +29 -19
  36. package/dist/tools/create-release.js.map +1 -1
  37. package/dist/tools/create-repo.d.ts.map +1 -1
  38. package/dist/tools/create-repo.js +33 -18
  39. package/dist/tools/create-repo.js.map +1 -1
  40. package/dist/tools/delete-file.d.ts +1 -6
  41. package/dist/tools/delete-file.d.ts.map +1 -1
  42. package/dist/tools/delete-file.js +8 -25
  43. package/dist/tools/delete-file.js.map +1 -1
  44. package/dist/tools/get-file-content.d.ts.map +1 -1
  45. package/dist/tools/get-file-content.js +5 -9
  46. package/dist/tools/get-file-content.js.map +1 -1
  47. package/dist/tools/get-issue.d.ts.map +1 -1
  48. package/dist/tools/get-issue.js +25 -4
  49. package/dist/tools/get-issue.js.map +1 -1
  50. package/dist/tools/get-pull-request-diff.d.ts.map +1 -1
  51. package/dist/tools/get-pull-request-diff.js +19 -5
  52. package/dist/tools/get-pull-request-diff.js.map +1 -1
  53. package/dist/tools/get-pull-request.d.ts.map +1 -1
  54. package/dist/tools/get-pull-request.js +32 -3
  55. package/dist/tools/get-pull-request.js.map +1 -1
  56. package/dist/tools/get-repo.d.ts.map +1 -1
  57. package/dist/tools/get-repo.js +21 -4
  58. package/dist/tools/get-repo.js.map +1 -1
  59. package/dist/tools/get-user-profile.d.ts.map +1 -1
  60. package/dist/tools/get-user-profile.js +15 -2
  61. package/dist/tools/get-user-profile.js.map +1 -1
  62. package/dist/tools/get-workflow-run.d.ts.map +1 -1
  63. package/dist/tools/get-workflow-run.js +28 -5
  64. package/dist/tools/get-workflow-run.js.map +1 -1
  65. package/dist/tools/list-branches.d.ts +0 -2
  66. package/dist/tools/list-branches.d.ts.map +1 -1
  67. package/dist/tools/list-branches.js +3 -9
  68. package/dist/tools/list-branches.js.map +1 -1
  69. package/dist/tools/list-comments.d.ts +0 -2
  70. package/dist/tools/list-comments.d.ts.map +1 -1
  71. package/dist/tools/list-comments.js +33 -10
  72. package/dist/tools/list-comments.js.map +1 -1
  73. package/dist/tools/list-commits.d.ts +0 -2
  74. package/dist/tools/list-commits.d.ts.map +1 -1
  75. package/dist/tools/list-commits.js +8 -13
  76. package/dist/tools/list-commits.js.map +1 -1
  77. package/dist/tools/list-issues.d.ts +3 -3
  78. package/dist/tools/list-issues.d.ts.map +1 -1
  79. package/dist/tools/list-issues.js +43 -16
  80. package/dist/tools/list-issues.js.map +1 -1
  81. package/dist/tools/list-labels.d.ts +0 -2
  82. package/dist/tools/list-labels.d.ts.map +1 -1
  83. package/dist/tools/list-labels.js +18 -10
  84. package/dist/tools/list-labels.js.map +1 -1
  85. package/dist/tools/list-notifications.d.ts +1 -6
  86. package/dist/tools/list-notifications.d.ts.map +1 -1
  87. package/dist/tools/list-notifications.js +30 -23
  88. package/dist/tools/list-notifications.js.map +1 -1
  89. package/dist/tools/list-org-members.d.ts +0 -3
  90. package/dist/tools/list-org-members.d.ts.map +1 -1
  91. package/dist/tools/list-org-members.js +24 -18
  92. package/dist/tools/list-org-members.js.map +1 -1
  93. package/dist/tools/list-pull-request-files.d.ts +0 -3
  94. package/dist/tools/list-pull-request-files.d.ts.map +1 -1
  95. package/dist/tools/list-pull-request-files.js +6 -28
  96. package/dist/tools/list-pull-request-files.js.map +1 -1
  97. package/dist/tools/list-pull-requests.d.ts +3 -5
  98. package/dist/tools/list-pull-requests.d.ts.map +1 -1
  99. package/dist/tools/list-pull-requests.js +34 -18
  100. package/dist/tools/list-pull-requests.js.map +1 -1
  101. package/dist/tools/list-releases.d.ts +0 -2
  102. package/dist/tools/list-releases.d.ts.map +1 -1
  103. package/dist/tools/list-releases.js +37 -10
  104. package/dist/tools/list-releases.js.map +1 -1
  105. package/dist/tools/list-repos.d.ts +1 -8
  106. package/dist/tools/list-repos.d.ts.map +1 -1
  107. package/dist/tools/list-repos.js +18 -23
  108. package/dist/tools/list-repos.js.map +1 -1
  109. package/dist/tools/list-workflow-runs.d.ts +0 -21
  110. package/dist/tools/list-workflow-runs.d.ts.map +1 -1
  111. package/dist/tools/list-workflow-runs.js +32 -43
  112. package/dist/tools/list-workflow-runs.js.map +1 -1
  113. package/dist/tools/merge-pull-request.d.ts +1 -3
  114. package/dist/tools/merge-pull-request.d.ts.map +1 -1
  115. package/dist/tools/merge-pull-request.js +11 -15
  116. package/dist/tools/merge-pull-request.js.map +1 -1
  117. package/dist/tools/request-pull-request-review.d.ts +1 -21
  118. package/dist/tools/request-pull-request-review.d.ts.map +1 -1
  119. package/dist/tools/request-pull-request-review.js +17 -10
  120. package/dist/tools/request-pull-request-review.js.map +1 -1
  121. package/dist/tools/schemas.d.ts +130 -38
  122. package/dist/tools/schemas.d.ts.map +1 -1
  123. package/dist/tools/schemas.js +140 -52
  124. package/dist/tools/schemas.js.map +1 -1
  125. package/dist/tools/search-issues.d.ts +0 -13
  126. package/dist/tools/search-issues.d.ts.map +1 -1
  127. package/dist/tools/search-issues.js +23 -17
  128. package/dist/tools/search-issues.js.map +1 -1
  129. package/dist/tools/search-repos.d.ts +0 -10
  130. package/dist/tools/search-repos.d.ts.map +1 -1
  131. package/dist/tools/search-repos.js +7 -12
  132. package/dist/tools/search-repos.js.map +1 -1
  133. package/dist/tools/update-issue.d.ts +2 -18
  134. package/dist/tools/update-issue.d.ts.map +1 -1
  135. package/dist/tools/update-issue.js +19 -16
  136. package/dist/tools/update-issue.js.map +1 -1
  137. package/dist/tools/update-pull-request.d.ts +2 -24
  138. package/dist/tools/update-pull-request.d.ts.map +1 -1
  139. package/dist/tools/update-pull-request.js +28 -20
  140. package/dist/tools/update-pull-request.js.map +1 -1
  141. package/dist/tools.json +70 -747
  142. package/package.json +10 -4
  143. package/dist/tools/search-code.d.ts +0 -23
  144. package/dist/tools/search-code.d.ts.map +0 -1
  145. package/dist/tools/search-code.js +0 -54
  146. package/dist/tools/search-code.js.map +0 -1
package/dist/tools.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "sdkVersion": "0.0.71",
2
+ "sdkVersion": "0.0.77",
3
3
  "iconSvg": "<svg viewBox=\"0 -1 98 98\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M41.4395 69.3848C28.8066 67.8535 19.9062 58.7617 19.9062 46.9902C19.9062 42.2051 21.6289 37.0371 24.5 33.5918C23.2559 30.4336 23.4473 23.7344 24.8828 20.959C28.7109 20.4805 33.8789 22.4902 36.9414 25.2656C40.5781 24.1172 44.4062 23.543 49.0957 23.543C53.7852 23.543 57.6133 24.1172 61.0586 25.1699C64.0254 22.4902 69.2891 20.4805 73.1172 20.959C74.457 23.543 74.6484 30.2422 73.4043 33.4961C76.4668 37.1328 78.0937 42.0137 78.0937 46.9902C78.0937 58.7617 69.1934 67.6621 56.3691 69.2891C59.623 71.3945 61.8242 75.9883 61.8242 81.252L61.8242 91.2051C61.8242 94.0762 64.2168 95.7031 67.0879 94.5547C84.4102 87.9512 98 70.6289 98 49.1914C98 22.1074 75.9883 0 48.9043 0C21.8203 0 0 22.1074 0 49.1914C0 70.4375 13.4941 88.0469 31.6777 94.6504C34.2617 95.6074 36.75 93.8848 36.75 91.3008L36.75 83.6445C35.4102 84.2188 33.6875 84.6016 32.1562 84.6016C25.8398 84.6016 22.1074 81.1563 19.4277 74.7441C18.375 72.1602 17.2266 70.6289 15.0254 70.3418C13.877 70.2461 13.4941 69.7676 13.4941 69.1934C13.4941 68.0449 15.4082 67.1836 17.3223 67.1836C20.0977 67.1836 22.4902 68.9063 24.9785 72.4473C26.8926 75.2227 28.9023 76.4668 31.2949 76.4668C33.6875 76.4668 35.2187 75.6055 37.4199 73.4043C39.0469 71.7773 40.291 70.3418 41.4395 69.3848Z\" fill=\"black\"/> </svg>",
4
4
  "iconInactiveSvg": "<svg viewBox=\"0 -1 98 98\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M41.4395 69.3848C28.8066 67.8535 19.9062 58.7617 19.9062 46.9902C19.9062 42.2051 21.6289 37.0371 24.5 33.5918C23.2559 30.4336 23.4473 23.7344 24.8828 20.959C28.7109 20.4805 33.8789 22.4902 36.9414 25.2656C40.5781 24.1172 44.4062 23.543 49.0957 23.543C53.7852 23.543 57.6133 24.1172 61.0586 25.1699C64.0254 22.4902 69.2891 20.4805 73.1172 20.959C74.457 23.543 74.6484 30.2422 73.4043 33.4961C76.4668 37.1328 78.0937 42.0137 78.0937 46.9902C78.0937 58.7617 69.1934 67.6621 56.3691 69.2891C59.623 71.3945 61.8242 75.9883 61.8242 81.252L61.8242 91.2051C61.8242 94.0762 64.2168 95.7031 67.0879 94.5547C84.4102 87.9512 98 70.6289 98 49.1914C98 22.1074 75.9883 0 48.9043 0C21.8203 0 0 22.1074 0 49.1914C0 70.4375 13.4941 88.0469 31.6777 94.6504C34.2617 95.6074 36.75 93.8848 36.75 91.3008L36.75 83.6445C35.4102 84.2188 33.6875 84.6016 32.1562 84.6016C25.8398 84.6016 22.1074 81.1563 19.4277 74.7441C18.375 72.1602 17.2266 70.6289 15.0254 70.3418C13.877 70.2461 13.4941 69.7676 13.4941 69.1934C13.4941 68.0449 15.4082 67.1836 17.3223 67.1836C20.0977 67.1836 22.4902 68.9063 24.9785 72.4473C26.8926 75.2227 28.9023 76.4668 31.2949 76.4668C33.6875 76.4668 35.2187 75.6055 37.4199 73.4043C39.0469 71.7773 40.291 70.3418 41.4395 69.3848Z\" fill=\"#999999\"/> </svg>",
5
5
  "iconDarkSvg": "<svg viewBox=\"0 -1 98 98\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M41.4395 69.3848C28.8066 67.8535 19.9062 58.7617 19.9062 46.9902C19.9062 42.2051 21.6289 37.0371 24.5 33.5918C23.2559 30.4336 23.4473 23.7344 24.8828 20.959C28.7109 20.4805 33.8789 22.4902 36.9414 25.2656C40.5781 24.1172 44.4062 23.543 49.0957 23.543C53.7852 23.543 57.6133 24.1172 61.0586 25.1699C64.0254 22.4902 69.2891 20.4805 73.1172 20.959C74.457 23.543 74.6484 30.2422 73.4043 33.4961C76.4668 37.1328 78.0937 42.0137 78.0937 46.9902C78.0937 58.7617 69.1934 67.6621 56.3691 69.2891C59.623 71.3945 61.8242 75.9883 61.8242 81.252L61.8242 91.2051C61.8242 94.0762 64.2168 95.7031 67.0879 94.5547C84.4102 87.9512 98 70.6289 98 49.1914C98 22.1074 75.9883 0 48.9043 0C21.8203 0 0 22.1074 0 49.1914C0 70.4375 13.4941 88.0469 31.6777 94.6504C34.2617 95.6074 36.75 93.8848 36.75 91.3008L36.75 83.6445C35.4102 84.2188 33.6875 84.6016 32.1562 84.6016C25.8398 84.6016 22.1074 81.1563 19.4277 74.7441C18.375 72.1602 17.2266 70.6289 15.0254 70.3418C13.877 70.2461 13.4941 69.7676 13.4941 69.1934C13.4941 68.0449 15.4082 67.1836 17.3223 67.1836C20.0977 67.1836 22.4902 68.9063 24.9785 72.4473C26.8926 75.2227 28.9023 76.4668 31.2949 76.4668C33.6875 76.4668 35.2187 75.6055 37.4199 73.4043C39.0469 71.7773 40.291 70.3418 41.4395 69.3848Z\" fill=\"#ffffff\"/> </svg>",
@@ -19,17 +19,6 @@
19
19
  "description": "Username or org name — defaults to the authenticated user",
20
20
  "type": "string"
21
21
  },
22
- "type": {
23
- "description": "Type filter for user repos (default: all)",
24
- "type": "string",
25
- "enum": [
26
- "all",
27
- "owner",
28
- "public",
29
- "private",
30
- "member"
31
- ]
32
- },
33
22
  "sort": {
34
23
  "description": "Sort field (default: updated)",
35
24
  "type": "string",
@@ -381,7 +370,7 @@
381
370
  {
382
371
  "name": "list_commits",
383
372
  "displayName": "List Commits",
384
- "description": "List commits for a repository. Optionally filter by branch, tag, or SHA. Returns commits sorted by date descending.",
373
+ "description": "List commits for a repository. Optionally filter by branch or tag. Returns commits sorted by date descending.",
385
374
  "summary": "List commits for a repository",
386
375
  "icon": "git-commit",
387
376
  "group": "Repositories",
@@ -399,20 +388,8 @@
399
388
  "description": "Repository name"
400
389
  },
401
390
  "sha": {
402
- "description": "Branch name, tag, or commit SHA to list commits from",
391
+ "description": "Branch name or tag to list commits from (defaults to the default branch)",
403
392
  "type": "string"
404
- },
405
- "per_page": {
406
- "description": "Results per page (default 30, max 100)",
407
- "type": "integer",
408
- "minimum": 1,
409
- "maximum": 100
410
- },
411
- "page": {
412
- "description": "Page number (default 1)",
413
- "type": "integer",
414
- "minimum": 1,
415
- "maximum": 9007199254740991
416
393
  }
417
394
  },
418
395
  "required": [
@@ -509,22 +486,6 @@
509
486
  "output_schema": {
510
487
  "type": "object",
511
488
  "properties": {
512
- "status": {
513
- "type": "string",
514
- "description": "Comparison status: ahead, behind, diverged, or identical"
515
- },
516
- "ahead_by": {
517
- "type": "number",
518
- "description": "Number of commits head is ahead of base"
519
- },
520
- "behind_by": {
521
- "type": "number",
522
- "description": "Number of commits head is behind base"
523
- },
524
- "total_commits": {
525
- "type": "number",
526
- "description": "Total number of commits in the comparison"
527
- },
528
489
  "files": {
529
490
  "type": "array",
530
491
  "items": {
@@ -536,57 +497,40 @@
536
497
  },
537
498
  "status": {
538
499
  "type": "string",
539
- "description": "File status: added, removed, modified, renamed, copied, changed, unchanged"
500
+ "description": "Change type: added, removed, modified, renamed, etc."
540
501
  },
541
502
  "additions": {
542
503
  "type": "number",
543
- "description": "Number of lines added"
504
+ "description": "Lines added"
544
505
  },
545
506
  "deletions": {
546
507
  "type": "number",
547
- "description": "Number of lines deleted"
508
+ "description": "Lines deleted"
509
+ },
510
+ "changes": {
511
+ "type": "number",
512
+ "description": "Total lines changed"
548
513
  }
549
514
  },
550
515
  "required": [
551
516
  "filename",
552
517
  "status",
553
518
  "additions",
554
- "deletions"
519
+ "deletions",
520
+ "changes"
555
521
  ],
556
522
  "additionalProperties": false
557
523
  },
558
524
  "description": "List of changed files"
559
525
  },
560
- "commits": {
561
- "type": "array",
562
- "items": {
563
- "type": "object",
564
- "properties": {
565
- "sha": {
566
- "type": "string",
567
- "description": "Full commit SHA"
568
- },
569
- "message": {
570
- "type": "string",
571
- "description": "Commit message"
572
- }
573
- },
574
- "required": [
575
- "sha",
576
- "message"
577
- ],
578
- "additionalProperties": false
579
- },
580
- "description": "List of commits"
526
+ "total_files": {
527
+ "type": "number",
528
+ "description": "Total number of files changed"
581
529
  }
582
530
  },
583
531
  "required": [
584
- "status",
585
- "ahead_by",
586
- "behind_by",
587
- "total_commits",
588
532
  "files",
589
- "commits"
533
+ "total_files"
590
534
  ],
591
535
  "additionalProperties": false
592
536
  }
@@ -610,18 +554,6 @@
610
554
  "type": "string",
611
555
  "minLength": 1,
612
556
  "description": "Repository name"
613
- },
614
- "per_page": {
615
- "description": "Results per page (default 30, max 100)",
616
- "type": "integer",
617
- "minimum": 1,
618
- "maximum": 100
619
- },
620
- "page": {
621
- "description": "Page number (default 1)",
622
- "type": "integer",
623
- "minimum": 1,
624
- "maximum": 9007199254740991
625
557
  }
626
558
  },
627
559
  "required": [
@@ -879,7 +811,7 @@
879
811
  ]
880
812
  },
881
813
  "per_page": {
882
- "description": "Results per page (default 30, max 100)",
814
+ "description": "Results per page (default 25)",
883
815
  "type": "integer",
884
816
  "minimum": 1,
885
817
  "maximum": 100
@@ -1142,20 +1074,6 @@
1142
1074
  "body": {
1143
1075
  "description": "Issue body in Markdown",
1144
1076
  "type": "string"
1145
- },
1146
- "labels": {
1147
- "description": "Label names to apply",
1148
- "type": "array",
1149
- "items": {
1150
- "type": "string"
1151
- }
1152
- },
1153
- "assignees": {
1154
- "description": "Logins of users to assign",
1155
- "type": "array",
1156
- "items": {
1157
- "type": "string"
1158
- }
1159
1077
  }
1160
1078
  },
1161
1079
  "required": [
@@ -1296,20 +1214,6 @@
1296
1214
  "open",
1297
1215
  "closed"
1298
1216
  ]
1299
- },
1300
- "labels": {
1301
- "description": "Replace all labels with these names",
1302
- "type": "array",
1303
- "items": {
1304
- "type": "string"
1305
- }
1306
- },
1307
- "assignees": {
1308
- "description": "Replace all assignees with these logins",
1309
- "type": "array",
1310
- "items": {
1311
- "type": "string"
1312
- }
1313
1217
  }
1314
1218
  },
1315
1219
  "required": [
@@ -1322,89 +1226,13 @@
1322
1226
  "output_schema": {
1323
1227
  "type": "object",
1324
1228
  "properties": {
1325
- "issue": {
1326
- "type": "object",
1327
- "properties": {
1328
- "number": {
1329
- "type": "number",
1330
- "description": "Issue number"
1331
- },
1332
- "title": {
1333
- "type": "string",
1334
- "description": "Issue title"
1335
- },
1336
- "state": {
1337
- "type": "string",
1338
- "description": "Issue state: open or closed"
1339
- },
1340
- "body": {
1341
- "type": "string",
1342
- "description": "Issue body in Markdown"
1343
- },
1344
- "html_url": {
1345
- "type": "string",
1346
- "description": "URL to the issue on GitHub"
1347
- },
1348
- "user_login": {
1349
- "type": "string",
1350
- "description": "Login of the user who created the issue"
1351
- },
1352
- "labels": {
1353
- "type": "array",
1354
- "items": {
1355
- "type": "string"
1356
- },
1357
- "description": "Label names"
1358
- },
1359
- "assignees": {
1360
- "type": "array",
1361
- "items": {
1362
- "type": "string"
1363
- },
1364
- "description": "Assignee logins"
1365
- },
1366
- "comments": {
1367
- "type": "number",
1368
- "description": "Number of comments"
1369
- },
1370
- "created_at": {
1371
- "type": "string",
1372
- "description": "Created ISO 8601 timestamp"
1373
- },
1374
- "updated_at": {
1375
- "type": "string",
1376
- "description": "Updated ISO 8601 timestamp"
1377
- },
1378
- "closed_at": {
1379
- "type": "string",
1380
- "description": "Closed ISO 8601 timestamp or empty string"
1381
- },
1382
- "is_pull_request": {
1383
- "type": "boolean",
1384
- "description": "Whether this is a pull request"
1385
- }
1386
- },
1387
- "required": [
1388
- "number",
1389
- "title",
1390
- "state",
1391
- "body",
1392
- "html_url",
1393
- "user_login",
1394
- "labels",
1395
- "assignees",
1396
- "comments",
1397
- "created_at",
1398
- "updated_at",
1399
- "closed_at",
1400
- "is_pull_request"
1401
- ],
1402
- "additionalProperties": false,
1403
- "description": "The updated issue"
1229
+ "success": {
1230
+ "type": "boolean",
1231
+ "description": "Whether the update succeeded"
1404
1232
  }
1405
1233
  },
1406
1234
  "required": [
1407
- "issue"
1235
+ "success"
1408
1236
  ],
1409
1237
  "additionalProperties": false
1410
1238
  }
@@ -1424,27 +1252,6 @@
1424
1252
  "minLength": 1,
1425
1253
  "description": "Search query using GitHub search syntax (e.g., \"repo:owner/name is:open label:bug\", \"org:myorg is:pr is:merged\")"
1426
1254
  },
1427
- "sort": {
1428
- "description": "Sort field",
1429
- "type": "string",
1430
- "enum": [
1431
- "comments",
1432
- "reactions",
1433
- "reactions-+1",
1434
- "reactions--1",
1435
- "interactions",
1436
- "created",
1437
- "updated"
1438
- ]
1439
- },
1440
- "order": {
1441
- "description": "Sort order (default: desc)",
1442
- "type": "string",
1443
- "enum": [
1444
- "asc",
1445
- "desc"
1446
- ]
1447
- },
1448
1255
  "per_page": {
1449
1256
  "description": "Results per page (default 30, max 100)",
1450
1257
  "type": "integer",
@@ -1580,18 +1387,6 @@
1580
1387
  "type": "string",
1581
1388
  "minLength": 1,
1582
1389
  "description": "Repository name"
1583
- },
1584
- "per_page": {
1585
- "description": "Results per page (default 30, max 100)",
1586
- "type": "integer",
1587
- "minimum": 1,
1588
- "maximum": 100
1589
- },
1590
- "page": {
1591
- "description": "Page number (default 1)",
1592
- "type": "integer",
1593
- "minimum": 1,
1594
- "maximum": 9007199254740991
1595
1390
  }
1596
1391
  },
1597
1392
  "required": [
@@ -1769,16 +1564,8 @@
1769
1564
  "desc"
1770
1565
  ]
1771
1566
  },
1772
- "head": {
1773
- "description": "Filter by head branch — format: \"user:ref-name\" or \"ref-name\"",
1774
- "type": "string"
1775
- },
1776
- "base": {
1777
- "description": "Filter by base branch name",
1778
- "type": "string"
1779
- },
1780
1567
  "per_page": {
1781
- "description": "Results per page (default 30, max 100)",
1568
+ "description": "Results per page (default 25)",
1782
1569
  "type": "integer",
1783
1570
  "minimum": 1,
1784
1571
  "maximum": 100
@@ -2095,7 +1882,7 @@
2095
1882
  "head": {
2096
1883
  "type": "string",
2097
1884
  "minLength": 1,
2098
- "description": "Source branch name (or \"user:branch\" for cross-repo)"
1885
+ "description": "Source branch name"
2099
1886
  },
2100
1887
  "base": {
2101
1888
  "type": "string",
@@ -2240,7 +2027,7 @@
2240
2027
  {
2241
2028
  "name": "update_pull_request",
2242
2029
  "displayName": "Update Pull Request",
2243
- "description": "Update an existing pull request. Only specified fields are changed; omitted fields remain unchanged.",
2030
+ "description": "Update an existing pull request title or body, or close/reopen it.",
2244
2031
  "summary": "Update a pull request",
2245
2032
  "icon": "git-pull-request",
2246
2033
  "group": "Pull Requests",
@@ -2272,20 +2059,12 @@
2272
2059
  "type": "string"
2273
2060
  },
2274
2061
  "state": {
2275
- "description": "Set PR state",
2062
+ "description": "Set PR state (close or reopen)",
2276
2063
  "type": "string",
2277
2064
  "enum": [
2278
2065
  "open",
2279
2066
  "closed"
2280
2067
  ]
2281
- },
2282
- "base": {
2283
- "description": "New target branch name to merge into",
2284
- "type": "string"
2285
- },
2286
- "draft": {
2287
- "description": "Convert to draft or ready for review",
2288
- "type": "boolean"
2289
2068
  }
2290
2069
  },
2291
2070
  "required": [
@@ -2298,116 +2077,13 @@
2298
2077
  "output_schema": {
2299
2078
  "type": "object",
2300
2079
  "properties": {
2301
- "pull_request": {
2302
- "type": "object",
2303
- "properties": {
2304
- "number": {
2305
- "type": "number",
2306
- "description": "Pull request number"
2307
- },
2308
- "title": {
2309
- "type": "string",
2310
- "description": "Pull request title"
2311
- },
2312
- "state": {
2313
- "type": "string",
2314
- "description": "PR state: open, closed, or merged"
2315
- },
2316
- "body": {
2317
- "type": "string",
2318
- "description": "Pull request body in Markdown"
2319
- },
2320
- "html_url": {
2321
- "type": "string",
2322
- "description": "URL to the PR on GitHub"
2323
- },
2324
- "user_login": {
2325
- "type": "string",
2326
- "description": "Login of the user who created the PR"
2327
- },
2328
- "head_ref": {
2329
- "type": "string",
2330
- "description": "Source branch name"
2331
- },
2332
- "base_ref": {
2333
- "type": "string",
2334
- "description": "Target branch name"
2335
- },
2336
- "labels": {
2337
- "type": "array",
2338
- "items": {
2339
- "type": "string"
2340
- },
2341
- "description": "Label names"
2342
- },
2343
- "draft": {
2344
- "type": "boolean",
2345
- "description": "Whether this is a draft PR"
2346
- },
2347
- "merged": {
2348
- "type": "boolean",
2349
- "description": "Whether this PR has been merged"
2350
- },
2351
- "mergeable": {
2352
- "type": "boolean",
2353
- "description": "Whether this PR can be merged"
2354
- },
2355
- "comments": {
2356
- "type": "number",
2357
- "description": "Number of comments"
2358
- },
2359
- "commits": {
2360
- "type": "number",
2361
- "description": "Number of commits"
2362
- },
2363
- "additions": {
2364
- "type": "number",
2365
- "description": "Number of lines added"
2366
- },
2367
- "deletions": {
2368
- "type": "number",
2369
- "description": "Number of lines deleted"
2370
- },
2371
- "changed_files": {
2372
- "type": "number",
2373
- "description": "Number of files changed"
2374
- },
2375
- "created_at": {
2376
- "type": "string",
2377
- "description": "Created ISO 8601 timestamp"
2378
- },
2379
- "updated_at": {
2380
- "type": "string",
2381
- "description": "Updated ISO 8601 timestamp"
2382
- }
2383
- },
2384
- "required": [
2385
- "number",
2386
- "title",
2387
- "state",
2388
- "body",
2389
- "html_url",
2390
- "user_login",
2391
- "head_ref",
2392
- "base_ref",
2393
- "labels",
2394
- "draft",
2395
- "merged",
2396
- "mergeable",
2397
- "comments",
2398
- "commits",
2399
- "additions",
2400
- "deletions",
2401
- "changed_files",
2402
- "created_at",
2403
- "updated_at"
2404
- ],
2405
- "additionalProperties": false,
2406
- "description": "The updated pull request"
2080
+ "success": {
2081
+ "type": "boolean",
2082
+ "description": "Whether the update succeeded"
2407
2083
  }
2408
2084
  },
2409
2085
  "required": [
2410
- "pull_request"
2086
+ "success"
2411
2087
  ],
2412
2088
  "additionalProperties": false
2413
2089
  }
@@ -2447,7 +2123,7 @@
2447
2123
  "type": "string"
2448
2124
  },
2449
2125
  "merge_method": {
2450
- "description": "Merge strategy (default: merge)",
2126
+ "description": "Merge strategy (default: squash)",
2451
2127
  "type": "string",
2452
2128
  "enum": [
2453
2129
  "merge",
@@ -2466,23 +2142,13 @@
2466
2142
  "output_schema": {
2467
2143
  "type": "object",
2468
2144
  "properties": {
2469
- "sha": {
2470
- "type": "string",
2471
- "description": "SHA of the merge commit"
2472
- },
2473
- "message": {
2474
- "type": "string",
2475
- "description": "Merge result message"
2476
- },
2477
- "merged": {
2145
+ "success": {
2478
2146
  "type": "boolean",
2479
- "description": "Whether the merge succeeded"
2147
+ "description": "Whether the merge was initiated"
2480
2148
  }
2481
2149
  },
2482
2150
  "required": [
2483
- "sha",
2484
- "message",
2485
- "merged"
2151
+ "success"
2486
2152
  ],
2487
2153
  "additionalProperties": false
2488
2154
  }
@@ -2560,18 +2226,6 @@
2560
2226
  "minimum": 1,
2561
2227
  "maximum": 9007199254740991,
2562
2228
  "description": "Pull request number"
2563
- },
2564
- "per_page": {
2565
- "description": "Results per page (default 30, max 100)",
2566
- "type": "integer",
2567
- "minimum": 1,
2568
- "maximum": 100
2569
- },
2570
- "page": {
2571
- "description": "Page number (default 1)",
2572
- "type": "integer",
2573
- "minimum": 1,
2574
- "maximum": 9007199254740991
2575
2229
  }
2576
2230
  },
2577
2231
  "required": [
@@ -2595,23 +2249,19 @@
2595
2249
  },
2596
2250
  "status": {
2597
2251
  "type": "string",
2598
- "description": "File status: added, removed, modified, renamed, copied, changed, unchanged"
2252
+ "description": "Change type: added, removed, modified, renamed, etc."
2599
2253
  },
2600
2254
  "additions": {
2601
2255
  "type": "number",
2602
- "description": "Number of lines added"
2256
+ "description": "Lines added"
2603
2257
  },
2604
2258
  "deletions": {
2605
2259
  "type": "number",
2606
- "description": "Number of lines deleted"
2260
+ "description": "Lines deleted"
2607
2261
  },
2608
2262
  "changes": {
2609
2263
  "type": "number",
2610
- "description": "Total number of line changes"
2611
- },
2612
- "patch": {
2613
- "type": "string",
2614
- "description": "Unified diff patch text (may be empty for binary files)"
2264
+ "description": "Total lines changed"
2615
2265
  }
2616
2266
  },
2617
2267
  "required": [
@@ -2619,8 +2269,7 @@
2619
2269
  "status",
2620
2270
  "additions",
2621
2271
  "deletions",
2622
- "changes",
2623
- "patch"
2272
+ "changes"
2624
2273
  ],
2625
2274
  "additionalProperties": false
2626
2275
  },
@@ -2684,116 +2333,13 @@
2684
2333
  "output_schema": {
2685
2334
  "type": "object",
2686
2335
  "properties": {
2687
- "pull_request": {
2688
- "type": "object",
2689
- "properties": {
2690
- "number": {
2691
- "type": "number",
2692
- "description": "Pull request number"
2693
- },
2694
- "title": {
2695
- "type": "string",
2696
- "description": "Pull request title"
2697
- },
2698
- "state": {
2699
- "type": "string",
2700
- "description": "PR state: open, closed, or merged"
2701
- },
2702
- "body": {
2703
- "type": "string",
2704
- "description": "Pull request body in Markdown"
2705
- },
2706
- "html_url": {
2707
- "type": "string",
2708
- "description": "URL to the PR on GitHub"
2709
- },
2710
- "user_login": {
2711
- "type": "string",
2712
- "description": "Login of the user who created the PR"
2713
- },
2714
- "head_ref": {
2715
- "type": "string",
2716
- "description": "Source branch name"
2717
- },
2718
- "base_ref": {
2719
- "type": "string",
2720
- "description": "Target branch name"
2721
- },
2722
- "labels": {
2723
- "type": "array",
2724
- "items": {
2725
- "type": "string"
2726
- },
2727
- "description": "Label names"
2728
- },
2729
- "draft": {
2730
- "type": "boolean",
2731
- "description": "Whether this is a draft PR"
2732
- },
2733
- "merged": {
2734
- "type": "boolean",
2735
- "description": "Whether this PR has been merged"
2736
- },
2737
- "mergeable": {
2738
- "type": "boolean",
2739
- "description": "Whether this PR can be merged"
2740
- },
2741
- "comments": {
2742
- "type": "number",
2743
- "description": "Number of comments"
2744
- },
2745
- "commits": {
2746
- "type": "number",
2747
- "description": "Number of commits"
2748
- },
2749
- "additions": {
2750
- "type": "number",
2751
- "description": "Number of lines added"
2752
- },
2753
- "deletions": {
2754
- "type": "number",
2755
- "description": "Number of lines deleted"
2756
- },
2757
- "changed_files": {
2758
- "type": "number",
2759
- "description": "Number of files changed"
2760
- },
2761
- "created_at": {
2762
- "type": "string",
2763
- "description": "Created ISO 8601 timestamp"
2764
- },
2765
- "updated_at": {
2766
- "type": "string",
2767
- "description": "Updated ISO 8601 timestamp"
2768
- }
2769
- },
2770
- "required": [
2771
- "number",
2772
- "title",
2773
- "state",
2774
- "body",
2775
- "html_url",
2776
- "user_login",
2777
- "head_ref",
2778
- "base_ref",
2779
- "labels",
2780
- "draft",
2781
- "merged",
2782
- "mergeable",
2783
- "comments",
2784
- "commits",
2785
- "additions",
2786
- "deletions",
2787
- "changed_files",
2788
- "created_at",
2789
- "updated_at"
2790
- ],
2791
- "additionalProperties": false,
2792
- "description": "The pull request with updated reviewers"
2336
+ "success": {
2337
+ "type": "boolean",
2338
+ "description": "Whether the review request was submitted"
2793
2339
  }
2794
2340
  },
2795
2341
  "required": [
2796
- "pull_request"
2342
+ "success"
2797
2343
  ],
2798
2344
  "additionalProperties": false
2799
2345
  }
@@ -2823,18 +2369,6 @@
2823
2369
  "minimum": 1,
2824
2370
  "maximum": 9007199254740991,
2825
2371
  "description": "Issue or pull request number"
2826
- },
2827
- "per_page": {
2828
- "description": "Results per page (default 30, max 100)",
2829
- "type": "integer",
2830
- "minimum": 1,
2831
- "maximum": 100
2832
- },
2833
- "page": {
2834
- "description": "Page number (default 1)",
2835
- "type": "integer",
2836
- "minimum": 1,
2837
- "maximum": 9007199254740991
2838
2372
  }
2839
2373
  },
2840
2374
  "required": [
@@ -2939,48 +2473,13 @@
2939
2473
  "output_schema": {
2940
2474
  "type": "object",
2941
2475
  "properties": {
2942
- "comment": {
2943
- "type": "object",
2944
- "properties": {
2945
- "id": {
2946
- "type": "number",
2947
- "description": "Comment ID"
2948
- },
2949
- "body": {
2950
- "type": "string",
2951
- "description": "Comment body in Markdown"
2952
- },
2953
- "user_login": {
2954
- "type": "string",
2955
- "description": "Login of the commenter"
2956
- },
2957
- "html_url": {
2958
- "type": "string",
2959
- "description": "URL to the comment on GitHub"
2960
- },
2961
- "created_at": {
2962
- "type": "string",
2963
- "description": "Created ISO 8601 timestamp"
2964
- },
2965
- "updated_at": {
2966
- "type": "string",
2967
- "description": "Updated ISO 8601 timestamp"
2968
- }
2969
- },
2970
- "required": [
2971
- "id",
2972
- "body",
2973
- "user_login",
2974
- "html_url",
2975
- "created_at",
2976
- "updated_at"
2977
- ],
2978
- "additionalProperties": false,
2979
- "description": "The created comment"
2476
+ "success": {
2477
+ "type": "boolean",
2478
+ "description": "Whether the comment was created successfully"
2980
2479
  }
2981
2480
  },
2982
2481
  "required": [
2983
- "comment"
2482
+ "success"
2984
2483
  ],
2985
2484
  "additionalProperties": false
2986
2485
  }
@@ -3089,7 +2588,7 @@
3089
2588
  {
3090
2589
  "name": "list_org_members",
3091
2590
  "displayName": "List Organization Members",
3092
- "description": "List public members of a GitHub organization.",
2591
+ "description": "List members of a GitHub organization.",
3093
2592
  "summary": "List members of an organization",
3094
2593
  "icon": "users",
3095
2594
  "group": "Users",
@@ -3100,18 +2599,6 @@
3100
2599
  "type": "string",
3101
2600
  "minLength": 1,
3102
2601
  "description": "Organization name"
3103
- },
3104
- "per_page": {
3105
- "description": "Results per page (default 30, max 100)",
3106
- "type": "integer",
3107
- "minimum": 1,
3108
- "maximum": 100
3109
- },
3110
- "page": {
3111
- "description": "Page number (default 1)",
3112
- "type": "integer",
3113
- "minimum": 1,
3114
- "maximum": 9007199254740991
3115
2602
  }
3116
2603
  },
3117
2604
  "required": [
@@ -3131,10 +2618,6 @@
3131
2618
  "type": "string",
3132
2619
  "description": "Username"
3133
2620
  },
3134
- "id": {
3135
- "type": "number",
3136
- "description": "User ID"
3137
- },
3138
2621
  "avatar_url": {
3139
2622
  "type": "string",
3140
2623
  "description": "Avatar URL"
@@ -3146,7 +2629,6 @@
3146
2629
  },
3147
2630
  "required": [
3148
2631
  "login",
3149
- "id",
3150
2632
  "avatar_url",
3151
2633
  "html_url"
3152
2634
  ],
@@ -3180,18 +2662,6 @@
3180
2662
  "type": "string",
3181
2663
  "minLength": 1,
3182
2664
  "description": "Repository name"
3183
- },
3184
- "per_page": {
3185
- "description": "Results per page (default 30, max 100)",
3186
- "type": "integer",
3187
- "minimum": 1,
3188
- "maximum": 100
3189
- },
3190
- "page": {
3191
- "description": "Page number (default 1)",
3192
- "type": "integer",
3193
- "minimum": 1,
3194
- "maximum": 9007199254740991
3195
2665
  }
3196
2666
  },
3197
2667
  "required": [
@@ -3296,7 +2766,7 @@
3296
2766
  {
3297
2767
  "name": "create_or_update_file",
3298
2768
  "displayName": "Create or Update File",
3299
- "description": "Create or update a file in a repository. To update an existing file, provide the current file SHA (obtainable from the contents API). Commits directly to the specified branch.",
2769
+ "description": "Create or update a file in a repository. Commits directly to the specified branch.",
3300
2770
  "summary": "Create or update a file in a repository",
3301
2771
  "icon": "file-edit",
3302
2772
  "group": "Repositories",
@@ -3321,7 +2791,7 @@
3321
2791
  "content": {
3322
2792
  "type": "string",
3323
2793
  "minLength": 1,
3324
- "description": "File content as a UTF-8 string (will be base64-encoded automatically)"
2794
+ "description": "File content as a UTF-8 string"
3325
2795
  },
3326
2796
  "message": {
3327
2797
  "type": "string",
@@ -3331,10 +2801,6 @@
3331
2801
  "branch": {
3332
2802
  "description": "Branch to commit to (defaults to the default branch)",
3333
2803
  "type": "string"
3334
- },
3335
- "sha": {
3336
- "description": "SHA of the file being replaced — required when updating an existing file",
3337
- "type": "string"
3338
2804
  }
3339
2805
  },
3340
2806
  "required": [
@@ -3349,23 +2815,13 @@
3349
2815
  "output_schema": {
3350
2816
  "type": "object",
3351
2817
  "properties": {
3352
- "sha": {
3353
- "type": "string",
3354
- "description": "SHA of the created/updated file blob"
3355
- },
3356
- "commit_sha": {
3357
- "type": "string",
3358
- "description": "SHA of the commit"
3359
- },
3360
- "html_url": {
3361
- "type": "string",
3362
- "description": "URL to the file on GitHub"
2818
+ "success": {
2819
+ "type": "boolean",
2820
+ "description": "Whether the file was created/updated"
3363
2821
  }
3364
2822
  },
3365
2823
  "required": [
3366
- "sha",
3367
- "commit_sha",
3368
- "html_url"
2824
+ "success"
3369
2825
  ],
3370
2826
  "additionalProperties": false
3371
2827
  }
@@ -3373,7 +2829,7 @@
3373
2829
  {
3374
2830
  "name": "delete_file",
3375
2831
  "displayName": "Delete File",
3376
- "description": "Delete a file from a repository. Requires the current file SHA (obtainable from the contents API). Commits directly to the specified branch.",
2832
+ "description": "Delete a file from a repository. Commits directly to the specified branch.",
3377
2833
  "summary": "Delete a file from a repository",
3378
2834
  "icon": "file-x",
3379
2835
  "group": "Repositories",
@@ -3400,11 +2856,6 @@
3400
2856
  "minLength": 1,
3401
2857
  "description": "Commit message for the deletion"
3402
2858
  },
3403
- "sha": {
3404
- "type": "string",
3405
- "minLength": 1,
3406
- "description": "SHA of the file being deleted — required to prevent accidental overwrites"
3407
- },
3408
2859
  "branch": {
3409
2860
  "description": "Branch to commit to (defaults to the default branch)",
3410
2861
  "type": "string"
@@ -3414,41 +2865,20 @@
3414
2865
  "owner",
3415
2866
  "repo",
3416
2867
  "path",
3417
- "message",
3418
- "sha"
2868
+ "message"
3419
2869
  ],
3420
2870
  "additionalProperties": false
3421
2871
  },
3422
2872
  "output_schema": {
3423
2873
  "type": "object",
3424
2874
  "properties": {
3425
- "commit": {
3426
- "type": "object",
3427
- "properties": {
3428
- "sha": {
3429
- "type": "string",
3430
- "description": "Commit SHA"
3431
- },
3432
- "message": {
3433
- "type": "string",
3434
- "description": "Commit message"
3435
- },
3436
- "url": {
3437
- "type": "string",
3438
- "description": "URL to the commit on GitHub"
3439
- }
3440
- },
3441
- "required": [
3442
- "sha",
3443
- "message",
3444
- "url"
3445
- ],
3446
- "additionalProperties": false,
3447
- "description": "The commit created by the deletion"
2875
+ "success": {
2876
+ "type": "boolean",
2877
+ "description": "Whether the file was deleted"
3448
2878
  }
3449
2879
  },
3450
2880
  "required": [
3451
- "commit"
2881
+ "success"
3452
2882
  ],
3453
2883
  "additionalProperties": false
3454
2884
  }
@@ -3456,7 +2886,7 @@
3456
2886
  {
3457
2887
  "name": "list_workflow_runs",
3458
2888
  "displayName": "List Workflow Runs",
3459
- "description": "List workflow runs for a repository. Optionally filter by workflow ID, branch, or status. Returns runs sorted by creation date.",
2889
+ "description": "List workflow runs for a repository. Returns recent workflow runs from the Actions page.",
3460
2890
  "summary": "List GitHub Actions workflow runs",
3461
2891
  "icon": "play",
3462
2892
  "group": "Actions",
@@ -3472,46 +2902,6 @@
3472
2902
  "type": "string",
3473
2903
  "minLength": 1,
3474
2904
  "description": "Repository name"
3475
- },
3476
- "workflow_id": {
3477
- "description": "Workflow ID or filename to filter by (e.g., \"ci.yml\")",
3478
- "type": "string"
3479
- },
3480
- "branch": {
3481
- "description": "Filter by branch name",
3482
- "type": "string"
3483
- },
3484
- "status": {
3485
- "description": "Filter by run status",
3486
- "type": "string",
3487
- "enum": [
3488
- "completed",
3489
- "action_required",
3490
- "cancelled",
3491
- "failure",
3492
- "neutral",
3493
- "skipped",
3494
- "stale",
3495
- "success",
3496
- "timed_out",
3497
- "in_progress",
3498
- "queued",
3499
- "requested",
3500
- "waiting",
3501
- "pending"
3502
- ]
3503
- },
3504
- "per_page": {
3505
- "description": "Results per page (default 30, max 100)",
3506
- "type": "integer",
3507
- "minimum": 1,
3508
- "maximum": 100
3509
- },
3510
- "page": {
3511
- "description": "Page number (default 1)",
3512
- "type": "integer",
3513
- "minimum": 1,
3514
- "maximum": 9007199254740991
3515
2905
  }
3516
2906
  },
3517
2907
  "required": [
@@ -3523,10 +2913,6 @@
3523
2913
  "output_schema": {
3524
2914
  "type": "object",
3525
2915
  "properties": {
3526
- "total_count": {
3527
- "type": "number",
3528
- "description": "Total number of matching workflow runs"
3529
- },
3530
2916
  "workflow_runs": {
3531
2917
  "type": "array",
3532
2918
  "items": {
@@ -3586,7 +2972,6 @@
3586
2972
  }
3587
2973
  },
3588
2974
  "required": [
3589
- "total_count",
3590
2975
  "workflow_runs"
3591
2976
  ],
3592
2977
  "additionalProperties": false
@@ -3595,7 +2980,7 @@
3595
2980
  {
3596
2981
  "name": "get_workflow_run",
3597
2982
  "displayName": "Get Workflow Run",
3598
- "description": "Get detailed information about a specific GitHub Actions workflow run by its run ID.",
2983
+ "description": "Get information about a specific GitHub Actions workflow run by its run ID.",
3599
2984
  "summary": "Get a workflow run by ID",
3600
2985
  "icon": "play",
3601
2986
  "group": "Actions",
@@ -3705,24 +3090,6 @@
3705
3090
  "minLength": 1,
3706
3091
  "description": "Search query using GitHub search syntax (e.g., \"language:typescript stars:>1000\")"
3707
3092
  },
3708
- "sort": {
3709
- "description": "Sort field",
3710
- "type": "string",
3711
- "enum": [
3712
- "stars",
3713
- "forks",
3714
- "help-wanted-issues",
3715
- "updated"
3716
- ]
3717
- },
3718
- "order": {
3719
- "description": "Sort order (default: desc)",
3720
- "type": "string",
3721
- "enum": [
3722
- "asc",
3723
- "desc"
3724
- ]
3725
- },
3726
3093
  "per_page": {
3727
3094
  "description": "Results per page (default 30, max 100)",
3728
3095
  "type": "integer",
@@ -3836,22 +3203,17 @@
3836
3203
  {
3837
3204
  "name": "add_reaction",
3838
3205
  "displayName": "Add Reaction",
3839
- "description": "Add a reaction to an issue, pull request, or comment.",
3206
+ "description": "Add a reaction to an issue, pull request, or comment. Requires the node ID of the subject (e.g., from get_issue or get_pull_request).",
3840
3207
  "summary": "Add a reaction to an issue or comment",
3841
3208
  "icon": "smile-plus",
3842
3209
  "group": "Reactions",
3843
3210
  "input_schema": {
3844
3211
  "type": "object",
3845
3212
  "properties": {
3846
- "owner": {
3847
- "type": "string",
3848
- "minLength": 1,
3849
- "description": "Repository owner (user or org)"
3850
- },
3851
- "repo": {
3213
+ "subject_id": {
3852
3214
  "type": "string",
3853
3215
  "minLength": 1,
3854
- "description": "Repository name"
3216
+ "description": "Node ID of the issue, PR, or comment to react to (e.g., \"I_kwDOBPD3oc7y2-NQ\", \"IC_kwDOBPD3oc7xkPTu\")"
3855
3217
  },
3856
3218
  "content": {
3857
3219
  "type": "string",
@@ -3866,23 +3228,10 @@
3866
3228
  "eyes"
3867
3229
  ],
3868
3230
  "description": "Reaction emoji name"
3869
- },
3870
- "issue_number": {
3871
- "description": "Issue or PR number — provide this OR comment_id, not both",
3872
- "type": "integer",
3873
- "minimum": 1,
3874
- "maximum": 9007199254740991
3875
- },
3876
- "comment_id": {
3877
- "description": "Comment ID — provide this OR issue_number, not both",
3878
- "type": "integer",
3879
- "minimum": 1,
3880
- "maximum": 9007199254740991
3881
3231
  }
3882
3232
  },
3883
3233
  "required": [
3884
- "owner",
3885
- "repo",
3234
+ "subject_id",
3886
3235
  "content"
3887
3236
  ],
3888
3237
  "additionalProperties": false
@@ -3890,18 +3239,13 @@
3890
3239
  "output_schema": {
3891
3240
  "type": "object",
3892
3241
  "properties": {
3893
- "id": {
3894
- "type": "number",
3895
- "description": "Reaction ID"
3896
- },
3897
- "content": {
3898
- "type": "string",
3899
- "description": "Reaction emoji name"
3242
+ "success": {
3243
+ "type": "boolean",
3244
+ "description": "Whether the reaction was added"
3900
3245
  }
3901
3246
  },
3902
3247
  "required": [
3903
- "id",
3904
- "content"
3248
+ "success"
3905
3249
  ],
3906
3250
  "additionalProperties": false
3907
3251
  }
@@ -3915,28 +3259,7 @@
3915
3259
  "group": "Users",
3916
3260
  "input_schema": {
3917
3261
  "type": "object",
3918
- "properties": {
3919
- "all": {
3920
- "description": "Show all notifications including read ones (default: false)",
3921
- "type": "boolean"
3922
- },
3923
- "participating": {
3924
- "description": "Only show notifications where the user is directly participating (default: false)",
3925
- "type": "boolean"
3926
- },
3927
- "per_page": {
3928
- "description": "Results per page (default 30, max 100)",
3929
- "type": "integer",
3930
- "minimum": 1,
3931
- "maximum": 100
3932
- },
3933
- "page": {
3934
- "description": "Page number (default 1)",
3935
- "type": "integer",
3936
- "minimum": 1,
3937
- "maximum": 9007199254740991
3938
- }
3939
- },
3262
+ "properties": {},
3940
3263
  "additionalProperties": false
3941
3264
  },
3942
3265
  "output_schema": {