@apteva/integrations 0.3.13 → 0.3.14

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 (67) hide show
  1. package/package.json +1 -1
  2. package/src/apps/apollo.json +5 -5
  3. package/src/apps/assemblyai.json +2 -2
  4. package/src/apps/attio.json +2 -2
  5. package/src/apps/axiom.json +1 -1
  6. package/src/apps/beehiiv.json +5 -5
  7. package/src/apps/bitly.json +4 -4
  8. package/src/apps/bloobirds.json +1 -1
  9. package/src/apps/box.json +3 -3
  10. package/src/apps/brevo.json +20 -20
  11. package/src/apps/browse-ai.json +4 -4
  12. package/src/apps/bunny-cdn.json +4 -4
  13. package/src/apps/bunny-stream.json +8 -8
  14. package/src/apps/cal-com.json +1 -1
  15. package/src/apps/calendly.json +6 -6
  16. package/src/apps/canva.json +3 -3
  17. package/src/apps/cartesia.json +1 -1
  18. package/src/apps/composio.json +2 -2
  19. package/src/apps/convertkit.json +2 -2
  20. package/src/apps/core-video.json +7 -7
  21. package/src/apps/dialpad.json +2 -2
  22. package/src/apps/dnsimple.json +12 -12
  23. package/src/apps/eventbrite-events.json +16 -16
  24. package/src/apps/fal-ai.json +5 -5
  25. package/src/apps/folk.json +5 -5
  26. package/src/apps/gigs-marketplace.json +30 -30
  27. package/src/apps/github.json +31 -31
  28. package/src/apps/gmail.json +16 -16
  29. package/src/apps/gohighlevel.json +3 -3
  30. package/src/apps/google-ads.json +8 -8
  31. package/src/apps/google-calendar.json +16 -16
  32. package/src/apps/google-drive.json +7 -7
  33. package/src/apps/google-sheets.json +7 -7
  34. package/src/apps/hackernews.json +2 -2
  35. package/src/apps/helpscout.json +3 -3
  36. package/src/apps/hunter.json +5 -5
  37. package/src/apps/instagram-api.json +4 -6
  38. package/src/apps/late.json +17 -17
  39. package/src/apps/leadpages.json +4 -4
  40. package/src/apps/learning-platform.json +53 -53
  41. package/src/apps/marin-software.json +2 -2
  42. package/src/apps/notion.json +12 -12
  43. package/src/apps/omnikit-analytics.json +1 -1
  44. package/src/apps/omnikit-api-gateway.json +11 -11
  45. package/src/apps/omnikit-billing.json +21 -21
  46. package/src/apps/omnikit-cms.json +23 -23
  47. package/src/apps/omnikit-functions.json +6 -6
  48. package/src/apps/omnikit-intelligence.json +1 -1
  49. package/src/apps/omnikit-management.json +3 -3
  50. package/src/apps/omnikit-messaging.json +25 -25
  51. package/src/apps/omnikit-redirects.json +1 -1
  52. package/src/apps/omnikit-webhooks.json +3 -3
  53. package/src/apps/optinmonster.json +4 -4
  54. package/src/apps/paidkit.json +13 -13
  55. package/src/apps/polymarket.json +5 -5
  56. package/src/apps/porkbun.json +12 -12
  57. package/src/apps/rankbird.json +51 -56
  58. package/src/apps/skai.json +4 -4
  59. package/src/apps/smartly.json +1 -1
  60. package/src/apps/socialcast.json +12 -12
  61. package/src/apps/stripe-payments.json +9 -9
  62. package/src/apps/taskflow.json +11 -11
  63. package/src/apps/ticktick.json +3 -3
  64. package/src/apps/tiktok-api.json +78 -0
  65. package/src/apps/todoist.json +1 -1
  66. package/src/apps/twilio.json +28 -28
  67. package/src/apps/twitter-api.json +86 -30
@@ -126,7 +126,7 @@
126
126
  "name": "get_post",
127
127
  "description": "Retrieve details and status of a specific post by ID",
128
128
  "method": "GET",
