Skip to content

Commit 4e48185

Browse files
committed
feat: MCP annotations batch 52/65 (100 components)
1 parent 61d0151 commit 4e48185

File tree

100 files changed

+600
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+600
-100
lines changed

components/smoove/actions/unsubscribe-contact/unsubscribe-contact.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Unsubscribe",
66
description: "Unsubscribes a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Unsubscribe).",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
email: {

components/sms/actions/send-sms/send-sms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms-send-sms",
55
name: "Send SMS",
66
description: "Send an SMS to the [verified phone number for your account](https://pipedream.com/settings). While this feature is in alpha, you may send up to 10 messages per day.",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
sms,

components/sms_alert/actions/create-contact/create-contact.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_alert-create-contact",
55
name: "Create Contact",
66
description: "Creates a new contact within a specified group. [See the documentation](https://kb.smsalert.co.in/developers-api/#Create-Contact)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
smsAlert,

components/sms_alert/actions/schedule-sms/schedule-sms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_alert-schedule-sms",
55
name: "Schedule SMS",
66
description: "Schedules a text message to be sent at a specified time. [See the documentation](https://kb.smsalert.co.in/developers-api/#Schedule-a-SMS)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
smsAlert,

components/sms_alert/actions/send-sms/send-sms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_alert-send-sms",
55
name: "Send SMS",
66
description: "Sends a text message directly. [See the documentation](https://kb.smsalert.co.in/developers-api/#Send-a-SMS)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
smsAlert,

components/sms_everyone/actions/send-sms/send-sms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "sms_everyone-send-sms",
77
name: "Send SMS",
88
description: "Send an SMS message or a bulk SMS campaign. [See the documentation](https://www.smseveryone.com.au/restapi)",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
smsEveryone,

components/sms_fusion/actions/get-balance/get-balance.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_fusion-get-balance",
55
name: "Get Balance",
66
description: "Get current account balance including credit limits in SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
smsFusion,

components/sms_fusion/actions/perform-hlr-lookup/perform-hlr-lookup.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_fusion-perform-hlr-lookup",
55
name: "Perform HLR Lookup",
66
description: "Perform HLR on a number with SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
smsFusion,

components/sms_fusion/actions/send-sms/send-sms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sms_fusion-send-sms",
55
name: "Send SMS",
66
description: "Send an SMS using SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
smsFusion,

components/smsapi/actions/create-contact/create-contact.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "smsapi-create-contact",
66
name: "Create Contact",
77
description: "Creates a new contact in SMSAPI. [See the documentation](https://www.smsapi.com/docs/#create-contact)",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
smsapi,

0 commit comments

Comments
 (0)