@apteva/integrations 0.3.12 → 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 +13 -13
  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
@@ -106,7 +106,7 @@
106
106
  "name": "update_project",
107
107
  "description": "Update project information including name, description, and status",
108
108
  "method": "PUT",
109
- "path": "/management/projects/%7B%7Bproject_id%7D%7D",
109
+ "path": "/management/projects/{project_id}",
110
110
  "input_schema": {
111
111
  "type": "object",
112
112
  "properties": {
@@ -149,7 +149,7 @@
149
149
  "name": "delete_project",
150
150
  "description": "Delete a project (soft delete to preserve historical data)",
151
151
  "method": "DELETE",
152
- "path": "/management/projects/%7B%7Bproject_id%7D%7D",
152
+ "path": "/management/projects/{project_id}",
153
153
  "input_schema": {
154
154
  "type": "object",
155
155
  "properties": {
@@ -192,7 +192,7 @@
192
192
  "name": "switch_project",
193
193
  "description": "Switch the user's active project context",
194
194
  "method": "POST",
195
- "path": "/management/projects/%7B%7Bproject_id%7D%7D/switch",
195
+ "path": "/management/projects/{project_id}/switch",
196
196
  "input_schema": {
197
197
  "type": "object",
198
198
  "properties": {
@@ -161,7 +161,7 @@
161
161
  "name": "update_template",
162
162
  "description": "Update an existing email or SMS template. Modify name, subject, content, category, tags, or active status. Variables in content are auto-extracted. Unsubscribe link is added automatically - do NOT include it in your content.",
163
163
  "method": "PUT",
164
- "path": "/messaging/templates/%7B%7Bid%7D%7D",
164
+ "path": "/messaging/templates/{id}",
165
165
  "input_schema": {
166
166
  "type": "object",
167
167
  "properties": {
@@ -215,7 +215,7 @@
215
215
  "name": "get_template",
216
216
  "description": "Get a message template by ID or name",
217
217
  "method": "GET",
218
- "path": "/messaging/templates/%7B%7Bid%7D%7D",
218
+ "path": "/messaging/templates/{id}",
219
219
  "input_schema": {
220
220
  "type": "object",
221
221
  "properties": {
@@ -299,7 +299,7 @@
299
299
  "name": "get_contact",
300
300
  "description": "Get a specific messaging contact by ID",
301
301
  "method": "GET",
302
- "path": "/messaging/contacts/%7B%7Bid%7D%7D",
302
+ "path": "/messaging/contacts/{id}",
303
303
  "input_schema": {
304
304
  "type": "object",
305
305
  "properties": {
@@ -360,7 +360,7 @@
360
360
  "name": "update_contact",
361
361
  "description": "Update an existing contact",
362
362
  "method": "PUT",
363
- "path": "/messaging/contacts/%7B%7Bid%7D%7D",
363
+ "path": "/messaging/contacts/{id}",
364
364
  "input_schema": {
365
365
  "type": "object",
366
366
  "properties": {
@@ -550,7 +550,7 @@
550
550
  "name": "get_campaign",
551
551
  "description": "Get details of a specific CAMPAIGN by ID. Returns campaign configuration, stats, and metadata.",
552
552
  "method": "GET",
553
- "path": "/messaging/campaigns/%7B%7Bid%7D%7D",
553
+ "path": "/messaging/campaigns/{id}",
554
554
  "input_schema": {
555
555
  "type": "object",
556
556
  "properties": {
@@ -568,7 +568,7 @@
568
568
  "name": "update_campaign",
569
569
  "description": "Update a CAMPAIGN's details (name, description, channel, template, segment, sender, schedule, tracking, send settings). Can only update campaigns that haven't been sent yet.",
570
570
  "method": "PUT",
571
- "path": "/messaging/campaigns/%7B%7Bid%7D%7D",
571
+ "path": "/messaging/campaigns/{id}",
572
572
  "input_schema": {
573
573
  "type": "object",
574
574
  "properties": {
@@ -632,7 +632,7 @@
632
632
  "name": "delete_campaign",
633
633
  "description": "Delete/cancel a CAMPAIGN. Can only delete campaigns that haven't been sent yet. Use with caution.",
634
634
  "method": "DELETE",
635
- "path": "/messaging/campaigns/%7B%7Bid%7D%7D",
635
+ "path": "/messaging/campaigns/{id}",
636
636
  "input_schema": {
637
637
  "type": "object",
638
638
  "properties": {
@@ -834,7 +834,7 @@
834
834
  "name": "update_segment",
835
835
  "description": "Update an existing contact segment's name, description, or filters",
836
836
  "method": "PUT",
837
- "path": "/messaging/segments/%7B%7Bid%7D%7D",
837
+ "path": "/messaging/segments/{id}",
838
838
  "input_schema": {
839
839
  "type": "object",
840
840
  "properties": {
@@ -868,7 +868,7 @@
868
868
  "name": "delete_segment",
869
869
  "description": "Delete a contact segment (cannot be undone)",
870
870
  "method": "DELETE",
871
- "path": "/messaging/segments/%7B%7Bid%7D%7D",
871
+ "path": "/messaging/segments/{id}",
872
872
  "input_schema": {
873
873
  "type": "object",
874
874
  "properties": {
@@ -886,7 +886,7 @@
886
886
  "name": "refresh_segment",
887
887
  "description": "Manually refresh segment membership based on current filter rules",
888
888
  "method": "POST",
889
- "path": "/messaging/segments/%7B%7Bsegment_id%7D%7D/refresh",
889
+ "path": "/messaging/segments/{segment_id}/refresh",
890
890
  "input_schema": {
891
891
  "type": "object",
892
892
  "properties": {
@@ -904,7 +904,7 @@
904
904
  "name": "test_campaign",
905
905
  "description": "Send a test email for a campaign to verify content and rendering before sending to the full audience",
906
906
  "method": "POST",
907
- "path": "/messaging/campaigns/%7B%7Bcampaign_id%7D%7D/test",
907
+ "path": "/messaging/campaigns/{campaign_id}/test",
908
908
  "input_schema": {
909
909
  "type": "object",
910
910
  "properties": {
@@ -937,7 +937,7 @@
937
937
  "name": "launch_campaign",
938
938
  "description": "Execute and send a campaign to its target audience. Campaign must be created first with create-campaign.",
939
939
  "method": "POST",
940
- "path": "/messaging/campaigns/%7B%7Bcampaign_id%7D%7D/launch",
940
+ "path": "/messaging/campaigns/{campaign_id}/launch",
941
941
  "input_schema": {
942
942
  "type": "object",
943
943
  "properties": {
@@ -1043,7 +1043,7 @@
1043
1043
  "name": "conversation_reply",
1044
1044
  "description": "Send a reply message within an existing customer support conversation thread. Requires conversation_id. Use this when responding to customer inquiries. For standalone messages to contacts, use omnikit-messaging-send-message instead.",
1045
1045
  "method": "POST",
1046
- "path": "/messaging/conversations/%7B%7Bconversation_id%7D%7D/reply",
1046
+ "path": "/messaging/conversations/{conversation_id}/reply",
1047
1047
  "input_schema": {
1048
1048
  "type": "object",
1049
1049
  "properties": {
@@ -1204,7 +1204,7 @@
1204
1204
  "name": "get_conversation",
1205
1205
  "description": "Get conversation metadata and context (status, priority, participants, tags, assigned_to). Returns conversation info only - NOT the message history. Use omnikit-messaging-list-messages to load actual messages.",
1206
1206
  "method": "GET",
1207
- "path": "/messaging/conversations/%7B%7Bid%7D%7D",
1207
+ "path": "/messaging/conversations/{id}",
1208
1208
  "input_schema": {
1209
1209
  "type": "object",
1210
1210
  "properties": {
@@ -1222,7 +1222,7 @@
1222
1222
  "name": "update_conversation",
1223
1223
  "description": "Update conversation status, priority, assignment, and metadata. Use this to change status from open to closed, modify priority, or reassign conversations",
1224
1224
  "method": "PUT",
1225
- "path": "/messaging/conversations/%7B%7Bconversation_id%7D%7D",
1225
+ "path": "/messaging/conversations/{conversation_id}",
1226
1226
  "input_schema": {
1227
1227
  "type": "object",
1228
1228
  "properties": {
@@ -1288,7 +1288,7 @@
1288
1288
  "name": "delete_contact",
1289
1289
  "description": "Soft-delete a messaging contact by ID. The contact will be marked as deleted but data is retained for audit purposes.",
1290
1290
  "method": "DELETE",
1291
- "path": "/messaging/contacts/%7B%7Bid%7D%7D",
1291
+ "path": "/messaging/contacts/{id}",
1292
1292
  "input_schema": {
1293
1293
  "type": "object",
1294
1294
  "properties": {
@@ -1310,7 +1310,7 @@
1310
1310
  "name": "contact_history",
1311
1311
  "description": "Get the full message history and engagement statistics for a contact. Returns contact info, message history with delivery/open/click tracking, and an engagement summary with rates. Use this to check if a contact has already been emailed before sending again.",
1312
1312
  "method": "GET",
1313
- "path": "/messaging/contacts/%7B%7Bid%7D%7D/history",
1313
+ "path": "/messaging/contacts/{id}/history",
1314
1314
  "input_schema": {
1315
1315
  "type": "object",
1316
1316
  "properties": {
@@ -1360,7 +1360,7 @@
1360
1360
  "name": "delete_template",
1361
1361
  "description": "Soft-delete a message template by ID. Template will be marked as deleted but retained for audit. Cannot delete templates actively used by running campaigns.",
1362
1362
  "method": "DELETE",
1363
- "path": "/messaging/templates/%7B%7Bid%7D%7D",
1363
+ "path": "/messaging/templates/{id}",
1364
1364
  "input_schema": {
1365
1365
  "type": "object",
1366
1366
  "properties": {
@@ -1497,7 +1497,7 @@
1497
1497
  "name": "close_conversation",
1498
1498
  "description": "Close a conversation with resolution details. Optionally send a final message, set resolution status (resolved, not_resolved, escalated, duplicate, spam, abandoned), and record satisfaction rating.",
1499
1499
  "method": "POST",
1500
- "path": "/messaging/conversations/%7B%7Bconversation_id%7D%7D/close",
1500
+ "path": "/messaging/conversations/{conversation_id}/close",
1501
1501
  "input_schema": {
1502
1502
  "type": "object",
1503
1503
  "properties": {
@@ -1553,7 +1553,7 @@
1553
1553
  "name": "delete_conversation",
1554
1554
  "description": "Soft-delete a conversation and its messages. The data is retained for audit purposes but no longer visible in listings.",
1555
1555
  "method": "DELETE",
1556
- "path": "/messaging/conversations/%7B%7Bid%7D%7D",
1556
+ "path": "/messaging/conversations/{id}",
1557
1557
  "input_schema": {
1558
1558
  "type": "object",
1559
1559
  "properties": {
@@ -1571,7 +1571,7 @@
1571
1571
  "name": "assign_conversation",
1572
1572
  "description": "Assign or reassign a conversation to a support agent. Supports notification of both new and previous assignees, priority changes, and assignment notes.",
1573
1573
  "method": "POST",
1574
- "path": "/messaging/conversations/%7B%7Bconversation_id%7D%7D/assign",
1574
+ "path": "/messaging/conversations/{conversation_id}/assign",
1575
1575
  "input_schema": {
1576
1576
  "type": "object",
1577
1577
  "properties": {
@@ -1625,7 +1625,7 @@
1625
1625
  "name": "escalate_conversation",
1626
1626
  "description": "Escalate a conversation to a higher priority level or different team. Use when a conversation needs elevated attention or specialist handling.",
1627
1627
  "method": "POST",
1628
- "path": "/messaging/conversations/%7B%7Bconversation_id%7D%7D/escalate",
1628
+ "path": "/messaging/conversations/{conversation_id}/escalate",
1629
1629
  "input_schema": {
1630
1630
  "type": "object",
1631
1631
  "properties": {
@@ -1755,7 +1755,7 @@
1755
1755
  "name": "get_sender",
1756
1756
  "description": "Get details of a specific authorized sender by ID, including email, display name, active status, and verification info.",
1757
1757
  "method": "GET",
1758
- "path": "/messaging/senders/%7B%7Bid%7D%7D",
1758
+ "path": "/messaging/senders/{id}",
1759
1759
  "input_schema": {
1760
1760
  "type": "object",
1761
1761
  "properties": {
@@ -1773,7 +1773,7 @@
1773
1773
  "name": "update_sender",
1774
1774
  "description": "Update an existing authorized sender - change email, display name, description, or active status.",
1775
1775
  "method": "PUT",
1776
- "path": "/messaging/senders/%7B%7Bid%7D%7D",
1776
+ "path": "/messaging/senders/{id}",
1777
1777
  "input_schema": {
1778
1778
  "type": "object",
1779
1779
  "properties": {
@@ -1808,7 +1808,7 @@
1808
1808
  "name": "delete_sender",
1809
1809
  "description": "Delete an authorized sender email address. Cannot delete senders that are actively used by running campaigns.",
1810
1810
  "method": "DELETE",
1811
- "path": "/messaging/senders/%7B%7Bid%7D%7D",
1811
+ "path": "/messaging/senders/{id}",
1812
1812
  "input_schema": {
1813
1813
  "type": "object",
1814
1814
  "properties": {
@@ -121,7 +121,7 @@
121
121
  "name": "update",
122
122
  "description": "Update an existing redirect. Slug cannot be changed.",
123
123
  "method": "PUT",
124
- "path": "/redirects/%7B%7Bid%7D%7D",
124
+ "path": "/redirects/{id}",
125
125
  "input_schema": {
126
126
  "type": "object",
127
127
  "properties": {
@@ -165,7 +165,7 @@
165
165
  "name": "omnikit_webhook_get",
166
166
  "description": "Get details of a specific webhook by ID, including configuration, status, and recent delivery stats.",
167
167
  "method": "GET",
168
- "path": "/webhooks/%7B%7Bwebhook_id%7D%7D",
168
+ "path": "/webhooks/{webhook_id}",
169
169
  "input_schema": {
170
170
  "type": "object",
171
171
  "properties": {
@@ -183,7 +183,7 @@
183
183
  "name": "omnikit_webhook_update",
184
184
  "description": "Update an existing webhook configuration. Change endpoint URL, event types, filters, or enable/disable.",
185
185
  "method": "PUT",
186
- "path": "/webhooks/%7B%7Bwebhook_id%7D%7D",
186
+ "path": "/webhooks/{webhook_id}",
187
187
  "input_schema": {
188
188
  "type": "object",
189
189
  "properties": {
@@ -236,7 +236,7 @@
236
236
  "name": "omnikit_webhook_delete",
237
237
  "description": "Delete a webhook subscription. You will no longer receive events at the registered endpoint.",
238
238
  "method": "DELETE",
239
- "path": "/webhooks/%7B%7Bwebhook_id%7D%7D",
239
+ "path": "/webhooks/{webhook_id}",
240
240
  "input_schema": {
241
241
  "type": "object",
242
242
  "properties": {
@@ -42,7 +42,7 @@
42
42
  "name": "get_campaign",
43
43
  "description": "Get details of a specific OptinMonster campaign by ID, including its configuration, display rules, and current status.",
44
44
  "method": "GET",
45
- "path": "/campaigns/%7B%7BcampaignId%7D%7D",
45
+ "path": "/campaigns/{campaignId}",
46
46
  "input_schema": {
47
47
  "type": "object",
48
48
  "properties": {
@@ -105,7 +105,7 @@
105
105
  "name": "update_campaign",
106
106
  "description": "Update an existing OptinMonster campaign's settings, name, or status.",
107
107
  "method": "PUT",
108
- "path": "/campaigns/%7B%7BcampaignId%7D%7D",
108
+ "path": "/campaigns/{campaignId}",
109
109
  "input_schema": {
110
110
  "type": "object",
111
111
  "properties": {
@@ -136,7 +136,7 @@
136
136
  "name": "delete_campaign",
137
137
  "description": "Delete an OptinMonster campaign.",
138
138
  "method": "DELETE",
139
- "path": "/campaigns/%7B%7BcampaignId%7D%7D",
139
+ "path": "/campaigns/{campaignId}",
140
140
  "input_schema": {
141
141
  "type": "object",
142
142
  "properties": {
@@ -154,7 +154,7 @@
154
154
  "name": "get_campaign_stats",
155
155
  "description": "Get conversion analytics for a specific campaign — impressions, conversions, conversion rate, and more.",
156
156
  "method": "GET",
157
- "path": "/campaigns/%7B%7BcampaignId%7D%7D/stats",
157
+ "path": "/campaigns/{campaignId}/stats",
158
158
  "input_schema": {
159
159
  "type": "object",
160
160
  "properties": {
@@ -131,7 +131,7 @@
131
131
  "name": "campaign_get",
132
132
  "description": "Get a single campaign by ID with full details including platform data, budget, dates, and sync status.",
133
133
  "method": "GET",
134
- "path": "/campaigns/%7B%7Bid%7D%7D",
134
+ "path": "/campaigns/{id}",
135
135
  "input_schema": {
136
136
  "type": "object",
137
137
  "properties": {
@@ -220,7 +220,7 @@
220
220
  "name": "campaign_update",
221
221
  "description": "Update an existing campaign's name, status, budget, dates, or bid strategy. Changes are synced to the platform.",
222
222
  "method": "PUT",
223
- "path": "/campaigns/%7B%7Bid%7D%7D",
223
+ "path": "/campaigns/{id}",
224
224
  "input_schema": {
225
225
  "type": "object",
226
226
  "properties": {
@@ -266,7 +266,7 @@
266
266
  "name": "campaign_delete",
267
267
  "description": "Delete a campaign from the platform and remove it locally.",
268
268
  "method": "DELETE",
269
- "path": "/campaigns/%7B%7Bid%7D%7D",
269
+ "path": "/campaigns/{id}",
270
270
  "input_schema": {
271
271
  "type": "object",
272
272
  "properties": {
@@ -284,7 +284,7 @@
284
284
  "name": "campaign_sync",
285
285
  "description": "Sync a campaign's data from the ad platform to the local database. Pulls latest status, budget, and platform data.",
286
286
  "method": "POST",
287
- "path": "/campaigns/%7B%7Bid%7D%7D/sync",
287
+ "path": "/campaigns/{id}/sync",
288
288
  "input_schema": {
289
289
  "type": "object",
290
290
  "properties": {
@@ -436,7 +436,7 @@
436
436
  "name": "adgroup_update",
437
437
  "description": "Update an ad group's name, status, budget, bid, or targeting.",
438
438
  "method": "PUT",
439
- "path": "/adgroups/%7B%7Bid%7D%7D",
439
+ "path": "/adgroups/{id}",
440
440
  "input_schema": {
441
441
  "type": "object",
442
442
  "properties": {
@@ -474,7 +474,7 @@
474
474
  "name": "adgroup_delete",
475
475
  "description": "Delete an ad group from the platform and locally.",
476
476
  "method": "DELETE",
477
- "path": "/adgroups/%7B%7Bid%7D%7D",
477
+ "path": "/adgroups/{id}",
478
478
  "input_schema": {
479
479
  "type": "object",
480
480
  "properties": {
@@ -610,7 +610,7 @@
610
610
  "name": "ad_update",
611
611
  "description": "Update an ad's name, status, tracking URL, or platform data.",
612
612
  "method": "PUT",
613
- "path": "/ads/%7B%7Bid%7D%7D",
613
+ "path": "/ads/{id}",
614
614
  "input_schema": {
615
615
  "type": "object",
616
616
  "properties": {
@@ -644,7 +644,7 @@
644
644
  "name": "ad_delete",
645
645
  "description": "Delete an ad from the platform and locally.",
646
646
  "method": "DELETE",
647
- "path": "/ads/%7B%7Bid%7D%7D",
647
+ "path": "/ads/{id}",
648
648
  "input_schema": {
649
649
  "type": "object",
650
650
  "properties": {
@@ -755,7 +755,7 @@
755
755
  "name": "creative_delete",
756
756
  "description": "Delete an ad creative.",
757
757
  "method": "DELETE",
758
- "path": "/creatives/%7B%7Bid%7D%7D",
758
+ "path": "/creatives/{id}",
759
759
  "input_schema": {
760
760
  "type": "object",
761
761
  "properties": {
@@ -862,7 +862,7 @@
862
862
  "name": "audience_delete",
863
863
  "description": "Delete an audience from the platform and locally.",
864
864
  "method": "DELETE",
865
- "path": "/audiences/%7B%7Bid%7D%7D",
865
+ "path": "/audiences/{id}",
866
866
  "input_schema": {
867
867
  "type": "object",
868
868
  "properties": {
@@ -1146,7 +1146,7 @@
1146
1146
  "name": "conversion_delete",
1147
1147
  "description": "Remove a conversion action. This stops tracking for that conversion type.",
1148
1148
  "method": "DELETE",
1149
- "path": "/conversions/%7B%7Bid%7D%7D",
1149
+ "path": "/conversions/{id}",
1150
1150
  "input_schema": {
1151
1151
  "type": "object",
1152
1152
  "properties": {
@@ -1182,7 +1182,7 @@
1182
1182
  "name": "page_list",
1183
1183
  "description": "List pages/profiles linked to an ad account. Returns Facebook Pages, LinkedIn Company Pages, etc. depending on the account's platform. Use this to find page IDs needed for ad creation (e.g. PAGE_LIKES campaigns require a page_id).",
1184
1184
  "method": "GET",
1185
- "path": "/accounts/%7B%7Bad_account_id%7D%7D/pages",
1185
+ "path": "/accounts/{ad_account_id}/pages",
1186
1186
  "input_schema": {
1187
1187
  "type": "object",
1188
1188
  "properties": {
@@ -1200,7 +1200,7 @@
1200
1200
  "name": "pixel_list",
1201
1201
  "description": "List tracking pixels/tags for an ad account. Returns Meta Pixels for Facebook accounts, LinkedIn Insight Tags for LinkedIn accounts, etc. Use this to find pixel IDs for conversion tracking setup.",
1202
1202
  "method": "GET",
1203
- "path": "/accounts/%7B%7Bad_account_id%7D%7D/pixels",
1203
+ "path": "/accounts/{ad_account_id}/pixels",
1204
1204
  "input_schema": {
1205
1205
  "type": "object",
1206
1206
  "properties": {
@@ -77,7 +77,7 @@
77
77
  "name": "get_event",
78
78
  "description": "Get a specific event by its URL slug. Returns full event details including all associated markets with their condition_ids and token_ids.",
79
79
  "method": "GET",
80
- "path": "/events/slug/%7B%7Bslug%7D%7D",
80
+ "path": "/events/slug/{slug}",
81
81
  "input_schema": {
82
82
  "type": "object",
83
83
  "properties": {
@@ -121,7 +121,7 @@
121
121
  "name": "get_market",
122
122
  "description": "Get a specific market by slug. Returns prices, volume, condition_id, and clobTokenIds needed for trading.",
123
123
  "method": "GET",
124
- "path": "/markets/slug/%7B%7Bslug%7D%7D",
124
+ "path": "/markets/slug/{slug}",
125
125
  "input_schema": {
126
126
  "type": "object",
127
127
  "properties": {
@@ -309,7 +309,7 @@
309
309
  "name": "get_clob_market",
310
310
  "description": "Get CLOB market details by condition ID. Returns token IDs, tick size, min order size, and neg_risk flag needed for trading.",
311
311
  "method": "GET",
312
- "path": "/market/%7B%7Bcondition_id%7D%7D",
312
+ "path": "/market/{condition_id}",
313
313
  "input_schema": {
314
314
  "type": "object",
315
315
  "properties": {
@@ -471,7 +471,7 @@
471
471
  "name": "get_order",
472
472
  "description": "Get details of a specific order by its ID. Returns status, fill amount, and trade details. Requires authentication.",
473
473
  "method": "GET",
474
- "path": "/data/order/%7B%7Border_id%7D%7D",
474
+ "path": "/data/order/{order_id}",
475
475
  "input_schema": {
476
476
  "type": "object",
477
477
  "properties": {
@@ -512,7 +512,7 @@
512
512
  "name": "cancel_order",
513
513
  "description": "Cancel a specific open order by its ID. Requires authentication.",
514
514
  "method": "DELETE",
515
- "path": "/order/%7B%7Border_id%7D%7D",
515
+ "path": "/order/{order_id}",
516
516
  "input_schema": {
517
517
  "type": "object",
518
518
  "properties": {
@@ -45,7 +45,7 @@
45
45
  "name": "check_availability",
46
46
  "description": "Check if a domain name is available for registration. Returns pricing and availability status.",
47
47
  "method": "POST",
48
- "path": "/json/v3/domain/checkDomain/%7B%7Bdomain%7D%7D",
48
+ "path": "/json/v3/domain/checkDomain/{domain}",
49
49
  "input_schema": {
50
50
  "type": "object",
51
51
  "properties": {
@@ -73,7 +73,7 @@
73
73
  "name": "get_domain",
74
74
  "description": "Retrieve detailed information about a specific domain including status, expiration, auto-renew, and WHOIS privacy settings.",
75
75
  "method": "POST",
76
- "path": "/json/v3/domain/retrieve/%7B%7Bdomain%7D%7D",
76
+ "path": "/json/v3/domain/retrieve/{domain}",
77
77
  "input_schema": {
78
78
  "type": "object",
79
79
  "properties": {
@@ -91,7 +91,7 @@
91
91
  "name": "register_domain",
92
92
  "description": "Register a new domain name. IMPORTANT: You MUST first call porkbun-check-availability to get the domain's price, then pass that price as the 'cost' parameter (in pennies). Example flow: 1) check availability → get pricing, 2) register with cost. agreeToTerms must be 'yes'.",
93
93
  "method": "POST",
94
- "path": "/json/v3/domain/create/%7B%7Bdomain%7D%7D",
94
+ "path": "/json/v3/domain/create/{domain}",
95
95
  "input_schema": {
96
96
  "type": "object",
97
97
  "properties": {
@@ -129,7 +129,7 @@
129
129
  "name": "renew_domain",
130
130
  "description": "Renew an existing domain registration for additional years.",
131
131
  "method": "POST",
132
- "path": "/json/v3/domain/renew/%7B%7Bdomain%7D%7D",
132
+ "path": "/json/v3/domain/renew/{domain}",
133
133
  "input_schema": {
134
134
  "type": "object",
135
135
  "properties": {
@@ -152,7 +152,7 @@
152
152
  "name": "get_nameservers",
153
153
  "description": "Retrieve the nameservers currently configured for a domain.",
154
154
  "method": "POST",
155
- "path": "/json/v3/domain/getNs/%7B%7Bdomain%7D%7D",
155
+ "path": "/json/v3/domain/getNs/{domain}",
156
156
  "input_schema": {
157
157
  "type": "object",
158
158
  "properties": {
@@ -170,7 +170,7 @@
170
170
  "name": "update_nameservers",
171
171
  "description": "Update the nameservers for a domain. Provide an array of nameserver hostnames.",
172
172
  "method": "POST",
173
- "path": "/json/v3/domain/updateNs/%7B%7Bdomain%7D%7D",
173
+ "path": "/json/v3/domain/updateNs/{domain}",
174
174
  "input_schema": {
175
175
  "type": "object",
176
176
  "properties": {
@@ -196,7 +196,7 @@
196
196
  "name": "list_dns_records",
197
197
  "description": "Retrieve all DNS records for a domain. Returns record IDs, types, names, content, TTL, and priorities.",
198
198
  "method": "POST",
199
- "path": "/json/v3/dns/retrieve/%7B%7Bdomain%7D%7D",
199
+ "path": "/json/v3/dns/retrieve/{domain}",
200
200
  "input_schema": {
201
201
  "type": "object",
202
202
  "properties": {
@@ -214,7 +214,7 @@
214
214
  "name": "create_dns_record",
215
215
  "description": "Create a new DNS record for a domain. Supports A, AAAA, CNAME, MX, TXT, SRV, NS, ALIAS, CAA, HTTPS, SVCB, and TLSA record types.",
216
216
  "method": "POST",
217
- "path": "/json/v3/dns/create/%7B%7Bdomain%7D%7D",
217
+ "path": "/json/v3/dns/create/{domain}",
218
218
  "input_schema": {
219
219
  "type": "object",
220
220
  "properties": {
@@ -269,7 +269,7 @@
269
269
  "name": "update_dns_record",
270
270
  "description": "Update an existing DNS record by its record ID. Use porkbun-list-dns-records to find record IDs.",
271
271
  "method": "POST",
272
- "path": "/json/v3/dns/edit/%7B%7Bdomain%7D%7D/%7B%7BrecordId%7D%7D",
272
+ "path": "/json/v3/dns/edit/{domain}/{recordId}",
273
273
  "input_schema": {
274
274
  "type": "object",
275
275
  "properties": {
@@ -329,7 +329,7 @@
329
329
  "name": "delete_dns_record",
330
330
  "description": "Delete a DNS record by its record ID. Use porkbun-list-dns-records to find record IDs.",
331
331
  "method": "POST",
332
- "path": "/json/v3/dns/delete/%7B%7Bdomain%7D%7D/%7B%7BrecordId%7D%7D",
332
+ "path": "/json/v3/dns/delete/{domain}/{recordId}",
333
333
  "input_schema": {
334
334
  "type": "object",
335
335
  "properties": {
@@ -362,7 +362,7 @@
362
362
  "name": "enable_whois_privacy",
363
363
  "description": "Enable WHOIS privacy protection for a domain to hide personal information from public WHOIS lookups.",
364
364
  "method": "POST",
365
- "path": "/json/v3/domain/enableWhoisPrivacy/%7B%7Bdomain%7D%7D",
365
+ "path": "/json/v3/domain/enableWhoisPrivacy/{domain}",
366
366
  "input_schema": {
367
367
  "type": "object",
368
368
  "properties": {
@@ -380,7 +380,7 @@
380
380
  "name": "add_url_forward",
381
381
  "description": "Add URL forwarding for a domain or subdomain. Supports temporary (302) and permanent (301) redirects, as well as masked forwarding.",
382
382
  "method": "POST",
383
- "path": "/json/v3/domain/addUrlForward/%7B%7Bdomain%7D%7D",
383
+ "path": "/json/v3/domain/addUrlForward/{domain}",
384
384
  "input_schema": {
385
385
  "type": "object",
386
386
  "properties": {