@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.
Files changed (69) 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/heygen.json +881 -58
  37. package/src/apps/hunter.json +5 -5
  38. package/src/apps/instagram-api.json +4 -6
  39. package/src/apps/late.json +17 -17
  40. package/src/apps/leadpages.json +4 -4
  41. package/src/apps/learning-platform.json +53 -53
  42. package/src/apps/marin-software.json +2 -2
  43. package/src/apps/notion.json +12 -12
  44. package/src/apps/omnikit-analytics.json +1 -1
  45. package/src/apps/omnikit-api-gateway.json +11 -11
  46. package/src/apps/omnikit-billing.json +21 -21
  47. package/src/apps/omnikit-cms.json +23 -23
  48. package/src/apps/omnikit-code-ops.json +1183 -0
  49. package/src/apps/omnikit-functions.json +6 -6
  50. package/src/apps/omnikit-intelligence.json +1 -1
  51. package/src/apps/omnikit-management.json +3 -3
  52. package/src/apps/omnikit-messaging.json +25 -25
  53. package/src/apps/omnikit-redirects.json +1 -1
  54. package/src/apps/omnikit-webhooks.json +3 -3
  55. package/src/apps/optinmonster.json +4 -4
  56. package/src/apps/paidkit.json +13 -13
  57. package/src/apps/polymarket.json +5 -5
  58. package/src/apps/porkbun.json +12 -12
  59. package/src/apps/rankbird.json +51 -56
  60. package/src/apps/skai.json +4 -4
  61. package/src/apps/smartly.json +1 -1
  62. package/src/apps/socialcast.json +30 -12
  63. package/src/apps/stripe-payments.json +9 -9
  64. package/src/apps/taskflow.json +11 -11
  65. package/src/apps/ticktick.json +3 -3
  66. package/src/apps/tiktok-api.json +78 -0
  67. package/src/apps/todoist.json +1 -1
  68. package/src/apps/twilio.json +28 -28
  69. package/src/apps/twitter-api.json +86 -30
@@ -13,24 +13,19 @@
13
13
  "ai-visibility",
14
14
  "geo"
15
15
  ],
16
- "base_url": "",
16
+ "base_url": "https://api.rankbird.co",
17
17
  "auth": {
18
18
  "types": [
19
- "bearer"
19
+ "api_key"
20
20
  ],
21
21
  "headers": {
22
- "Authorization": "Bearer {{token}}"
22
+ "X-API-Key": "{{token}}"
23
23
  },
24
24
  "credential_fields": [
25
25
  {
26
26
  "name": "token",
27
27
  "label": "Api Key",
28
28
  "description": "Rankbird API key (e.g. okt_prod_...)"
29
- },
30
- {
31
- "name": "baseUrl",
32
- "label": "Base Url",
33
- "description": "Rankbird API base URL (e.g. https://api.rankbird.co)"
34
29
  }
35
30
  ]
36
31
  },
@@ -39,7 +34,7 @@
39
34
  "name": "list_sites",
40
35
  "description": "List all SEO sites being tracked. Filter by project_id or status.",
41
36
  "method": "GET",
