@apteva/integrations 0.3.13 → 0.3.15
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.
- package/package.json +1 -1
- package/src/apps/apollo.json +5 -5
- package/src/apps/assemblyai.json +2 -2
- package/src/apps/attio.json +2 -2
- package/src/apps/axiom.json +1 -1
- package/src/apps/beehiiv.json +5 -5
- package/src/apps/bitly.json +4 -4
- package/src/apps/bloobirds.json +1 -1
- package/src/apps/box.json +3 -3
- package/src/apps/brevo.json +20 -20
- package/src/apps/browse-ai.json +4 -4
- package/src/apps/bunny-cdn.json +4 -4
- package/src/apps/bunny-stream.json +8 -8
- package/src/apps/cal-com.json +1 -1
- package/src/apps/calendly.json +6 -6
- package/src/apps/canva.json +3 -3
- package/src/apps/cartesia.json +1 -1
- package/src/apps/composio.json +2 -2
- package/src/apps/convertkit.json +2 -2
- package/src/apps/core-video.json +7 -7
- package/src/apps/dialpad.json +2 -2
- package/src/apps/dnsimple.json +12 -12
- package/src/apps/eventbrite-events.json +16 -16
- package/src/apps/fal-ai.json +5 -5
- package/src/apps/folk.json +5 -5
- package/src/apps/gigs-marketplace.json +30 -30
- package/src/apps/github.json +31 -31
- package/src/apps/gmail.json +16 -16
- package/src/apps/gohighlevel.json +3 -3
- package/src/apps/google-ads.json +8 -8
- package/src/apps/google-calendar.json +16 -16
- package/src/apps/google-drive.json +7 -7
- package/src/apps/google-sheets.json +7 -7
- package/src/apps/hackernews.json +2 -2
- package/src/apps/helpscout.json +3 -3
- package/src/apps/heygen.json +881 -58
- package/src/apps/hunter.json +5 -5
- package/src/apps/instagram-api.json +4 -6
- package/src/apps/late.json +17 -17
- package/src/apps/leadpages.json +4 -4
- package/src/apps/learning-platform.json +53 -53
- package/src/apps/marin-software.json +2 -2
- package/src/apps/notion.json +12 -12
- package/src/apps/omnikit-analytics.json +1 -1
- package/src/apps/omnikit-api-gateway.json +11 -11
- package/src/apps/omnikit-billing.json +21 -21
- package/src/apps/omnikit-cms.json +23 -23
- package/src/apps/omnikit-code-ops.json +1183 -0
- package/src/apps/omnikit-functions.json +6 -6
- package/src/apps/omnikit-intelligence.json +1 -1
- package/src/apps/omnikit-management.json +3 -3
- package/src/apps/omnikit-messaging.json +25 -25
- package/src/apps/omnikit-redirects.json +1 -1
- package/src/apps/omnikit-webhooks.json +3 -3
- package/src/apps/optinmonster.json +4 -4
- package/src/apps/paidkit.json +13 -13
- package/src/apps/polymarket.json +5 -5
- package/src/apps/porkbun.json +12 -12
- package/src/apps/rankbird.json +51 -56
- package/src/apps/skai.json +4 -4
- package/src/apps/smartly.json +1 -1
- package/src/apps/socialcast.json +30 -12
- package/src/apps/stripe-payments.json +9 -9
- package/src/apps/taskflow.json +11 -11
- package/src/apps/ticktick.json +3 -3
- package/src/apps/tiktok-api.json +78 -0
- package/src/apps/todoist.json +1 -1
- package/src/apps/twilio.json +28 -28
- package/src/apps/twitter-api.json +86 -30
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"name": "get_gig_details",
|
|
141
141
|
"description": "Get detailed information about a specific gig",
|
|
142
142
|
"method": "GET",
|
|
143
|
-
"path": "/gigs
|
|
143
|
+
"path": "/gigs/{id}",
|
|
144
144
|
"input_schema": {
|
|
145
145
|
"type": "object",
|
|
146
146
|
"properties": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"name": "assign_gig",
|
|
159
159
|
"description": "Assign a gig to a worker (client only)",
|
|
160
160
|
"method": "POST",
|
|
161
|
-
"path": "/gigs
|
|
161
|
+
"path": "/gigs/{id}/assign",
|
|
162
162
|
"input_schema": {
|
|
163
163
|
"type": "object",
|
|
164
164
|
"properties": {
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"name": "update_gig_status",
|
|
187
187
|
"description": "Update the status of a gig",
|
|
188
188
|
"method": "PUT",
|
|
189
|
-
"path": "/gigs
|
|
189
|
+
"path": "/gigs/{id}/status",
|
|
190
190
|
"input_schema": {
|
|
191
191
|
"type": "object",
|
|
192
192
|
"properties": {
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"name": "update_gig",
|
|
223
223
|
"description": "Update gig details such as title, description, budget, deadline, or priority",
|
|
224
224
|
"method": "PUT",
|
|
225
|
-
"path": "/gigs
|
|
225
|
+
"path": "/gigs/{id}",
|
|
226
226
|
"input_schema": {
|
|
227
227
|
"type": "object",
|
|
228
228
|
"properties": {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"name": "cancel_gig",
|
|
268
268
|
"description": "Cancel a gig (client only)",
|
|
269
269
|
"method": "DELETE",
|
|
270
|
-
"path": "/gigs
|
|
270
|
+
"path": "/gigs/{id}",
|
|
271
271
|
"input_schema": {
|
|
272
272
|
"type": "object",
|
|
273
273
|
"properties": {
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
"name": "apply_template_to_gig",
|
|
515
515
|
"description": "Apply a template's instructions to a gig",
|
|
516
516
|
"method": "POST",
|
|
517
|
-
"path": "/gigs
|
|
517
|
+
"path": "/gigs/{id}/apply-template",
|
|
518
518
|
"input_schema": {
|
|
519
519
|
"type": "object",
|
|
520
520
|
"properties": {
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"name": "add_instruction_to_gig",
|
|
543
543
|
"description": "Add an instruction from the instruction library to a gig. Use 'List Instructions' or 'Search Instructions' to find the library instruction_id.",
|
|
544
544
|
"method": "POST",
|
|
545
|
-
"path": "/gigs
|
|
545
|
+
"path": "/gigs/{id}/instructions",
|
|
546
546
|
"input_schema": {
|
|
547
547
|
"type": "object",
|
|
548
548
|
"properties": {
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"name": "get_gig_instructions",
|
|
579
579
|
"description": "Get all instructions attached to a gig. Returns gig_instructions records with their 'id' (needed for remove/complete/customize/reset operations), instruction details, completion status, and submitted files.",
|
|
580
580
|
"method": "GET",
|
|
581
|
-
"path": "/gigs
|
|
581
|
+
"path": "/gigs/{id}/instructions",
|
|
582
582
|
"input_schema": {
|
|
583
583
|
"type": "object",
|
|
584
584
|
"properties": {
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"name": "mark_instruction_complete",
|
|
597
597
|
"description": "Mark a gig instruction as completed. Use 'Get Gig Instructions' first to find the gig_instructions record ID.",
|
|
598
598
|
"method": "PUT",
|
|
599
|
-
"path": "/gigs
|
|
599
|
+
"path": "/gigs/{id}/instructions/{instructionId}/complete",
|
|
600
600
|
"input_schema": {
|
|
601
601
|
"type": "object",
|
|
602
602
|
"properties": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"name": "submit_work",
|
|
625
625
|
"description": "Submit work files for a gig",
|
|
626
626
|
"method": "POST",
|
|
627
|
-
"path": "/gigs
|
|
627
|
+
"path": "/gigs/{id}/submissions",
|
|
628
628
|
"input_schema": {
|
|
629
629
|
"type": "object",
|
|
630
630
|
"properties": {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"name": "get_submissions",
|
|
670
670
|
"description": "Get all submissions for a gig",
|
|
671
671
|
"method": "GET",
|
|
672
|
-
"path": "/gigs
|
|
672
|
+
"path": "/gigs/{id}/submissions",
|
|
673
673
|
"input_schema": {
|
|
674
674
|
"type": "object",
|
|
675
675
|
"properties": {
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"name": "review_submission",
|
|
688
688
|
"description": "Review and approve/reject a work submission (client only)",
|
|
689
689
|
"method": "POST",
|
|
690
|
-
"path": "/gigs
|
|
690
|
+
"path": "/gigs/{id}/submissions/{submissionId}/review",
|
|
691
691
|
"input_schema": {
|
|
692
692
|
"type": "object",
|
|
693
693
|
"properties": {
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"name": "request_revision",
|
|
730
730
|
"description": "Request changes to a work submission",
|
|
731
731
|
"method": "POST",
|
|
732
|
-
"path": "/gigs
|
|
732
|
+
"path": "/gigs/{id}/submissions/{submissionId}/revision",
|
|
733
733
|
"input_schema": {
|
|
734
734
|
"type": "object",
|
|
735
735
|
"properties": {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
"name": "get_gig_activity",
|
|
763
763
|
"description": "Get activity log/history for a gig",
|
|
764
764
|
"method": "GET",
|
|
765
|
-
"path": "/gigs
|
|
765
|
+
"path": "/gigs/{id}/activity",
|
|
766
766
|
"input_schema": {
|
|
767
767
|
"type": "object",
|
|
768
768
|
"properties": {
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
"name": "get_instruction",
|
|
819
819
|
"description": "Get a single instruction from the library by ID",
|
|
820
820
|
"method": "GET",
|
|
821
|
-
"path": "/instructions
|
|
821
|
+
"path": "/instructions/{id}",
|
|
822
822
|
"input_schema": {
|
|
823
823
|
"type": "object",
|
|
824
824
|
"properties": {
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
"name": "update_instruction",
|
|
841
841
|
"description": "Update an instruction's content, media, or settings",
|
|
842
842
|
"method": "PUT",
|
|
843
|
-
"path": "/instructions
|
|
843
|
+
"path": "/instructions/{id}",
|
|
844
844
|
"input_schema": {
|
|
845
845
|
"type": "object",
|
|
846
846
|
"properties": {
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"name": "delete_instruction",
|
|
905
905
|
"description": "Delete an instruction from the library",
|
|
906
906
|
"method": "DELETE",
|
|
907
|
-
"path": "/instructions
|
|
907
|
+
"path": "/instructions/{id}",
|
|
908
908
|
"input_schema": {
|
|
909
909
|
"type": "object",
|
|
910
910
|
"properties": {
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
"name": "get_template",
|
|
928
928
|
"description": "Get a template with its instructions",
|
|
929
929
|
"method": "GET",
|
|
930
|
-
"path": "/templates
|
|
930
|
+
"path": "/templates/{id}",
|
|
931
931
|
"input_schema": {
|
|
932
932
|
"type": "object",
|
|
933
933
|
"properties": {
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
"name": "delete_template",
|
|
989
989
|
"description": "Delete a gig template",
|
|
990
990
|
"method": "DELETE",
|
|
991
|
-
"path": "/gigs/templates
|
|
991
|
+
"path": "/gigs/templates/{id}",
|
|
992
992
|
"input_schema": {
|
|
993
993
|
"type": "object",
|
|
994
994
|
"properties": {
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
"name": "clone_template",
|
|
1012
1012
|
"description": "Create a copy of a template for customization",
|
|
1013
1013
|
"method": "POST",
|
|
1014
|
-
"path": "/gigs/templates
|
|
1014
|
+
"path": "/gigs/templates/{id}/clone",
|
|
1015
1015
|
"input_schema": {
|
|
1016
1016
|
"type": "object",
|
|
1017
1017
|
"properties": {
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"name": "add_instruction_to_template",
|
|
1040
1040
|
"description": "Add an instruction from the library to a template",
|
|
1041
1041
|
"method": "POST",
|
|
1042
|
-
"path": "/templates
|
|
1042
|
+
"path": "/templates/{id}/instructions",
|
|
1043
1043
|
"input_schema": {
|
|
1044
1044
|
"type": "object",
|
|
1045
1045
|
"properties": {
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"name": "remove_instruction_from_template",
|
|
1077
1077
|
"description": "Remove an instruction from a template",
|
|
1078
1078
|
"method": "DELETE",
|
|
1079
|
-
"path": "/templates
|
|
1079
|
+
"path": "/templates/{id}/instructions/{instructionId}",
|
|
1080
1080
|
"input_schema": {
|
|
1081
1081
|
"type": "object",
|
|
1082
1082
|
"properties": {
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
"name": "reorder_template_instructions",
|
|
1104
1104
|
"description": "Reorder the instructions within a template",
|
|
1105
1105
|
"method": "PUT",
|
|
1106
|
-
"path": "/gigs/templates
|
|
1106
|
+
"path": "/gigs/templates/{id}/instructions/reorder",
|
|
1107
1107
|
"input_schema": {
|
|
1108
1108
|
"type": "object",
|
|
1109
1109
|
"properties": {
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"name": "remove_gig_instruction",
|
|
1176
1176
|
"description": "Remove an instruction from a gig. Use 'Get Gig Instructions' first to find the gig_instructions record ID for the instruction you want to remove.",
|
|
1177
1177
|
"method": "DELETE",
|
|
1178
|
-
"path": "/gigs
|
|
1178
|
+
"path": "/gigs/{id}/instructions/{instructionId}",
|
|
1179
1179
|
"input_schema": {
|
|
1180
1180
|
"type": "object",
|
|
1181
1181
|
"properties": {
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
"name": "customize_gig_instruction",
|
|
1199
1199
|
"description": "Customize an instruction for a specific gig with custom content or media. Use 'Get Gig Instructions' first to find the gig_instructions record ID.",
|
|
1200
1200
|
"method": "PUT",
|
|
1201
|
-
"path": "/gigs
|
|
1201
|
+
"path": "/gigs/{id}/instructions/{instructionId}",
|
|
1202
1202
|
"input_schema": {
|
|
1203
1203
|
"type": "object",
|
|
1204
1204
|
"properties": {
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
"name": "delete_submission",
|
|
1274
1274
|
"description": "Delete a work submission from a gig",
|
|
1275
1275
|
"method": "DELETE",
|
|
1276
|
-
"path": "/gigs
|
|
1276
|
+
"path": "/gigs/{id}/submissions/{submissionId}",
|
|
1277
1277
|
"input_schema": {
|
|
1278
1278
|
"type": "object",
|
|
1279
1279
|
"properties": {
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
"name": "complete_gig",
|
|
1302
1302
|
"description": "Complete a gig by verifying all required instructions are done, creating a submissions folder, moving files, and updating status to completed",
|
|
1303
1303
|
"method": "POST",
|
|
1304
|
-
"path": "/gigs
|
|
1304
|
+
"path": "/gigs/{id}/complete",
|
|
1305
1305
|
"input_schema": {
|
|
1306
1306
|
"type": "object",
|
|
1307
1307
|
"properties": {
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
"name": "reset_instruction_status",
|
|
1325
1325
|
"description": "Reset a gig instruction to not completed, clearing all submission data and files. Use 'Get Gig Instructions' first to find the gig_instructions record ID.",
|
|
1326
1326
|
"method": "PUT",
|
|
1327
|
-
"path": "/gigs
|
|
1327
|
+
"path": "/gigs/{id}/instructions/{instructionId}/reset",
|
|
1328
1328
|
"input_schema": {
|
|
1329
1329
|
"type": "object",
|
|
1330
1330
|
"properties": {
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
"name": "delete_user",
|
|
1381
1381
|
"description": "Delete a user (model) from the gigs platform. Only users belonging to the modeling project can be deleted.",
|
|
1382
1382
|
"method": "DELETE",
|
|
1383
|
-
"path": "/users
|
|
1383
|
+
"path": "/users/{user_id}",
|
|
1384
1384
|
"input_schema": {
|
|
1385
1385
|
"type": "object",
|
|
1386
1386
|
"properties": {
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"name": "update_user",
|
|
1399
1399
|
"description": "Update a user (model) profile in the gigs platform. Can change display name, username, email, role, or account status.",
|
|
1400
1400
|
"method": "PUT",
|
|
1401
|
-
"path": "/users
|
|
1401
|
+
"path": "/users/{user_id}",
|
|
1402
1402
|
"input_schema": {
|
|
1403
1403
|
"type": "object",
|
|
1404
1404
|
"properties": {
|
package/src/apps/github.json
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"name": "get_user",
|
|
84
84
|
"description": "Get a user's public profile by their username",
|
|
85
85
|
"method": "GET",
|
|
86
|
-
"path": "/users
|
|
86
|
+
"path": "/users/{username}",
|
|
87
87
|
"input_schema": {
|
|
88
88
|
"type": "object",
|
|
89
89
|
"properties": {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"name": "get_repo",
|
|
155
155
|
"description": "Get detailed information about a repository including description, stars, forks, language, default branch, and permissions",
|
|
156
156
|
"method": "GET",
|
|
157
|
-
"path": "/repos
|
|
157
|
+
"path": "/repos/{owner}/{repo}",
|
|
158
158
|
"input_schema": {
|
|
159
159
|
"type": "object",
|
|
160
160
|
"properties": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"name": "list_user_repos",
|
|
178
178
|
"description": "List public repositories for a specific user",
|
|
179
179
|
"method": "GET",
|
|
180
|
-
"path": "/users
|
|
180
|
+
"path": "/users/{username}/repos",
|
|
181
181
|
"input_schema": {
|
|
182
182
|
"type": "object",
|
|
183
183
|
"properties": {
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"name": "get_contents",
|
|
309
309
|
"description": "Get repository contents — a file (with content) or directory listing. For files up to 1MB, content is base64 encoded.",
|
|
310
310
|
"method": "GET",
|
|
311
|
-
"path": "/repos
|
|
311
|
+
"path": "/repos/{owner}/{repo}/contents/{path}",
|
|
312
312
|
"input_schema": {
|
|
313
313
|
"type": "object",
|
|
314
314
|
"properties": {
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"name": "create_or_update_file",
|
|
341
341
|
"description": "Create or update a file in a repository. Content must be base64 encoded. To update, include the SHA of the file being replaced (from get-contents).",
|
|
342
342
|
"method": "PUT",
|
|
343
|
-
"path": "/repos
|
|
343
|
+
"path": "/repos/{owner}/{repo}/contents/{path}",
|
|
344
344
|
"input_schema": {
|
|
345
345
|
"type": "object",
|
|
346
346
|
"properties": {
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"name": "delete_file",
|
|
387
387
|
"description": "Delete a file from a repository. Requires the file's SHA (from get-contents).",
|
|
388
388
|
"method": "DELETE",
|
|
389
|
-
"path": "/repos
|
|
389
|
+
"path": "/repos/{owner}/{repo}/contents/{path}",
|
|
390
390
|
"input_schema": {
|
|
391
391
|
"type": "object",
|
|
392
392
|
"properties": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"name": "list_branches",
|
|
429
429
|
"description": "List branches in a repository",
|
|
430
430
|
"method": "GET",
|
|
431
|
-
"path": "/repos
|
|
431
|
+
"path": "/repos/{owner}/{repo}/branches",
|
|
432
432
|
"input_schema": {
|
|
433
433
|
"type": "object",
|
|
434
434
|
"properties": {
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"name": "create_branch",
|
|
462
462
|
"description": "Create a new branch. First get the SHA of the source branch via list-branches or get-contents, then create a git ref.",
|
|
463
463
|
"method": "POST",
|
|
464
|
-
"path": "/repos
|
|
464
|
+
"path": "/repos/{owner}/{repo}/git/refs",
|
|
465
465
|
"input_schema": {
|
|
466
466
|
"type": "object",
|
|
467
467
|
"properties": {
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"name": "list_commits",
|
|
495
495
|
"description": "List commits in a repository. Can filter by branch, path, author, and date range.",
|
|
496
496
|
"method": "GET",
|
|
497
|
-
"path": "/repos
|
|
497
|
+
"path": "/repos/{owner}/{repo}/commits",
|
|
498
498
|
"input_schema": {
|
|
499
499
|
"type": "object",
|
|
500
500
|
"properties": {
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
"name": "list_issues",
|
|
548
548
|
"description": "List issues in a repository. Filter by state, labels, assignee, milestone, and more.",
|
|
549
549
|
"method": "GET",
|
|
550
|
-
"path": "/repos
|
|
550
|
+
"path": "/repos/{owner}/{repo}/issues",
|
|
551
551
|
"input_schema": {
|
|
552
552
|
"type": "object",
|
|
553
553
|
"properties": {
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"name": "get_issue",
|
|
618
618
|
"description": "Get a specific issue by number with full details including body, labels, assignees, and milestone",
|
|
619
619
|
"method": "GET",
|
|
620
|
-
"path": "/repos
|
|
620
|
+
"path": "/repos/{owner}/{repo}/issues/{issue_number}",
|
|
621
621
|
"input_schema": {
|
|
622
622
|
"type": "object",
|
|
623
623
|
"properties": {
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"name": "create_issue",
|
|
646
646
|
"description": "Create a new issue in a repository with title, body, labels, and assignees",
|
|
647
647
|
"method": "POST",
|
|
648
|
-
"path": "/repos
|
|
648
|
+
"path": "/repos/{owner}/{repo}/issues",
|
|
649
649
|
"input_schema": {
|
|
650
650
|
"type": "object",
|
|
651
651
|
"properties": {
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"name": "update_issue",
|
|
692
692
|
"description": "Update an issue — change title, body, state, labels, or assignees",
|
|
693
693
|
"method": "PATCH",
|
|
694
|
-
"path": "/repos
|
|
694
|
+
"path": "/repos/{owner}/{repo}/issues/{issue_number}",
|
|
695
695
|
"input_schema": {
|
|
696
696
|
"type": "object",
|
|
697
697
|
"properties": {
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"name": "list_issue_comments",
|
|
750
750
|
"description": "List comments on an issue or pull request",
|
|
751
751
|
"method": "GET",
|
|
752
|
-
"path": "/repos
|
|
752
|
+
"path": "/repos/{owner}/{repo}/issues/{issue_number}/comments",
|
|
753
753
|
"input_schema": {
|
|
754
754
|
"type": "object",
|
|
755
755
|
"properties": {
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"name": "add_issue_comment",
|
|
788
788
|
"description": "Add a comment to an issue or pull request",
|
|
789
789
|
"method": "POST",
|
|
790
|
-
"path": "/repos
|
|
790
|
+
"path": "/repos/{owner}/{repo}/issues/{issue_number}/comments",
|
|
791
791
|
"input_schema": {
|
|
792
792
|
"type": "object",
|
|
793
793
|
"properties": {
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"name": "list_pulls",
|
|
876
876
|
"description": "List pull requests in a repository with state, branch, and sort filters",
|
|
877
877
|
"method": "GET",
|
|
878
|
-
"path": "/repos
|
|
878
|
+
"path": "/repos/{owner}/{repo}/pulls",
|
|
879
879
|
"input_schema": {
|
|
880
880
|
"type": "object",
|
|
881
881
|
"properties": {
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
"name": "get_pull",
|
|
947
947
|
"description": "Get a specific pull request with full details including diff stats, mergeable status, and review status",
|
|
948
948
|
"method": "GET",
|
|
949
|
-
"path": "/repos
|
|
949
|
+
"path": "/repos/{owner}/{repo}/pulls/{pull_number}",
|
|
950
950
|
"input_schema": {
|
|
951
951
|
"type": "object",
|
|
952
952
|
"properties": {
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"name": "create_pull",
|
|
975
975
|
"description": "Create a new pull request from a head branch into a base branch",
|
|
976
976
|
"method": "POST",
|
|
977
|
-
"path": "/repos
|
|
977
|
+
"path": "/repos/{owner}/{repo}/pulls",
|
|
978
978
|
"input_schema": {
|
|
979
979
|
"type": "object",
|
|
980
980
|
"properties": {
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"name": "merge_pull",
|
|
1022
1022
|
"description": "Merge a pull request. Choose merge method: merge commit, squash, or rebase.",
|
|
1023
1023
|
"method": "PUT",
|
|
1024
|
-
"path": "/repos
|
|
1024
|
+
"path": "/repos/{owner}/{repo}/pulls/{pull_number}/merge",
|
|
1025
1025
|
"input_schema": {
|
|
1026
1026
|
"type": "object",
|
|
1027
1027
|
"properties": {
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"name": "list_pull_files",
|
|
1068
1068
|
"description": "List files changed in a pull request with patch/diff details",
|
|
1069
1069
|
"method": "GET",
|
|
1070
|
-
"path": "/repos
|
|
1070
|
+
"path": "/repos/{owner}/{repo}/pulls/{pull_number}/files",
|
|
1071
1071
|
"input_schema": {
|
|
1072
1072
|
"type": "object",
|
|
1073
1073
|
"properties": {
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"name": "list_releases",
|
|
1106
1106
|
"description": "List releases in a repository, ordered by creation date",
|
|
1107
1107
|
"method": "GET",
|
|
1108
|
-
"path": "/repos
|
|
1108
|
+
"path": "/repos/{owner}/{repo}/releases",
|
|
1109
1109
|
"input_schema": {
|
|
1110
1110
|
"type": "object",
|
|
1111
1111
|
"properties": {
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
"name": "create_release",
|
|
1139
1139
|
"description": "Create a new release with a tag, name, and release notes",
|
|
1140
1140
|
"method": "POST",
|
|
1141
|
-
"path": "/repos
|
|
1141
|
+
"path": "/repos/{owner}/{repo}/releases",
|
|
1142
1142
|
"input_schema": {
|
|
1143
1143
|
"type": "object",
|
|
1144
1144
|
"properties": {
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
"name": "list_workflows",
|
|
1194
1194
|
"description": "List GitHub Actions workflows in a repository",
|
|
1195
1195
|
"method": "GET",
|
|
1196
|
-
"path": "/repos
|
|
1196
|
+
"path": "/repos/{owner}/{repo}/actions/workflows",
|
|
1197
1197
|
"input_schema": {
|
|
1198
1198
|
"type": "object",
|
|
1199
1199
|
"properties": {
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
"name": "list_workflow_runs",
|
|
1227
1227
|
"description": "List recent runs for a specific workflow",
|
|
1228
1228
|
"method": "GET",
|
|
1229
|
-
"path": "/repos
|
|
1229
|
+
"path": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs",
|
|
1230
1230
|
"input_schema": {
|
|
1231
1231
|
"type": "object",
|
|
1232
1232
|
"properties": {
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
"name": "trigger_workflow",
|
|
1289
1289
|
"description": "Manually trigger a workflow_dispatch workflow run",
|
|
1290
1290
|
"method": "POST",
|
|
1291
|
-
"path": "/repos
|
|
1291
|
+
"path": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches",
|
|
1292
1292
|
"input_schema": {
|
|
1293
1293
|
"type": "object",
|
|
1294
1294
|
"properties": {
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
"name": "create_webhook",
|
|
1326
1326
|
"description": "Create a repository webhook to receive event notifications",
|
|
1327
1327
|
"method": "POST",
|
|
1328
|
-
"path": "/repos
|
|
1328
|
+
"path": "/repos/{owner}/{repo}/hooks",
|
|
1329
1329
|
"input_schema": {
|
|
1330
1330
|
"type": "object",
|
|
1331
1331
|
"properties": {
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"name": "list_webhooks",
|
|
1391
1391
|
"description": "List webhooks configured for a repository",
|
|
1392
1392
|
"method": "GET",
|
|
1393
|
-
"path": "/repos
|
|
1393
|
+
"path": "/repos/{owner}/{repo}/hooks",
|
|
1394
1394
|
"input_schema": {
|
|
1395
1395
|
"type": "object",
|
|
1396
1396
|
"properties": {
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
"name": "fork_repo",
|
|
1424
1424
|
"description": "Fork a repository to the authenticated user's account or a specified organization",
|
|
1425
1425
|
"method": "POST",
|
|
1426
|
-
"path": "/repos
|
|
1426
|
+
"path": "/repos/{owner}/{repo}/forks",
|
|
1427
1427
|
"input_schema": {
|
|
1428
1428
|
"type": "object",
|
|
1429
1429
|
"properties": {
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"name": "star_repo",
|
|
1455
1455
|
"description": "Star a repository for the authenticated user",
|
|
1456
1456
|
"method": "PUT",
|
|
1457
|
-
"path": "/user/starred
|
|
1457
|
+
"path": "/user/starred/{owner}/{repo}",
|
|
1458
1458
|
"input_schema": {
|
|
1459
1459
|
"type": "object",
|
|
1460
1460
|
"properties": {
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
"name": "unstar_repo",
|
|
1478
1478
|
"description": "Remove a star from a repository",
|
|
1479
1479
|
"method": "DELETE",
|
|
1480
|
-
"path": "/user/starred
|
|
1480
|
+
"path": "/user/starred/{owner}/{repo}",
|
|
1481
1481
|
"input_schema": {
|
|
1482
1482
|
"type": "object",
|
|
1483
1483
|
"properties": {
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
"name": "compare_commits",
|
|
1501
1501
|
"description": "Compare two commits, branches, or tags. Shows files changed and diff stats between base and head.",
|
|
1502
1502
|
"method": "GET",
|
|
1503
|
-
"path": "/repos
|
|
1503
|
+
"path": "/repos/{owner}/{repo}/compare/{basehead}",
|
|
1504
1504
|
"input_schema": {
|
|
1505
1505
|
"type": "object",
|
|
1506
1506
|
"properties": {
|