@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
@@ -90,7 +90,7 @@
90
90
  "name": "get_customer",
91
91
  "description": "Retrieve details of an existing Stripe customer by ID",
92
92
  "method": "GET",
93
- "path": "/customers/%7B%7Bcustomer_id%7D%7D",
93
+ "path": "/customers/{customer_id}",
94
94
  "input_schema": {
95
95
  "type": "object",
96
96
  "properties": {
@@ -108,7 +108,7 @@
108
108
  "name": "update_customer",
109
109
  "description": "Update an existing Stripe customer's information",
110
110
  "method": "POST",
111
- "path": "/customers/%7B%7Bcustomer_id%7D%7D",
111
+ "path": "/customers/{customer_id}",
112
112
  "input_schema": {
113
113
  "type": "object",
114
114
  "properties": {
@@ -146,7 +146,7 @@
146
146
  "name": "delete_customer",
147
147
  "description": "Permanently delete a Stripe customer and cancel all active subscriptions",
148
148
  "method": "DELETE",
149
- "path": "/customers/%7B%7Bcustomer_id%7D%7D",
149
+ "path": "/customers/{customer_id}",
150
150
  "input_schema": {
151
151
  "type": "object",
152
152
  "properties": {
@@ -274,7 +274,7 @@
274
274
  "name": "get_payment_intent",
275
275
  "description": "Retrieve details of a payment intent by ID",
276
276
  "method": "GET",
277
- "path": "/payment_intents/%7B%7Bpayment_intent_id%7D%7D",
277
+ "path": "/payment_intents/{payment_intent_id}",
278
278
  "input_schema": {
279
279
  "type": "object",
280
280
  "properties": {
@@ -382,7 +382,7 @@
382
382
  "name": "get_subscription",
383
383
  "description": "Retrieve details of a subscription by ID",
384
384
  "method": "GET",
385
- "path": "/subscriptions/%7B%7Bsubscription_id%7D%7D",
385
+ "path": "/subscriptions/{subscription_id}",
386
386
  "input_schema": {
387
387
  "type": "object",
388
388
  "properties": {
@@ -400,7 +400,7 @@
400
400
  "name": "cancel_subscription",
401
401
  "description": "Cancel a subscription immediately. To cancel at period end instead, use Update Subscription with cancel_at_period_end: true.",
402
402
  "method": "DELETE",
403
- "path": "/subscriptions/%7B%7Bsubscription_id%7D%7D",
403
+ "path": "/subscriptions/{subscription_id}",
404
404
  "input_schema": {
405
405
  "type": "object",
406
406
  "properties": {
@@ -418,7 +418,7 @@
418
418
  "name": "update_subscription",
419
419
  "description": "Update a subscription. Set cancel_at_period_end to true to schedule cancellation at the end of the billing period.",
420
420
  "method": "POST",
421
- "path": "/subscriptions/%7B%7Bsubscription_id%7D%7D",
421
+ "path": "/subscriptions/{subscription_id}",
422
422
  "input_schema": {
423
423
  "type": "object",
424
424
  "properties": {
@@ -626,7 +626,7 @@
626
626
  "name": "attach_payment_method",
627
627
  "description": "Attach a payment method to a customer",
628
628
  "method": "POST",
629
- "path": "/payment_methods/%7B%7Bpayment_method_id%7D%7D/attach",
629
+ "path": "/payment_methods/{payment_method_id}/attach",
630
630
  "input_schema": {
631
631
  "type": "object",
632
632
  "properties": {
@@ -729,7 +729,7 @@
729
729
  "name": "get_invoice",
730
730
  "description": "Retrieve details of an invoice by ID",
731
731
  "method": "GET",
732
- "path": "/invoices/%7B%7Binvoice_id%7D%7D",
732
+ "path": "/invoices/{invoice_id}",
733
733
  "input_schema": {
734
734
  "type": "object",
735
735
  "properties": {
@@ -115,7 +115,7 @@
115
115
  "name": "update_task",
116
116
  "description": "Update existing task properties",
117
117
  "method": "PUT",
118
- "path": "/tasks/%7B%7Bparam.id%7D%7D",
118
+ "path": "/tasks/{{param.id}}",
119
119
  "input_schema": {
120
120
  "type": "object",
121
121
  "properties": {
@@ -197,7 +197,7 @@
197
197
  "name": "complete_task",
198
198
  "description": "Mark tasks as completed",
199
199
  "method": "POST",
200
- "path": "/tasks/%7B%7Bparam.id%7D%7D/complete",
200
+ "path": "/tasks/{{param.id}}/complete",
201
201
  "input_schema": {
202
202
  "type": "object",
203
203
  "properties": {
@@ -223,7 +223,7 @@
223
223
  "name": "delete_task",
224
224
  "description": "Delete tasks permanently",
225
225
  "method": "DELETE",
226
- "path": "/tasks/%7B%7Bparam.id%7D%7D",
226
+ "path": "/tasks/{{param.id}}",
227
227
  "input_schema": {
228
228
  "type": "object",
229
229
  "properties": {
@@ -241,7 +241,7 @@
241
241
  "name": "get_task",
242
242
  "description": "Retrieve individual task with full details",
243
243
  "method": "GET",
244
- "path": "/tasks/%7B%7Bparam.id%7D%7D",
244
+ "path": "/tasks/{{param.id}}",
245
245
  "input_schema": {
246
246
  "type": "object",
247
247
  "properties": {
@@ -411,7 +411,7 @@
411
411
  "name": "update_list",
412
412
  "description": "Update existing project list properties",
413
413
  "method": "PUT",
414
- "path": "/lists/%7B%7Bparam.id%7D%7D",
414
+ "path": "/lists/{{param.id}}",
415
415
  "input_schema": {
416
416
  "type": "object",
417
417
  "properties": {
@@ -467,7 +467,7 @@
467
467
  "name": "delete_list",
468
468
  "description": "Delete project lists permanently",
469
469
  "method": "DELETE",
470
- "path": "/lists/%7B%7Bparam.id%7D%7D",
470
+ "path": "/lists/{{param.id}}",
471
471
  "input_schema": {
472
472
  "type": "object",
473
473
  "properties": {
@@ -485,7 +485,7 @@
485
485
  "name": "get_list",
486
486
  "description": "Retrieve individual list with full details",
487
487
  "method": "GET",
488
- "path": "/lists/%7B%7Bparam.id%7D%7D",
488
+ "path": "/lists/{{param.id}}",
489
489
  "input_schema": {
490
490
  "type": "object",
491
491
  "properties": {
@@ -545,7 +545,7 @@
545
545
  "name": "get_list_tasks",
546
546
  "description": "Retrieve all tasks within a specific list",
547
547
  "method": "GET",
548
- "path": "/lists/%7B%7Bparam.list_id%7D%7D/tasks",
548
+ "path": "/lists/{{param.list_id}}/tasks",
549
549
  "input_schema": {
550
550
  "type": "object",
551
551
  "properties": {
@@ -634,7 +634,7 @@
634
634
  "name": "get_project",
635
635
  "description": "Retrieve a single project by ID with full details including name, slug, description, organization, and active status.",
636
636
  "method": "GET",
637
- "path": "/projects/%7B%7Bparam.id%7D%7D",
637
+ "path": "/projects/{{param.id}}",
638
638
  "input_schema": {
639
639
  "type": "object",
640
640
  "properties": {
@@ -652,7 +652,7 @@
652
652
  "name": "update_project",
653
653
  "description": "Update an existing project's name, description, slug, or active status. Validates slug uniqueness within the organization when changing slugs.",
654
654
  "method": "PUT",
655
- "path": "/projects/%7B%7Bparam.id%7D%7D",
655
+ "path": "/projects/{{param.id}}",
656
656
  "input_schema": {
657
657
  "type": "object",
658
658
  "properties": {
@@ -686,7 +686,7 @@
686
686
  "name": "delete_project",
687
687
  "description": "Delete a project. Defaults to soft delete (deactivation). Supports hard delete and cascade deletion of all related tasks and lists.",
688
688
  "method": "DELETE",
689
- "path": "/projects/%7B%7Bparam.id%7D%7D",
689
+ "path": "/projects/{{param.id}}",
690
690
  "input_schema": {
691
691
  "type": "object",
692
692
  "properties": {
@@ -31,7 +31,7 @@
31
31
  "name": "find_tasks",
32
32
  "description": "Retrieve all tasks from a specific project in TickTick. Returns a list of task objects including their IDs, titles, content, due dates, priorities, and completion status. Use the projectId to scope results to a particular project.",
33
33
  "method": "GET",
34
- "path": "/open/v1/project/%7B%7Bparam.projectId%7D%7D/data",
34
+ "path": "/open/v1/project/{{param.projectId}}/data",
35
35
  "input_schema": {
36
36
  "type": "object",
37
37
  "properties": {
@@ -95,7 +95,7 @@
95
95
  "name": "update_task",
96
96
  "description": "Update an existing task in TickTick. Modify the title, content, due date, priority, or other properties of a task. Both taskId and projectId are required to identify the task. Returns the updated task object.",
97
97
  "method": "POST",
98
- "path": "/open/v1/task/%7B%7Bparam.taskId%7D%7D",
98
+ "path": "/open/v1/task/{{param.taskId}}",
99
99
  "input_schema": {
100
100
  "type": "object",
101
101
  "properties": {
@@ -146,7 +146,7 @@
146
146
  "name": "complete_task",
147
147
  "description": "Mark a task as complete in TickTick. Requires both the projectId and taskId to identify the task. The task will be moved to the completed state.",
148
148
  "method": "POST",
149
- "path": "/open/v1/project/%7B%7Bparam.projectId%7D%7D/task/%7B%7Bparam.taskId%7D%7D/complete",
149
+ "path": "/open/v1/project/{{param.projectId}}/task/{{param.taskId}}/complete",
150
150
  "input_schema": {
151
151
  "type": "object",
152
152
  "properties": {
@@ -401,6 +401,84 @@
401
401
  "filters"
402
402
  ]
403
403
  }
404
+ },
405
+ {
406
+ "name": "list_comments",
407
+ "description": "Get a paginated list of comments on a TikTok video. Returns comment text, like count, reply count, and creation time. Supports sorting by create_time_desc or like_count_desc.\n\nRequires scope: comment.list or comment.list.manage\n\nExample:\n{\n \"video_id\": \"7123456789\",\n \"max_count\": 20,\n \"sort_order\": \"create_time_desc\"\n}",
408
+ "method": "GET",
409
+ "path": "/list-comments",
410
+ "input_schema": {
411
+ "type": "object",
412
+ "properties": {
413
+ "video_id": {
414
+ "type": "string",
415
+ "description": "TikTok video ID to get comments for"
416
+ },
417
+ "max_count": {
418
+ "type": "integer",
419
+ "description": "Maximum comments per page (max 50)",
420
+ "default": 20
421
+ },
422
+ "cursor": {
423
+ "type": "integer",
424
+ "description": "Pagination cursor from previous response"
425
+ },
426
+ "sort_order": {
427
+ "type": "string",
428
+ "description": "Sort order for comments",
429
+ "enum": [
430
+ "create_time_desc",
431
+ "like_count_desc"
432
+ ],
433
+ "default": "create_time_desc"
434
+ },
435
+ "fields": {
436
+ "type": "string",
437
+ "description": "Comma-separated list of comment fields",
438
+ "default": "id,text,create_time,like_count,reply_count,parent_comment_id,video_id"
439
+ }
440
+ },
441
+ "required": [
442
+ "video_id"
443
+ ]
444
+ }
445
+ },
446
+ {
447
+ "name": "list_comment_replies",
448
+ "description": "Get a paginated list of replies to a specific comment on a TikTok video. Returns reply text, like count, and creation time.\n\nRequires scope: comment.list or comment.list.manage\n\nExample:\n{\n \"video_id\": \"7123456789\",\n \"comment_id\": \"7234567890\",\n \"max_count\": 20\n}",
449
+ "method": "GET",
450
+ "path": "/list-comment-replies",
451
+ "input_schema": {
452
+ "type": "object",
453
+ "properties": {
454
+ "video_id": {
455
+ "type": "string",
456
+ "description": "TikTok video ID the comment belongs to"
457
+ },
458
+ "comment_id": {
459
+ "type": "string",
460
+ "description": "Parent comment ID to get replies for"
461
+ },
462
+ "max_count": {
463
+ "type": "integer",
464
+ "description": "Maximum replies per page (max 50)",
465
+ "default": 20
466
+ },
467
+ "cursor": {
468
+ "type": "integer",
469
+ "description": "Pagination cursor from previous response"
470
+ },
471
+ "fields": {
472
+ "type": "string",
473
+ "description": "Comma-separated list of reply fields",
474
+ "default": "id,text,create_time,like_count,parent_comment_id,video_id"
475
+ }
476
+ },
477
+ "required": [
478
+ "video_id",
479
+ "comment_id"
480
+ ]
481
+ }
404
482
  }
405
483
  ]
406
484
  }
@@ -105,7 +105,7 @@
105
105
  "name": "move_task",
106
106
  "description": "Move a task to a different section by updating its section_id. You can also update other task properties at the same time such as content, description, labels, priority, and due date. Returns the updated task object.",
107
107
  "method": "POST",
108
- "path": "/rest/v2/tasks/%7B%7Bparam.task_id%7D%7D",
108
+ "path": "/rest/v2/tasks/{{param.task_id}}",
109
109
  "input_schema": {
110
110
  "type": "object",
111
111
  "properties": {
@@ -37,7 +37,7 @@
37
37
  "name": "send_sms",
38
38
  "description": "Send an SMS or MMS message via Twilio. Supports text, media attachments, content templates, and status callbacks.",
39
39
  "method": "POST",
40
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Messages.json",
40
+ "path": "/Accounts/{{credential.account_sid}}/Messages.json",
41
41
  "input_schema": {
42
42
  "type": "object",
43
43
  "properties": {
@@ -80,7 +80,7 @@
80
80
  "name": "send_whatsapp",
81
81
  "description": "Send a WhatsApp message via Twilio. Use whatsapp: prefix on phone numbers. For business-initiated conversations (user hasn't messaged you in 24h), you MUST use a ContentSid (approved template) instead of Body. Free-form Body only works within the 24-hour window after the user messages you.",
82
82
  "method": "POST",
83
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Messages.json",
83
+ "path": "/Accounts/{{credential.account_sid}}/Messages.json",
84
84
  "input_schema": {
85
85
  "type": "object",
86
86
  "properties": {
@@ -146,7 +146,7 @@
146
146
  "name": "get_message",
147
147
  "description": "Retrieve details of a specific message by SID.",
148
148
  "method": "GET",
149
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Messages/%7B%7BMessageSid%7D%7D.json",
149
+ "path": "/Accounts/{{credential.account_sid}}/Messages/{MessageSid}.json",
150
150
  "input_schema": {
151
151
  "type": "object",
152
152
  "properties": {
@@ -164,7 +164,7 @@
164
164
  "name": "list_messages",
165
165
  "description": "List sent and received messages with optional filters.",
166
166
  "method": "GET",
167
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Messages.json",
167
+ "path": "/Accounts/{{credential.account_sid}}/Messages.json",
168
168
  "input_schema": {
169
169
  "type": "object",
170
170
  "properties": {
@@ -192,7 +192,7 @@
192
192
  "name": "delete_message",
193
193
  "description": "Delete a message by SID. This removes the message body and media but keeps the log entry.",
194
194
  "method": "DELETE",
195
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Messages/%7B%7BMessageSid%7D%7D.json",
195
+ "path": "/Accounts/{{credential.account_sid}}/Messages/{MessageSid}.json",
196
196
  "input_schema": {
197
197
  "type": "object",
198
198
  "properties": {
@@ -210,7 +210,7 @@
210
210
  "name": "make_call",
211
211
  "description": "Initiate an outbound phone call. Provide either a TwiML URL or inline TwiML instructions.",
212
212
  "method": "POST",
213
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Calls.json",
213
+ "path": "/Accounts/{{credential.account_sid}}/Calls.json",
214
214
  "input_schema": {
215
215
  "type": "object",
216
216
  "properties": {
@@ -262,7 +262,7 @@
262
262
  "name": "get_call",
263
263
  "description": "Retrieve details of a specific call by SID.",
264
264
  "method": "GET",
265
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Calls/%7B%7BCallSid%7D%7D.json",
265
+ "path": "/Accounts/{{credential.account_sid}}/Calls/{CallSid}.json",
266
266
  "input_schema": {
267
267
  "type": "object",
268
268
  "properties": {
@@ -280,7 +280,7 @@
280
280
  "name": "list_calls",
281
281
  "description": "List call logs with optional filters for status, date, and phone numbers.",
282
282
  "method": "GET",
283
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Calls.json",
283
+ "path": "/Accounts/{{credential.account_sid}}/Calls.json",
284
284
  "input_schema": {
285
285
  "type": "object",
286
286
  "properties": {
@@ -322,7 +322,7 @@
322
322
  "name": "update_call",
323
323
  "description": "Modify an in-progress call — redirect to new TwiML, end the call, or pause/resume recording.",
324
324
  "method": "POST",
325
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Calls/%7B%7BCallSid%7D%7D.json",
325
+ "path": "/Accounts/{{credential.account_sid}}/Calls/{CallSid}.json",
326
326
  "input_schema": {
327
327
  "type": "object",
328
328
  "properties": {
@@ -356,7 +356,7 @@
356
356
  "name": "list_phone_numbers",
357
357
  "description": "List all phone numbers in your Twilio account with their capabilities and configuration.",
358
358
  "method": "GET",
359
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/IncomingPhoneNumbers.json",
359
+ "path": "/Accounts/{{credential.account_sid}}/IncomingPhoneNumbers.json",
360
360
  "input_schema": {
361
361
  "type": "object",
362
362
  "properties": {
@@ -380,7 +380,7 @@
380
380
  "name": "buy_phone_number",
381
381
  "description": "Purchase a phone number for your Twilio account.",
382
382
  "method": "POST",
383
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/IncomingPhoneNumbers.json",
383
+ "path": "/Accounts/{{credential.account_sid}}/IncomingPhoneNumbers.json",
384
384
  "input_schema": {
385
385
  "type": "object",
386
386
  "properties": {
@@ -410,7 +410,7 @@
410
410
  "name": "update_phone_number",
411
411
  "description": "Update configuration for a phone number — webhooks, friendly name, voice/SMS settings.",
412
412
  "method": "POST",
413
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/IncomingPhoneNumbers/%7B%7BPhoneNumberSid%7D%7D.json",
413
+ "path": "/Accounts/{{credential.account_sid}}/IncomingPhoneNumbers/{PhoneNumberSid}.json",
414
414
  "input_schema": {
415
415
  "type": "object",
416
416
  "properties": {
@@ -444,7 +444,7 @@
444
444
  "name": "release_phone_number",
445
445
  "description": "Release (delete) a phone number from your Twilio account.",
446
446
  "method": "DELETE",
447
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/IncomingPhoneNumbers/%7B%7BPhoneNumberSid%7D%7D.json",
447
+ "path": "/Accounts/{{credential.account_sid}}/IncomingPhoneNumbers/{PhoneNumberSid}.json",
448
448
  "input_schema": {
449
449
  "type": "object",
450
450
  "properties": {
@@ -462,7 +462,7 @@
462
462
  "name": "search_available_numbers",
463
463
  "description": "Search for available phone numbers to purchase by country, area code, or capabilities.",
464
464
  "method": "GET",
465
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/AvailablePhoneNumbers/%7B%7BCountry%7D%7D/Local.json",
465
+ "path": "/Accounts/{{credential.account_sid}}/AvailablePhoneNumbers/{Country}/Local.json",
466
466
  "input_schema": {
467
467
  "type": "object",
468
468
  "properties": {
@@ -508,7 +508,7 @@
508
508
  "name": "search_toll_free_numbers",
509
509
  "description": "Search for available toll-free phone numbers to purchase.",
510
510
  "method": "GET",
511
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/AvailablePhoneNumbers/%7B%7BCountry%7D%7D/TollFree.json",
511
+ "path": "/Accounts/{{credential.account_sid}}/AvailablePhoneNumbers/{Country}/TollFree.json",
512
512
  "input_schema": {
513
513
  "type": "object",
514
514
  "properties": {
@@ -546,7 +546,7 @@
546
546
  "name": "list_recordings",
547
547
  "description": "List call recordings with optional filters.",
548
548
  "method": "GET",
549
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Recordings.json",
549
+ "path": "/Accounts/{{credential.account_sid}}/Recordings.json",
550
550
  "input_schema": {
551
551
  "type": "object",
552
552
  "properties": {
@@ -570,7 +570,7 @@
570
570
  "name": "get_recording",
571
571
  "description": "Retrieve details of a specific recording.",
572
572
  "method": "GET",
573
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Recordings/%7B%7BRecordingSid%7D%7D.json",
573
+ "path": "/Accounts/{{credential.account_sid}}/Recordings/{RecordingSid}.json",
574
574
  "input_schema": {
575
575
  "type": "object",
576
576
  "properties": {
@@ -588,7 +588,7 @@
588
588
  "name": "delete_recording",
589
589
  "description": "Delete a call recording.",
590
590
  "method": "DELETE",
591
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Recordings/%7B%7BRecordingSid%7D%7D.json",
591
+ "path": "/Accounts/{{credential.account_sid}}/Recordings/{RecordingSid}.json",
592
592
  "input_schema": {
593
593
  "type": "object",
594
594
  "properties": {
@@ -606,7 +606,7 @@
606
606
  "name": "get_account",
607
607
  "description": "Retrieve your Twilio account details including balance, status, and type.",
608
608
  "method": "GET",
609
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D.json",
609
+ "path": "/Accounts/{{credential.account_sid}}.json",
610
610
  "input_schema": {
611
611
  "type": "object",
612
612
  "properties": {}
@@ -616,7 +616,7 @@
616
616
  "name": "get_balance",
617
617
  "description": "Retrieve your Twilio account balance and currency.",
618
618
  "method": "GET",
619
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Balance.json",
619
+ "path": "/Accounts/{{credential.account_sid}}/Balance.json",
620
620
  "input_schema": {
621
621
  "type": "object",
622
622
  "properties": {}
@@ -626,7 +626,7 @@
626
626
  "name": "get_usage",
627
627
  "description": "Retrieve usage records for your account — see costs per category (calls, SMS, numbers, etc.).",
628
628
  "method": "GET",
629
- "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Usage/Records.json",
629
+ "path": "/Accounts/{{credential.account_sid}}/Usage/Records.json",
630
630
  "input_schema": {
631
631
  "type": "object",
632
632
  "properties": {
@@ -670,7 +670,7 @@
670
670
  "name": "get_whatsapp_sender",
671
671
  "description": "Get details of a specific WhatsApp Business sender by SID — status, phone number, profile info, and capabilities.",
672
672
  "method": "GET",
673
- "path": "/v2/Channels/Senders/%7B%7BSenderSid%7D%7D",
673
+ "path": "/v2/Channels/Senders/{SenderSid}",
674
674
  "input_schema": {
675
675
  "type": "object",
676
676
  "properties": {
@@ -797,7 +797,7 @@
797
797
  "name": "get_content_template",
798
798
  "description": "Retrieve details of a specific content template by SID — body, variables, type, and approval status.",
799
799
  "method": "GET",
800
- "path": "/v1/Content/%7B%7BContentSid%7D%7D",
800
+ "path": "/v1/Content/{ContentSid}",
801
801
  "input_schema": {
802
802
  "type": "object",
803
803
  "properties": {
@@ -848,7 +848,7 @@
848
848
  "name": "submit_content_template_approval",
849
849
  "description": "Submit a content template for WhatsApp approval. Once approved by Meta, the template can be used to initiate conversations outside the 24-hour window.",
850
850
  "method": "POST",
851
- "path": "/v1/Content/%7B%7BContentSid%7D%7D/ApprovalRequests/whatsapp",
851
+ "path": "/v1/Content/{ContentSid}/ApprovalRequests/whatsapp",
852
852
  "input_schema": {
853
853
  "type": "object",
854
854
  "properties": {
@@ -881,7 +881,7 @@
881
881
  "name": "delete_content_template",
882
882
  "description": "Delete a content template. Cannot delete templates that have been submitted for WhatsApp approval.",
883
883
  "method": "DELETE",
884
- "path": "/v1/Content/%7B%7BContentSid%7D%7D",
884
+ "path": "/v1/Content/{ContentSid}",
885
885
  "input_schema": {
886
886
  "type": "object",
887
887
  "properties": {
@@ -899,7 +899,7 @@
899
899
  "name": "lookup_phone_number",
900
900
  "description": "Look up information about a phone number — carrier, caller name, line type (mobile/landline/voip).",
901
901
  "method": "GET",
902
- "path": "/v2/PhoneNumbers/%7B%7BPhoneNumber%7D%7D",
902
+ "path": "/v2/PhoneNumbers/{PhoneNumber}",
903
903
  "input_schema": {
904
904
  "type": "object",
905
905
  "properties": {
@@ -945,7 +945,7 @@
945
945
  "name": "send_verification",
946
946
  "description": "Send a verification code to a phone number via SMS, call, or email.",
947
947
  "method": "POST",
948
- "path": "/v2/Services/%7B%7BServiceSid%7D%7D/Verifications",
948
+ "path": "/v2/Services/{ServiceSid}/Verifications",
949
949
  "input_schema": {
950
950
  "type": "object",
951
951
  "properties": {
@@ -980,7 +980,7 @@
980
980
  "name": "check_verification",
981
981
  "description": "Verify a code submitted by the user against the one sent.",
982
982
  "method": "POST",
983
- "path": "/v2/Services/%7B%7BServiceSid%7D%7D/VerificationCheck",
983
+ "path": "/v2/Services/{ServiceSid}/VerificationCheck",
984
984
  "input_schema": {
985
985
  "type": "object",
986
986
  "properties": {