42
- "path": "/list-sites",
37
+ "path": "/sites",
43
38
  "input_schema": {
44
39
  "type": "object",
45
40
  "properties": {
@@ -66,7 +61,7 @@
66
61
  "name": "get_site",
67
62
  "description": "Get details for a specific SEO site by ID.",
68
63
  "method": "GET",
69
- "path": "/get-site",
64
+ "path": "/sites/{id}",
70
65
  "input_schema": {
71
66
  "type": "object",
72
67
  "properties": {
@@ -84,7 +79,7 @@
84
79
  "name": "create_site",
85
80
  "description": "Create a new SEO site to track.",
86
81
  "method": "POST",
87
- "path": "/create-site",
82
+ "path": "/sites",
88
83
  "input_schema": {
89
84
  "type": "object",
90
85
  "properties": {
@@ -112,7 +107,7 @@
112
107
  "name": "update_site",
113
108
  "description": "Update an existing SEO site.",
114
109
  "method": "PUT",
115
- "path": "/update-site",
110
+ "path": "/sites/{id}",
116
111
  "input_schema": {
117
112
  "type": "object",
118
113
  "properties": {
@@ -138,7 +133,7 @@
138
133
  "name": "delete_site",
139
134
  "description": "Delete an SEO site.",
140
135
  "method": "DELETE",
141
- "path": "/delete-site",
136
+ "path": "/sites/{id}",
142
137
  "input_schema": {
143
138
  "type": "object",
144
139
  "properties": {
@@ -156,7 +151,7 @@
156
151
  "name": "list_keywords",
157
152
  "description": "List keywords tracked for a site. Filter by status, search engine, or device.",
158
153
  "method": "GET",
159
- "path": "/list-keywords",
154
+ "path": "/sites/{site_id}/keywords",
160
155
  "input_schema": {
161
156
  "type": "object",
162
157
  "properties": {
@@ -186,7 +181,7 @@
186
181
  "name": "get_keyword",
187
182
  "description": "Get details for a specific keyword including search volume, difficulty, and CPC.",
188
183
  "method": "GET",
189
- "path": "/get-keyword",
184
+ "path": "/keywords/{id}",
190
185
  "input_schema": {
191
186
  "type": "object",
192
187
  "properties": {
@@ -204,7 +199,7 @@
204
199
  "name": "add_keyword",
205
200
  "description": "Add a keyword to track for a site.",
206
201
  "method": "POST",
207
- "path": "/add-keyword",
202
+ "path": "/sites/{site_id}/keywords",
208
203
  "input_schema": {
209
204
  "type": "object",
210
205
  "properties": {
@@ -243,7 +238,7 @@
243
238
  "name": "update_keyword",
244
239
  "description": "Update a tracked keyword.",
245
240
  "method": "PUT",
246
- "path": "/update-keyword",
241
+ "path": "/keywords/{id}",
247
242
  "input_schema": {
248
243
  "type": "object",
249
244
  "properties": {
@@ -265,7 +260,7 @@
265
260
  "name": "delete_keyword",
266
261
  "description": "Delete a tracked keyword.",
267
262
  "method": "DELETE",
268
- "path": "/delete-keyword",
263
+ "path": "/keywords/{id}",
269
264
  "input_schema": {
270
265
  "type": "object",
271
266
  "properties": {
@@ -283,7 +278,7 @@
283
278
  "name": "keyword_rankings",
284
279
  "description": "Get SERP ranking history for a keyword over time.",
285
280
  "method": "GET",
286
- "path": "/keyword-rankings",
281
+ "path": "/keywords/{keyword_id}/rankings",
287
282
  "input_schema": {
288
283
  "type": "object",
289
284
  "properties": {
@@ -309,7 +304,7 @@
309
304
  "name": "keyword_domain_rankings",
310
305
  "description": "Get which domains rank for a specific keyword.",
311
306
  "method": "GET",
312
- "path": "/keyword-domain-rankings",
307
+ "path": "/keywords/{keyword_id}/domains",
313
308
  "input_schema": {
314
309
  "type": "object",
315
310
  "properties": {
@@ -331,7 +326,7 @@
331
326
  "name": "keyword_competitor_positions",
332
327
  "description": "Get competitor ranking positions for a keyword on a site.",
333
328
  "method": "GET",
334
- "path": "/keyword-competitor-positions",
329
+ "path": "/sites/{site_id}/keywords/{keyword_id}/competitor-positions",
335
330
  "input_schema": {
336
331
  "type": "object",
337
332
  "properties": {
@@ -354,7 +349,7 @@
354
349
  "name": "explore_keywords",
355
350
  "description": "Explore and discover keyword ideas with search volume, difficulty, and CPC data.",
356
351
  "method": "GET",
357
- "path": "/explore-keywords",
352
+ "path": "/keywords/explore",
358
353
  "input_schema": {
359
354
  "type": "object",
360
355
  "properties": {
@@ -384,7 +379,7 @@
384
379
  "name": "content_gap",
385
380
  "description": "Find keywords your competitors rank for but you don't.",
386
381
  "method": "GET",
387
- "path": "/content-gap",
382
+ "path": "/sites/{site_id}/content-gap",
388
383
  "input_schema": {
389
384
  "type": "object",
390
385
  "properties": {
@@ -406,7 +401,7 @@
406
401
  "name": "list_domains",
407
402
  "description": "List all discovered domains in the system.",
408
403
  "method": "GET",
409
- "path": "/list-domains",
404
+ "path": "/domains",
410
405
  "input_schema": {
411
406
  "type": "object",
412
407
  "properties": {
@@ -425,7 +420,7 @@
425
420
  "name": "get_domain",
426
421
  "description": "Get domain details including authority score, backlinks count, and metrics.",
427
422
  "method": "GET",
428
- "path": "/get-domain",
423
+ "path": "/domains/{id}",
429
424
  "input_schema": {
430
425
  "type": "object",
431
426
  "properties": {
@@ -443,7 +438,7 @@
443
438
  "name": "domain_rankings",
444
439
  "description": "Get all keyword rankings for a domain.",
445
440
  "method": "GET",
446
- "path": "/domain-rankings",
441
+ "path": "/domains/{domain_id}/rankings",
447
442
  "input_schema": {
448
443
  "type": "object",
449
444
  "properties": {
@@ -469,7 +464,7 @@
469
464
  "name": "domain_history",
470
465
  "description": "Get historical metrics for a domain (authority, backlinks, etc. over time).",
471
466
  "method": "GET",
472
- "path": "/domain-history",
467
+ "path": "/domains/{domain_id}/history",
473
468
  "input_schema": {
474
469
  "type": "object",
475
470
  "properties": {
@@ -491,7 +486,7 @@
491
486
  "name": "lookup_domain",
492
487
  "description": "Look up a domain by name to find its ID and metrics.",
493
488
  "method": "POST",
494
- "path": "/lookup-domain",
489
+ "path": "/domains/lookup",
495
490
  "input_schema": {
496
491
  "type": "object",
497
492
  "properties": {
@@ -509,7 +504,7 @@
509
504
  "name": "list_competitors",
510
505
  "description": "List competitors tracked for a site.",
511
506
  "method": "GET",
512
- "path": "/list-competitors",
507
+ "path": "/sites/{site_id}/competitors",
513
508
  "input_schema": {
514
509
  "type": "object",
515
510
  "properties": {
@@ -531,7 +526,7 @@
531
526
  "name": "add_competitor",
532
527
  "description": "Add a competitor domain to track for a site.",
533
528
  "method": "POST",
534
- "path": "/add-competitor",
529
+ "path": "/sites/{site_id}/competitors",
535
530
  "input_schema": {
536
531
  "type": "object",
537
532
  "properties": {
@@ -554,7 +549,7 @@
554
549
  "name": "delete_competitor",
555
550
  "description": "Remove a tracked competitor.",
556
551
  "method": "DELETE",
557
- "path": "/delete-competitor",
552
+ "path": "/competitors/{id}",
558
553
  "input_schema": {
559
554
  "type": "object",
560
555
  "properties": {
@@ -572,7 +567,7 @@
572
567
  "name": "list_backlinks",
573
568
  "description": "List backlinks tracked for a site.",
574
569
  "method": "GET",
575
- "path": "/list-backlinks",
570
+ "path": "/sites/{site_id}/backlinks",
576
571
  "input_schema": {
577
572
  "type": "object",
578
573
  "properties": {
@@ -598,7 +593,7 @@
598
593
  "name": "backlink_stats",
599
594
  "description": "Get backlink statistics for a site (total, dofollow, nofollow, referring domains).",
600
595
  "method": "GET",
601
- "path": "/backlink-stats",
596
+ "path": "/sites/{site_id}/backlinks/stats",
602
597
  "input_schema": {
603
598
  "type": "object",
604
599
  "properties": {
@@ -616,7 +611,7 @@
616
611
  "name": "add_backlink",
617
612
  "description": "Add a backlink to track for a site.",
618
613
  "method": "POST",
619
- "path": "/add-backlink",
614
+ "path": "/sites/{site_id}/backlinks",
620
615
  "input_schema": {
621
616
  "type": "object",
622
617
  "properties": {
@@ -644,7 +639,7 @@
644
639
  "name": "list_pages",
645
640
  "description": "List tracked pages for a site.",
646
641
  "method": "GET",
647
- "path": "/list-pages",
642
+ "path": "/sites/{site_id}/pages",
648
643
  "input_schema": {
649
644
  "type": "object",
650
645
  "properties": {
@@ -670,7 +665,7 @@
670
665
  "name": "get_page",
671
666
  "description": "Get details for a specific tracked page.",
672
667
  "method": "GET",
673
- "path": "/get-page",
668
+ "path": "/pages/{id}",
674
669
  "input_schema": {
675
670
  "type": "object",
676
671
  "properties": {
@@ -688,7 +683,7 @@
688
683
  "name": "page_keywords",
689
684
  "description": "Get keywords that a specific page ranks for.",
690
685
  "method": "GET",
691
- "path": "/page-keywords",
686
+ "path": "/pages/{page_id}/keywords",
692
687
  "input_schema": {
693
688
  "type": "object",
694
689
  "properties": {
@@ -710,7 +705,7 @@
710
705
  "name": "site_domain_rankings",
711
706
  "description": "Get domain ranking summary for a site — which domains appear in SERPs for your keywords.",
712
707
  "method": "GET",
713
- "path": "/site-domain-rankings",
708
+ "path": "/sites/{site_id}/domain-rankings",
714
709
  "input_schema": {
715
710
  "type": "object",
716
711
  "properties": {
@@ -732,7 +727,7 @@
732
727
  "name": "site_page_rankings",
733
728
  "description": "Get page-level ranking summary for a site — which of your pages rank and for how many keywords.",
734
729
  "method": "GET",
735
- "path": "/site-page-rankings",
730
+ "path": "/sites/{site_id}/page-rankings",
736
731
  "input_schema": {
737
732
  "type": "object",
738
733
  "properties": {
@@ -776,7 +771,7 @@
776
771
  "name": "create_audit",
777
772
  "description": "Trigger a new SEO audit for a site.",
778
773
  "method": "POST",
779
- "path": "/create-audit",
774
+ "path": "/sites/{site_id}/audits",
780
775
  "input_schema": {
781
776
  "type": "object",
782
777
  "properties": {
@@ -794,7 +789,7 @@
794
789
  "name": "get_audit",
795
790
  "description": "Get results of a specific SEO audit.",
796
791
  "method": "GET",
797
- "path": "/get-audit",
792
+ "path": "/audits/{id}",
798
793
  "input_schema": {
799
794
  "type": "object",
800
795
  "properties": {
@@ -812,7 +807,7 @@
812
807
  "name": "list_audits",
813
808
  "description": "List SEO audits for a site.",
814
809
  "method": "GET",
815
- "path": "/list-audits",
810
+ "path": "/sites/{site_id}/audits",
816
811
  "input_schema": {
817
812
  "type": "object",
818
813
  "properties": {
@@ -834,7 +829,7 @@
834
829
  "name": "create_report",
835
830
  "description": "Generate an SEO report for a site.",
836
831
  "method": "POST",
837
- "path": "/create-report",
832
+ "path": "/sites/{site_id}/reports",
838
833
  "input_schema": {
839
834
  "type": "object",
840
835
  "properties": {
@@ -852,7 +847,7 @@
852
847
  "name": "get_report",
853
848
  "description": "Get a generated SEO report.",
854
849
  "method": "GET",
855
- "path": "/get-report",
850
+ "path": "/reports/{id}",
856
851
  "input_schema": {
857
852
  "type": "object",
858
853
  "properties": {
@@ -870,7 +865,7 @@
870
865
  "name": "list_reports",
871
866
  "description": "List SEO reports for a site.",
872
867
  "method": "GET",
873
- "path": "/list-reports",
868
+ "path": "/sites/{site_id}/reports",
874
869
  "input_schema": {
875
870
  "type": "object",
876
871
  "properties": {
@@ -892,7 +887,7 @@
892
887
  "name": "ai_platforms",
893
888
  "description": "List all AI platforms tracked for GEO visibility (ChatGPT, Google AIO, Perplexity, etc.).",
894
889
  "method": "GET",
895
- "path": "/ai-platforms",
890
+ "path": "/ai/platforms",
896
891
  "input_schema": {
897
892
  "type": "object",
898
893
  "properties": {}
@@ -902,7 +897,7 @@
902
897
  "name": "ai_visibility",
903
898
  "description": "Get AI visibility metrics for a site — mention rate, citation rate, avg position, sentiment breakdown, and per-platform stats.",
904
899
  "method": "GET",
905
- "path": "/ai-visibility",
900
+ "path": "/ai/visibility",
906
901
  "input_schema": {
907
902
  "type": "object",
908
903
  "properties": {
@@ -932,7 +927,7 @@
932
927
  "name": "ai_sov",
933
928
  "description": "Get AI share of voice — which brands/domains get mentioned most across AI responses for your prompts.",
934
929
  "method": "GET",
935
- "path": "/ai-sov",
930
+ "path": "/ai/sov",
936
931
  "input_schema": {
937
932
  "type": "object",
938
933
  "properties": {
@@ -962,7 +957,7 @@
962
957
  "name": "ai_cited_pages",
963
958
  "description": "Get which of your pages are cited most by AI engines, with citation counts and platform breakdown.",
964
959
  "method": "GET",
965
- "path": "/ai-cited-pages",
960
+ "path": "/ai/cited-pages",
966
961
  "input_schema": {
967
962
  "type": "object",
968
963
  "properties": {
@@ -996,7 +991,7 @@
996
991
  "name": "ai_list_prompts",
997
992
  "description": "List AI prompts tracked for a site. These are real questions people ask AI engines that mention your brand.",
998
993
  "method": "GET",
999
- "path": "/ai-list-prompts",
994
+ "path": "/ai/prompts",
1000
995
  "input_schema": {
1001
996
  "type": "object",
1002
997
  "properties": {
@@ -1034,7 +1029,7 @@
1034
1029
  "name": "ai_get_prompt",
1035
1030
  "description": "Get details for a specific AI prompt including its latest check results.",
1036
1031
  "method": "GET",
1037
- "path": "/ai-get-prompt",
1032
+ "path": "/ai/prompts/{id}",
1038
1033
  "input_schema": {
1039
1034
  "type": "object",
1040
1035
  "properties": {
@@ -1052,7 +1047,7 @@
1052
1047
  "name": "ai_create_prompt",
1053
1048
  "description": "Add a new AI prompt to track for a site.",
1054
1049
  "method": "POST",
1055
- "path": "/ai-create-prompt",
1050
+ "path": "/ai/prompts",
1056
1051
  "input_schema": {
1057
1052
  "type": "object",
1058
1053
  "properties": {
@@ -1088,7 +1083,7 @@
1088
1083
  "name": "ai_update_prompt",
1089
1084
  "description": "Update an existing AI prompt.",
1090
1085
  "method": "PUT",
1091
- "path": "/ai-update-prompt",
1086
+ "path": "/ai/prompts/{id}",
1092
1087
  "input_schema": {
1093
1088
  "type": "object",
1094
1089
  "properties": {
@@ -1118,7 +1113,7 @@
1118
1113
  "name": "ai_delete_prompt",
1119
1114
  "description": "Delete an AI prompt and all its check history.",
1120
1115
  "method": "DELETE",
1121
- "path": "/ai-delete-prompt",
1116
+ "path": "/ai/prompts/{id}",
1122
1117
  "input_schema": {
1123
1118
  "type": "object",
1124
1119
  "properties": {
@@ -1136,7 +1131,7 @@
1136
1131
  "name": "ai_list_checks",
1137
1132
  "description": "List AI check results — how your brand appeared in AI responses. Filter by prompt, platform, sentiment, or date range.",
1138
1133
  "method": "GET",
1139
- "path": "/ai-list-checks",
1134
+ "path": "/ai/checks",
1140
1135
  "input_schema": {
1141
1136
  "type": "object",
1142
1137
  "properties": {
@@ -1183,7 +1178,7 @@
1183
1178
  "name": "ai_get_check",
1184
1179
  "description": "Get details for a specific AI check result including the full response, citations, and entities.",
1185
1180
  "method": "GET",
1186
- "path": "/ai-get-check",
1181
+ "path": "/ai/checks/{id}",
1187
1182
  "input_schema": {
1188
1183
  "type": "object",
1189
1184
  "properties": {
@@ -424,7 +424,7 @@
424
424
  "name": "profiles_update",
425
425
  "description": "Edit a Skai profile's attributes such as name, settings, or publisher connections.",
426
426
  "method": "PUT",
427
- "path": "/api/v1/profiles/%7B%7Bprofile_id%7D%7D",
427
+ "path": "/api/v1/profiles/{profile_id}",
428
428
  "input_schema": {
429
429
  "type": "object",
430
430
  "properties": {
@@ -567,7 +567,7 @@
567
567
  "name": "reports_async_status",
568
568
  "description": "Poll the status of an asynchronous report execution. Returns PENDING, RUNNING, COMPLETED, or FAILED.",
569
569
  "method": "GET",
570
- "path": "/api/v1/reports/async/%7B%7Bexecution_id%7D%7D/status",
570
+ "path": "/api/v1/reports/async/{execution_id}/status",
571
571
  "input_schema": {
572
572
  "type": "object",
573
573
  "properties": {
@@ -585,7 +585,7 @@
585
585
  "name": "reports_async_download",
586
586
  "description": "Download the results of a completed asynchronous report.",
587
587
  "method": "GET",
588
- "path": "/api/v1/reports/async/%7B%7Bexecution_id%7D%7D",
588
+ "path": "/api/v1/reports/async/{execution_id}",
589
589
  "input_schema": {
590
590
  "type": "object",
591
591
  "properties": {
@@ -603,7 +603,7 @@
603
603
  "name": "reports_columns",
604
604
  "description": "Get available column names for a given entity type. Use this to discover which metrics and dimensions can be included in reports.",
605
605
  "method": "GET",
606
- "path": "/api/v1/reports/%7B%7Bentity%7D%7D/available_columns",
606
+ "path": "/api/v1/reports/{entity}/available_columns",
607
607
  "input_schema": {
608
608
  "type": "object",
609
609
  "properties": {
@@ -372,7 +372,7 @@
372
372
  "name": "report_download",
373
373
  "description": "Download a previously created report export. Use the export_id from the create report response.",
374
374
  "method": "GET",
375
- "path": "/api/v1/reports/export/%7B%7Bexport_id%7D%7D",
375
+ "path": "/api/v1/reports/export/{export_id}",
376
376
  "input_schema": {
377
377
  "type": "object",
378
378
  "properties": {
@@ -85,7 +85,7 @@
85
85
  "name": "get_account",
86
86
  "description": "Get details of a specific connected social media account by ID.",
87
87
  "method": "GET",
88
- "path": "/accounts/%7B%7Bid%7D%7D",
88
+ "path": "/accounts/{id}",
89
89
  "input_schema": {
90
90
  "type": "object",
91
91
  "properties": {
@@ -145,7 +145,7 @@
145
145
  "name": "disconnect_account",
146
146
  "description": "Disconnect a social media account. The account will be marked as inactive.",
147
147
  "method": "DELETE",
148
- "path": "/accounts/%7B%7Bid%7D%7D",
148
+ "path": "/accounts/{id}",
149
149
  "input_schema": {
150
150
  "type": "object",
151
151
  "properties": {
@@ -163,7 +163,7 @@
163
163
  "name": "list_pages",
164
164
  "description": "List available Facebook Pages and Instagram Business accounts for a connected Facebook/Instagram account. Used after OAuth to let the user pick which page or Instagram account to use.",
165
165
  "method": "GET",
166
- "path": "/accounts/%7B%7Bid%7D%7D/pages",
166
+ "path": "/accounts/{id}/pages",
167
167
  "input_schema": {
168
168
  "type": "object",
169
169
  "properties": {
@@ -181,7 +181,7 @@
181
181
  "name": "select_page",
182
182
  "description": "Finalize a Facebook or Instagram connection by selecting which Page or Instagram Business account to post to.",
183
183
  "method": "POST",
184
- "path": "/accounts/%7B%7Bid%7D%7D/select-page",
184
+ "path": "/accounts/{id}/select-page",
185
185
  "input_schema": {
186
186
  "type": "object",
187
187
  "properties": {
@@ -345,7 +345,7 @@
345
345
  "name": "get_post",
346
346
  "description": "Get a specific post with full per-platform results including platform post URLs, statuses, and errors.",
347
347
  "method": "GET",
348
- "path": "/posts/%7B%7Bid%7D%7D",
348
+ "path": "/posts/{id}",
349
349
  "input_schema": {
350
350
  "type": "object",
351
351
  "properties": {
@@ -363,7 +363,7 @@
363
363
  "name": "update_post",
364
364
  "description": "Update a post's text and sync changes to platforms that support editing (Facebook, YouTube, Telegram). Other platforms will be skipped.",
365
365
  "method": "PUT",
366
- "path": "/posts/%7B%7Bid%7D%7D",
366
+ "path": "/posts/{id}",
367
367
  "input_schema": {
368
368
  "type": "object",
369
369
  "properties": {
@@ -386,7 +386,7 @@
386
386
  "name": "delete_post",
387
387
  "description": "Delete a post record and attempt to remove it from platforms that support deletion (Facebook, YouTube, Pinterest, Telegram). Other platforms' posts will remain live.",
388
388
  "method": "DELETE",
389
- "path": "/posts/%7B%7Bid%7D%7D",
389
+ "path": "/posts/{id}",
390
390
  "input_schema": {
391
391
  "type": "object",
392
392
  "properties": {
@@ -404,7 +404,7 @@
404
404
  "name": "reschedule_post",
405
405
  "description": "Reschedule a previously scheduled post to a new date/time. The post must be in 'scheduled' status. Updates the scheduled job and post record.",
406
406
  "method": "POST",
407
- "path": "/posts/%7B%7Bid%7D%7D/reschedule",
407
+ "path": "/posts/{id}/reschedule",
408
408
  "input_schema": {
409
409
  "type": "object",
410
410
  "properties": {
@@ -431,7 +431,7 @@
431
431
  "name": "cancel_scheduled_post",
432
432
  "description": "Cancel a scheduled post. The post must be in 'scheduled' status. The post will be moved back to 'draft' status and the scheduled job will be removed.",
433
433
  "method": "POST",
434
- "path": "/posts/%7B%7Bid%7D%7D/cancel",
434
+ "path": "/posts/{id}/cancel",
435
435
  "input_schema": {
436
436
  "type": "object",
437
437
  "properties": {
@@ -445,11 +445,29 @@
445
445
  ]
446
446
  }
447
447
  },
448
+ {
449
+ "name": "retry_post",
450
+ "description": "Retry publishing a failed or partially failed post. Re-publishes only to the platforms that failed, keeping existing successful results intact. The post must be in 'failed' or 'partial' status.",
451
+ "method": "POST",
452
+ "path": "/posts/{id}/retry",
453
+ "input_schema": {
454
+ "type": "object",
455
+ "properties": {
456
+ "id": {
457
+ "type": "integer",
458
+ "description": "Post ID to retry"
459
+ }
460
+ },
461
+ "required": [
462
+ "id"
463
+ ]
464
+ }
465
+ },
448
466
  {
449
467
  "name": "get_post_analytics",
450
468
  "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, clicks, quotes, and bookmarks where available. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest, Twitter/X. No analytics API: LinkedIn, Reddit, Telegram.",
451
469
  "method": "GET",
452
- "path": "/posts/%7B%7Bid%7D%7D/analytics",
470
+ "path": "/posts/{id}/analytics",
453
471
  "input_schema": {
454
472
  "type": "object",
455
473
  "properties": {
@@ -467,7 +485,7 @@
467
485
  "name": "account_insights",
468
486
  "description": "Get page-level insights and historical stats for a connected social account. Returns follower growth, reach, impressions, engagement metrics, and top content over a date range. Supported: Instagram (reach, followers, engagement, interactions), Facebook (page impressions, reach, engagement, fans), YouTube (subscribers, views, watch time), TikTok (followers, views, likes, shares), Twitter/X (followers, following, tweet count + recent tweet engagement), Pinterest (impressions, engagement, pin clicks, outbound clicks, saves + top pins). Unsupported: LinkedIn, Reddit, Telegram.",
469
487
  "method": "GET",
470
- "path": "/accounts/%7B%7Bid%7D%7D/insights",
488
+ "path": "/accounts/{id}/insights",
471
489
  "input_schema": {
472
490
  "type": "object",
473
491
  "properties": {
@@ -503,7 +521,7 @@
503
521
  "name": "account_health",
504
522
  "description": "Check the connection health of one or all connected social accounts. Verifies that OAuth tokens are still valid by calling each platform's profile API. Pass a specific account ID or 'all' to check all active accounts.",
505
523
  "method": "GET",
506
- "path": "/accounts/%7B%7Bid%7D%7D/health",
524
+ "path": "/accounts/{id}/health",
507
525
  "input_schema": {
508
526
  "type": "object",
509
527
  "properties": {