129
- "path": "/posts/%7B%7BpostId%7D%7D",
129
+ "path": "/posts/{postId}",
130
130
  "input_schema": {
131
131
  "type": "object",
132
132
  "properties": {
@@ -144,7 +144,7 @@
144
144
  "name": "update_post",
145
145
  "description": "Modify a scheduled post before it's published",
146
146
  "method": "PATCH",
147
- "path": "/posts/%7B%7BpostId%7D%7D",
147
+ "path": "/posts/{postId}",
148
148
  "input_schema": {
149
149
  "type": "object",
150
150
  "properties": {
@@ -184,7 +184,7 @@
184
184
  "name": "delete_post",
185
185
  "description": "Remove a post from the queue",
186
186
  "method": "DELETE",
187
- "path": "/posts/%7B%7BpostId%7D%7D",
187
+ "path": "/posts/{postId}",
188
188
  "input_schema": {
189
189
  "type": "object",
190
190
  "properties": {
@@ -278,7 +278,7 @@
278
278
  "name": "get_profile",
279
279
  "description": "Get details of a specific profile",
280
280
  "method": "GET",
281
- "path": "/profiles/%7B%7BprofileId%7D%7D",
281
+ "path": "/profiles/{profileId}",
282
282
  "input_schema": {
283
283
  "type": "object",
284
284
  "properties": {
@@ -296,7 +296,7 @@
296
296
  "name": "delete_profile",
297
297
  "description": "Delete a profile and disconnect all associated accounts",
298
298
  "method": "DELETE",
299
- "path": "/profiles/%7B%7BprofileId%7D%7D",
299
+ "path": "/profiles/{profileId}",
300
300
  "input_schema": {
301
301
  "type": "object",
302
302
  "properties": {
@@ -333,7 +333,7 @@
333
333
  "name": "connect_account",
334
334
  "description": "Get OAuth URL to connect a social media account. User must visit the returned URL to complete OAuth flow.",
335
335
  "method": "GET",
336
- "path": "/connect/%7B%7Bplatform%7D%7D",
336
+ "path": "/connect/{platform}",
337
337
  "input_schema": {
338
338
  "type": "object",
339
339
  "properties": {
@@ -374,7 +374,7 @@
374
374
  "name": "disconnect_account",
375
375
  "description": "Disconnect a social media account",
376
376
  "method": "DELETE",
377
- "path": "/accounts/%7B%7BaccountId%7D%7D",
377
+ "path": "/accounts/{accountId}",
378
378
  "input_schema": {
379
379
  "type": "object",
380
380
  "properties": {
@@ -461,7 +461,7 @@
461
461
  "name": "get_conversation",
462
462
  "description": "Get details of a specific conversation including message history",
463
463
  "method": "GET",
464
- "path": "/messages/conversations/%7B%7BconversationId%7D%7D",
464
+ "path": "/messages/conversations/{conversationId}",
465
465
  "input_schema": {
466
466
  "type": "object",
467
467
  "properties": {
@@ -479,7 +479,7 @@
479
479
  "name": "reply_conversation",
480
480
  "description": "Reply to a DM, comment, or review. Requires Inbox addon subscription.",
481
481
  "method": "POST",
482
- "path": "/messages/conversations/%7B%7BconversationId%7D%7D/messages",
482
+ "path": "/messages/conversations/{conversationId}/messages",
483
483
  "input_schema": {
484
484
  "type": "object",
485
485
  "properties": {
@@ -555,7 +555,7 @@
555
555
  "name": "delete_webhook",
556
556
  "description": "Delete a webhook by ID",
557
557
  "method": "DELETE",
558
- "path": "/webhooks/%7B%7BwebhookId%7D%7D",
558
+ "path": "/webhooks/{webhookId}",
559
559
  "input_schema": {
560
560
  "type": "object",
561
561
  "properties": {
@@ -573,7 +573,7 @@
573
573
  "name": "retry_post",
574
574
  "description": "Retry publishing a failed post",
575
575
  "method": "POST",
576
- "path": "/posts/%7B%7BpostId%7D%7D/retry",
576
+ "path": "/posts/{postId}/retry",
577
577
  "input_schema": {
578
578
  "type": "object",
579
579
  "properties": {
@@ -591,7 +591,7 @@
591
591
  "name": "unpublish_post",
592
592
  "description": "Remove a published post from a specific platform",
593
593
  "method": "DELETE",
594
- "path": "/posts/%7B%7BpostId%7D%7D/platform/%7B%7Bplatform%7D%7D",
594
+ "path": "/posts/{postId}/platform/{platform}",
595
595
  "input_schema": {
596
596
  "type": "object",
597
597
  "properties": {
@@ -669,7 +669,7 @@
669
669
  "name": "account_health",
670
670
  "description": "Check the connection health status of a connected social media account",
671
671
  "method": "GET",
672
- "path": "/accounts/%7B%7BaccountId|health%7D%7D/health",
672
+ "path": "/accounts/{{accountId|health}}/health",
673
673
  "input_schema": {
674
674
  "type": "object",
675
675
  "properties": {
@@ -704,7 +704,7 @@
704
704
  "name": "reply_comment",
705
705
  "description": "Reply to a comment on a post",
706
706
  "method": "POST",
707
- "path": "/comments/posts/%7B%7BpostId%7D%7D/reply",
707
+ "path": "/comments/posts/{postId}/reply",
708
708
  "input_schema": {
709
709
  "type": "object",
710
710
  "properties": {
@@ -727,7 +727,7 @@
727
727
  "name": "follower_stats",
728
728
  "description": "Get follower count and growth stats for a connected account",
729
729
  "method": "GET",
730
- "path": "/accounts/%7B%7BaccountId%7D%7D/followers",
730
+ "path": "/accounts/{accountId}/followers",
731
731
  "input_schema": {
732
732
  "type": "object",
733
733
  "properties": {
@@ -912,7 +912,7 @@
912
912
  "name": "delete_queue_slot",
913
913
  "description": "Remove a queue from a profile. If deleting the default queue, another queue automatically becomes the default.",
914
914
  "method": "DELETE",
915
- "path": "/queue/%7B%7BqueueId%7D%7D",
915
+ "path": "/queue/{queueId}",
916
916
  "input_schema": {
917
917
  "type": "object",
918
918
  "properties": {
@@ -1030,7 +1030,7 @@
1030
1030
  "name": "update_profile",
1031
1031
  "description": "Update an existing profile's name or description",
1032
1032
  "method": "PATCH",
1033
- "path": "/profiles/%7B%7BprofileId%7D%7D",
1033
+ "path": "/profiles/{profileId}",
1034
1034
  "input_schema": {
1035
1035
  "type": "object",
1036
1036
  "properties": {
@@ -54,7 +54,7 @@
54
54
  "name": "get_page",
55
55
  "description": "Get details of a specific landing page by ID, including its configuration, publish status, and URL.",
56
56
  "method": "GET",
57
- "path": "/pages/%7B%7BpageId%7D%7D",
57
+ "path": "/pages/{pageId}",
58
58
  "input_schema": {
59
59
  "type": "object",
60
60
  "properties": {
@@ -95,7 +95,7 @@
95
95
  "name": "update_page",
96
96
  "description": "Update a landing page's name or settings.",
97
97
  "method": "PUT",
98
- "path": "/pages/%7B%7BpageId%7D%7D",
98
+ "path": "/pages/{pageId}",
99
99
  "input_schema": {
100
100
  "type": "object",
101
101
  "properties": {
@@ -117,7 +117,7 @@
117
117
  "name": "delete_page",
118
118
  "description": "Delete a landing page.",
119
119
  "method": "DELETE",
120
- "path": "/pages/%7B%7BpageId%7D%7D",
120
+ "path": "/pages/{pageId}",
121
121
  "input_schema": {
122
122
  "type": "object",
123
123
  "properties": {
@@ -197,7 +197,7 @@
197
197
  "name": "get_page_analytics",
198
198
  "description": "Get conversion analytics for a landing page — views, unique visitors, conversions, and conversion rate.",
199
199
  "method": "GET",
200
- "path": "/pages/%7B%7BpageId%7D%7D/analytics",
200
+ "path": "/pages/{pageId}/analytics",
201
201
  "input_schema": {
202
202
  "type": "object",
203
203
  "properties": {
@@ -220,7 +220,7 @@
220
220
  "name": "learning_get_course",
221
221
  "description": "Get course details by ID, optionally including sections and instructor info",
222
222
  "method": "GET",
223
- "path": "/courses/%7B%7Bcourse_id%7D%7D",
223
+ "path": "/courses/{course_id}",
224
224
  "input_schema": {
225
225
  "type": "object",
226
226
  "properties": {
@@ -248,7 +248,7 @@
248
248
  "name": "learning_get_course_by_slug",
249
249
  "description": "Get course details by URL slug",
250
250
  "method": "GET",
251
- "path": "/courses/by-slug/%7B%7Bslug%7D%7D",
251
+ "path": "/courses/by-slug/{slug}",
252
252
  "input_schema": {
253
253
  "type": "object",
254
254
  "properties": {
@@ -266,7 +266,7 @@
266
266
  "name": "learning_update_course",
267
267
  "description": "Update course details like name, description, status, pricing, etc.",
268
268
  "method": "PUT",
269
- "path": "/courses/%7B%7Bcourse_id%7D%7D",
269
+ "path": "/courses/{course_id}",
270
270
  "input_schema": {
271
271
  "type": "object",
272
272
  "properties": {
@@ -330,7 +330,7 @@
330
330
  "name": "learning_delete_course",
331
331
  "description": "Soft-delete a course",
332
332
  "method": "DELETE",
333
- "path": "/courses/%7B%7Bcourse_id%7D%7D",
333
+ "path": "/courses/{course_id}",
334
334
  "input_schema": {
335
335
  "type": "object",
336
336
  "properties": {
@@ -348,7 +348,7 @@
348
348
  "name": "learning_enroll_in_course",
349
349
  "description": "Enroll current user in a course (shorthand for enrollment-create)",
350
350
  "method": "POST",
351
- "path": "/courses/%7B%7Bcourse_id%7D%7D/enroll",
351
+ "path": "/courses/{course_id}/enroll",
352
352
  "input_schema": {
353
353
  "type": "object",
354
354
  "properties": {
@@ -366,7 +366,7 @@
366
366
  "name": "learning_purchase_course",
367
367
  "description": "Initialize a course purchase with payment processing",
368
368
  "method": "POST",
369
- "path": "/courses/%7B%7Bcourse_id%7D%7D/purchase",
369
+ "path": "/courses/{course_id}/purchase",
370
370
  "input_schema": {
371
371
  "type": "object",
372
372
  "properties": {
@@ -431,7 +431,7 @@
431
431
  "name": "learning_get_my_progress",
432
432
  "description": "Get current user's enrollment and progress for a specific course",
433
433
  "method": "GET",
434
- "path": "/courses/%7B%7Bcourse_id%7D%7D/my-progress",
434
+ "path": "/courses/{course_id}/my-progress",
435
435
  "input_schema": {
436
436
  "type": "object",
437
437
  "properties": {
@@ -449,7 +449,7 @@
449
449
  "name": "learning_check_course_access",
450
450
  "description": "Check if a user has access to a course",
451
451
  "method": "GET",
452
- "path": "/courses/%7B%7Bcourse_id%7D%7D/access",
452
+ "path": "/courses/{course_id}/access",
453
453
  "input_schema": {
454
454
  "type": "object",
455
455
  "properties": {
@@ -547,7 +547,7 @@
547
547
  "name": "learning_get_enrollment",
548
548
  "description": "Get enrollment details with progress information",
549
549
  "method": "GET",
550
- "path": "/enrollments/%7B%7Benrollment_id%7D%7D",
550
+ "path": "/enrollments/{enrollment_id}",
551
551
  "input_schema": {
552
552
  "type": "object",
553
553
  "properties": {
@@ -570,7 +570,7 @@
570
570
  "name": "learning_update_progress",
571
571
  "description": "Update progress for a specific lesson within an enrollment",
572
572
  "method": "POST",
573
- "path": "/enrollments/%7B%7Benrollment_id%7D%7D/progress",
573
+ "path": "/enrollments/{enrollment_id}/progress",
574
574
  "input_schema": {
575
575
  "type": "object",
576
576
  "properties": {
@@ -617,7 +617,7 @@
617
617
  "name": "learning_complete_enrollment",
618
618
  "description": "Mark an enrollment as completed and optionally issue a certificate",
619
619
  "method": "POST",
620
- "path": "/enrollments/%7B%7Benrollment_id%7D%7D/complete",
620
+ "path": "/enrollments/{enrollment_id}/complete",
621
621
  "input_schema": {
622
622
  "type": "object",
623
623
  "properties": {
@@ -648,7 +648,7 @@
648
648
  "name": "learning_revoke_enrollment",
649
649
  "description": "Revoke a user's enrollment/access to a course",
650
650
  "method": "POST",
651
- "path": "/enrollments/%7B%7Benrollment_id%7D%7D/revoke",
651
+ "path": "/enrollments/{enrollment_id}/revoke",
652
652
  "input_schema": {
653
653
  "type": "object",
654
654
  "properties": {
@@ -671,7 +671,7 @@
671
671
  "name": "learning_list_sections",
672
672
  "description": "List all sections for a course",
673
673
  "method": "GET",
674
- "path": "/courses/%7B%7Bcourse_id%7D%7D/sections",
674
+ "path": "/courses/{course_id}/sections",
675
675
  "input_schema": {
676
676
  "type": "object",
677
677
  "properties": {
@@ -689,7 +689,7 @@
689
689
  "name": "learning_create_section",
690
690
  "description": "Create a new section within a course",
691
691
  "method": "POST",
692
- "path": "/courses/%7B%7Bcourse_id%7D%7D/sections",
692
+ "path": "/courses/{course_id}/sections",
693
693
  "input_schema": {
694
694
  "type": "object",
695
695
  "properties": {
@@ -737,7 +737,7 @@
737
737
  "name": "learning_update_section",
738
738
  "description": "Update a course section",
739
739
  "method": "PUT",
740
- "path": "/sections/%7B%7Bsection_id%7D%7D",
740
+ "path": "/sections/{section_id}",
741
741
  "input_schema": {
742
742
  "type": "object",
743
743
  "properties": {
@@ -771,7 +771,7 @@
771
771
  "name": "learning_delete_section",
772
772
  "description": "Delete a course section and its lessons",
773
773
  "method": "DELETE",
774
- "path": "/sections/%7B%7Bsection_id%7D%7D",
774
+ "path": "/sections/{section_id}",
775
775
  "input_schema": {
776
776
  "type": "object",
777
777
  "properties": {
@@ -789,7 +789,7 @@
789
789
  "name": "learning_list_lessons",
790
790
  "description": "List all lessons for a course",
791
791
  "method": "GET",
792
- "path": "/courses/%7B%7Bcourse_id%7D%7D/lessons",
792
+ "path": "/courses/{course_id}/lessons",
793
793
  "input_schema": {
794
794
  "type": "object",
795
795
  "properties": {
@@ -807,7 +807,7 @@
807
807
  "name": "learning_list_lessons_by_section",
808
808
  "description": "List lessons within a specific section",
809
809
  "method": "GET",
810
- "path": "/sections/%7B%7Bsection_id%7D%7D/lessons",
810
+ "path": "/sections/{section_id}/lessons",
811
811
  "input_schema": {
812
812
  "type": "object",
813
813
  "properties": {
@@ -825,7 +825,7 @@
825
825
  "name": "learning_create_lesson",
826
826
  "description": "Create a new lesson within a section",
827
827
  "method": "POST",
828
- "path": "/sections/%7B%7Bsection_id%7D%7D/lessons",
828
+ "path": "/sections/{section_id}/lessons",
829
829
  "input_schema": {
830
830
  "type": "object",
831
831
  "properties": {
@@ -880,7 +880,7 @@
880
880
  "name": "learning_get_lesson",
881
881
  "description": "Get lesson details with content and attachments",
882
882
  "method": "GET",
883
- "path": "/lessons/%7B%7Blesson_id%7D%7D",
883
+ "path": "/lessons/{lesson_id}",
884
884
  "input_schema": {
885
885
  "type": "object",
886
886
  "properties": {
@@ -903,7 +903,7 @@
903
903
  "name": "learning_update_lesson",
904
904
  "description": "Update lesson content, title, or settings",
905
905
  "method": "PUT",
906
- "path": "/lessons/%7B%7Blesson_id%7D%7D",
906
+ "path": "/lessons/{lesson_id}",
907
907
  "input_schema": {
908
908
  "type": "object",
909
909
  "properties": {
@@ -945,7 +945,7 @@
945
945
  "name": "learning_delete_lesson",
946
946
  "description": "Delete a lesson",
947
947
  "method": "DELETE",
948
- "path": "/lessons/%7B%7Blesson_id%7D%7D",
948
+ "path": "/lessons/{lesson_id}",
949
949
  "input_schema": {
950
950
  "type": "object",
951
951
  "properties": {
@@ -963,7 +963,7 @@
963
963
  "name": "learning_create_lesson_comment",
964
964
  "description": "Add a comment to a lesson",
965
965
  "method": "POST",
966
- "path": "/lessons/%7B%7Blesson_id%7D%7D/comments",
966
+ "path": "/lessons/{lesson_id}/comments",
967
967
  "input_schema": {
968
968
  "type": "object",
969
969
  "properties": {
@@ -994,7 +994,7 @@
994
994
  "name": "learning_list_lesson_comments",
995
995
  "description": "List comments on a lesson",
996
996
  "method": "GET",
997
- "path": "/lessons/%7B%7Blesson_id%7D%7D/comments",
997
+ "path": "/lessons/{lesson_id}/comments",
998
998
  "input_schema": {
999
999
  "type": "object",
1000
1000
  "properties": {
@@ -1055,7 +1055,7 @@
1055
1055
  "name": "learning_get_certificate",
1056
1056
  "description": "Get certificate details by ID, UUID, or verification code",
1057
1057
  "method": "GET",
1058
- "path": "/certificates/%7B%7Bcertificate_id%7D%7D",
1058
+ "path": "/certificates/{certificate_id}",
1059
1059
  "input_schema": {
1060
1060
  "type": "object",
1061
1061
  "properties": {
@@ -1091,7 +1091,7 @@
1091
1091
  "name": "learning_revoke_certificate",
1092
1092
  "description": "Revoke a certificate",
1093
1093
  "method": "POST",
1094
- "path": "/certificates/%7B%7Bcertificate_id%7D%7D/revoke",
1094
+ "path": "/certificates/{certificate_id}/revoke",
1095
1095
  "input_schema": {
1096
1096
  "type": "object",
1097
1097
  "properties": {
@@ -1360,7 +1360,7 @@
1360
1360
  "name": "learning_get_community",
1361
1361
  "description": "Get community details by ID, optionally including spaces and courses",
1362
1362
  "method": "GET",
1363
- "path": "/communities/%7B%7Bid%7D%7D",
1363
+ "path": "/communities/{id}",
1364
1364
  "input_schema": {
1365
1365
  "type": "object",
1366
1366
  "properties": {
@@ -1386,7 +1386,7 @@
1386
1386
  "name": "learning_get_community_public",
1387
1387
  "description": "Get public community landing page by slug",
1388
1388
  "method": "GET",
1389
- "path": "/communities/c/%7B%7Bslug%7D%7D",
1389
+ "path": "/communities/c/{slug}",
1390
1390
  "input_schema": {
1391
1391
  "type": "object",
1392
1392
  "properties": {
@@ -1404,7 +1404,7 @@
1404
1404
  "name": "learning_update_community",
1405
1405
  "description": "Update community settings, branding, and configuration",
1406
1406
  "method": "PUT",
1407
- "path": "/communities/%7B%7Bid%7D%7D",
1407
+ "path": "/communities/{id}",
1408
1408
  "input_schema": {
1409
1409
  "type": "object",
1410
1410
  "properties": {
@@ -1454,7 +1454,7 @@
1454
1454
  "name": "learning_delete_community",
1455
1455
  "description": "Delete a community",
1456
1456
  "method": "DELETE",
1457
- "path": "/communities/%7B%7Bid%7D%7D",
1457
+ "path": "/communities/{id}",
1458
1458
  "input_schema": {
1459
1459
  "type": "object",
1460
1460
  "properties": {
@@ -1472,7 +1472,7 @@
1472
1472
  "name": "learning_join_community",
1473
1473
  "description": "Join a community as a member",
1474
1474
  "method": "POST",
1475
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/join",
1475
+ "path": "/communities/{community_id}/join",
1476
1476
  "input_schema": {
1477
1477
  "type": "object",
1478
1478
  "properties": {
@@ -1498,7 +1498,7 @@
1498
1498
  "name": "learning_leave_community",
1499
1499
  "description": "Leave a community",
1500
1500
  "method": "POST",
1501
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/leave",
1501
+ "path": "/communities/{community_id}/leave",
1502
1502
  "input_schema": {
1503
1503
  "type": "object",
1504
1504
  "properties": {
@@ -1516,7 +1516,7 @@
1516
1516
  "name": "learning_list_community_members",
1517
1517
  "description": "List members of a community with filtering by role and status",
1518
1518
  "method": "GET",
1519
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/members",
1519
+ "path": "/communities/{community_id}/members",
1520
1520
  "input_schema": {
1521
1521
  "type": "object",
1522
1522
  "properties": {
@@ -1557,7 +1557,7 @@
1557
1557
  "name": "learning_update_community_member",
1558
1558
  "description": "Update a community member's role, status, or settings",
1559
1559
  "method": "PUT",
1560
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/members/%7B%7Buser_id%7D%7D",
1560
+ "path": "/communities/{community_id}/members/{user_id}",
1561
1561
  "input_schema": {
1562
1562
  "type": "object",
1563
1563
  "properties": {
@@ -1596,7 +1596,7 @@
1596
1596
  "name": "learning_get_community_leaderboard",
1597
1597
  "description": "Get the community leaderboard rankings",
1598
1598
  "method": "GET",
1599
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/leaderboard",
1599
+ "path": "/communities/{community_id}/leaderboard",
1600
1600
  "input_schema": {
1601
1601
  "type": "object",
1602
1602
  "properties": {
@@ -1628,7 +1628,7 @@
1628
1628
  "name": "learning_create_community_invite",
1629
1629
  "description": "Create an invite code/link for a community",
1630
1630
  "method": "POST",
1631
- "path": "/communities/%7B%7Bcommunity_id%7D%7D/invites",
1631
+ "path": "/communities/{community_id}/invites",
1632
1632
  "input_schema": {
1633
1633
  "type": "object",
1634
1634
  "properties": {
@@ -1658,7 +1658,7 @@
1658
1658
  "name": "learning_use_community_invite",
1659
1659
  "description": "Redeem an invite code to join a community",
1660
1660
  "method": "POST",
1661
- "path": "/communities/invite/%7B%7Bcode%7D%7D",
1661
+ "path": "/communities/invite/{code}",
1662
1662
  "input_schema": {
1663
1663
  "type": "object",
1664
1664
  "properties": {
@@ -1765,7 +1765,7 @@
1765
1765
  "name": "learning_get_space",
1766
1766
  "description": "Get space details by ID",
1767
1767
  "method": "GET",
1768
- "path": "/spaces/%7B%7Bspace_id%7D%7D",
1768
+ "path": "/spaces/{space_id}",
1769
1769
  "input_schema": {
1770
1770
  "type": "object",
1771
1771
  "properties": {
@@ -1783,7 +1783,7 @@
1783
1783
  "name": "learning_update_space",
1784
1784
  "description": "Update a community space",
1785
1785
  "method": "PUT",
1786
- "path": "/spaces/%7B%7Bspace_id%7D%7D",
1786
+ "path": "/spaces/{space_id}",
1787
1787
  "input_schema": {
1788
1788
  "type": "object",
1789
1789
  "properties": {
@@ -1817,7 +1817,7 @@
1817
1817
  "name": "learning_join_space",
1818
1818
  "description": "Join a community space",
1819
1819
  "method": "POST",
1820
- "path": "/spaces/%7B%7Bspace_id%7D%7D/join",
1820
+ "path": "/spaces/{space_id}/join",
1821
1821
  "input_schema": {
1822
1822
  "type": "object",
1823
1823
  "properties": {
@@ -1839,7 +1839,7 @@
1839
1839
  "name": "learning_leave_space",
1840
1840
  "description": "Leave a community space",
1841
1841
  "method": "POST",
1842
- "path": "/spaces/%7B%7Bspace_id%7D%7D/leave",
1842
+ "path": "/spaces/{space_id}/leave",
1843
1843
  "input_schema": {
1844
1844
  "type": "object",
1845
1845
  "properties": {
@@ -1857,7 +1857,7 @@
1857
1857
  "name": "learning_list_space_posts",
1858
1858
  "description": "List posts within a specific space",
1859
1859
  "method": "GET",
1860
- "path": "/spaces/%7B%7Bspace_id%7D%7D/posts",
1860
+ "path": "/spaces/{space_id}/posts",
1861
1861
  "input_schema": {
1862
1862
  "type": "object",
1863
1863
  "properties": {
@@ -1885,7 +1885,7 @@
1885
1885
  "name": "learning_create_space_post",
1886
1886
  "description": "Create a new post in a space",
1887
1887
  "method": "POST",
1888
- "path": "/spaces/%7B%7Bspace_id%7D%7D/posts",
1888
+ "path": "/spaces/{space_id}/posts",
1889
1889
  "input_schema": {
1890
1890
  "type": "object",
1891
1891
  "properties": {
@@ -1955,7 +1955,7 @@
1955
1955
  "name": "learning_get_post",
1956
1956
  "description": "Get post details by ID",
1957
1957
  "method": "GET",
1958
- "path": "/posts/%7B%7Bpost_id%7D%7D",
1958
+ "path": "/posts/{post_id}",
1959
1959
  "input_schema": {
1960
1960
  "type": "object",
1961
1961
  "properties": {
@@ -1973,7 +1973,7 @@
1973
1973
  "name": "learning_update_post",
1974
1974
  "description": "Update a post's content or title",
1975
1975
  "method": "PUT",
1976
- "path": "/posts/%7B%7Bpost_id%7D%7D",
1976
+ "path": "/posts/{post_id}",
1977
1977
  "input_schema": {
1978
1978
  "type": "object",
1979
1979
  "properties": {
@@ -2003,7 +2003,7 @@
2003
2003
  "name": "learning_delete_post",
2004
2004
  "description": "Delete a post",
2005
2005
  "method": "DELETE",
2006
- "path": "/posts/%7B%7Bpost_id%7D%7D",
2006
+ "path": "/posts/{post_id}",
2007
2007
  "input_schema": {
2008
2008
  "type": "object",
2009
2009
  "properties": {
@@ -2021,7 +2021,7 @@
2021
2021
  "name": "learning_like_post",
2022
2022
  "description": "Toggle like on a post",
2023
2023
  "method": "POST",
2024
- "path": "/posts/%7B%7Bpost_id%7D%7D/like",
2024
+ "path": "/posts/{post_id}/like",
2025
2025
  "input_schema": {
2026
2026
  "type": "object",
2027
2027
  "properties": {
@@ -2043,7 +2043,7 @@
2043
2043
  "name": "learning_bookmark_post",
2044
2044
  "description": "Toggle bookmark on a post",
2045
2045
  "method": "POST",
2046
- "path": "/posts/%7B%7Bpost_id%7D%7D/bookmark",
2046
+ "path": "/posts/{post_id}/bookmark",
2047
2047
  "input_schema": {
2048
2048
  "type": "object",
2049
2049
  "properties": {
@@ -2065,7 +2065,7 @@
2065
2065
  "name": "learning_list_post_comments",
2066
2066
  "description": "List comments on a post",
2067
2067
  "method": "GET",
2068
- "path": "/posts/%7B%7Bpost_id%7D%7D/comments",
2068
+ "path": "/posts/{post_id}/comments",
2069
2069
  "input_schema": {
2070
2070
  "type": "object",
2071
2071
  "properties": {
@@ -2093,7 +2093,7 @@
2093
2093
  "name": "learning_create_post_comment",
2094
2094
  "description": "Add a comment to a post, with optional threading via parent_id",
2095
2095
  "method": "POST",
2096
- "path": "/posts/%7B%7Bpost_id%7D%7D/comments",
2096
+ "path": "/posts/{post_id}/comments",
2097
2097
  "input_schema": {
2098
2098
  "type": "object",
2099
2099
  "properties": {
@@ -2128,7 +2128,7 @@
2128
2128
  "name": "learning_update_comment",
2129
2129
  "description": "Update a comment's content",
2130
2130
  "method": "PUT",
2131
- "path": "/comments/%7B%7Bcomment_id%7D%7D",
2131
+ "path": "/comments/{comment_id}",
2132
2132
  "input_schema": {
2133
2133
  "type": "object",
2134
2134
  "properties": {
@@ -2155,7 +2155,7 @@
2155
2155
  "name": "learning_delete_comment",
2156
2156
  "description": "Delete a comment",
2157
2157
  "method": "POST",
2158
- "path": "/comments/%7B%7Bcomment_id%7D%7D/delete",
2158
+ "path": "/comments/{comment_id}/delete",
2159
2159
  "input_schema": {
2160
2160
  "type": "object",
2161
2161
  "properties": {
@@ -2206,7 +2206,7 @@
2206
2206
  "name": "learning_subscribe_membership",
2207
2207
  "description": "Subscribe a user to a membership product",
2208
2208
  "method": "POST",
2209
- "path": "/memberships/%7B%7Bproduct_id%7D%7D/subscribe",
2209
+ "path": "/memberships/{product_id}/subscribe",
2210
2210
  "input_schema": {
2211
2211
  "type": "object",
2212
2212
  "properties": {
@@ -761,7 +761,7 @@
761
761
  "name": "marin_job_status",
762
762
  "description": "Check the status of a bulk operation job. Bulk creates and updates are processed asynchronously and return a job_id.",
763
763
  "method": "GET",
764
- "path": "/open-api/0.1/jobs/%7B%7Bjob_id%7D%7D/status",
764
+ "path": "/open-api/0.1/jobs/{job_id}/status",
765
765
  "input_schema": {
766
766
  "type": "object",
767
767
  "properties": {
@@ -792,7 +792,7 @@
792
792
  "name": "marin_social_stats",
793
793
  "description": "Retrieve Meta/Facebook advertising statistics via the Marin Social API. Get advertiser data, campaign metrics, and media plan information.",
794
794
  "method": "GET",
795
- "path": "/social-api/v1/advertisers/%7B%7BadvertiserId%7D%7D/stats",
795
+ "path": "/social-api/v1/advertisers/{advertiserId}/stats",
796
796
  "input_schema": {
797
797
  "type": "object",
798
798
  "properties": {