Skip to content

Commit 5128d19

Browse files
authored
[Auto-generated] MCP Annotations Batch 50/65 (#18570)
Automated pull request from mcp-annotations-50
1 parent 586e349 commit 5128d19

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/sendgrid/actions/remove-contact-from-list/remove-contact-from-list.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "sendgrid-remove-contact-from-list",
66
name: "Remove Contact From List",
77
description: "Allows you to remove contacts from a given list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/remove-contacts-from-a-list)",
8-
version: "0.0.5",
8+
version: "0.0.6",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/sendgrid/actions/search-contacts/search-contacts.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "sendgrid-search-contacts",
88
name: "Search Contacts",
99
description: "Searches contacts with a SGQL query. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/search-contacts)",
10-
version: "0.0.5",
10+
version: "0.0.6",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: true,
15+
},
1116
type: "action",
1217
props: {
1318
...common.props,

components/sendgrid/actions/send-email-multiple-recipients/send-email-multiple-recipients.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export default {
1010
key: "sendgrid-send-email-multiple-recipients",
1111
name: "Send Email Multiple Recipients",
1212
description: "This action sends a personalized e-mail to multiple specified recipients. [See the docs here](https://docs.sendgrid.com/api-reference/mail-send/mail-send)",
13-
version: "0.1.1",
13+
version: "0.1.2",
14+
annotations: {
15+
destructiveHint: false,
16+
openWorldHint: true,
17+
readOnlyHint: false,
18+
},
1419
type: "action",
1520
props: {
1621
...common.props,

components/sendgrid/actions/send-email-single-recipient/send-email-single-recipient.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
key: "sendgrid-send-email-single-recipient",
99
name: "Send Email Single Recipient",
1010
description: "This action sends a personalized e-mail to the specified recipient. [See the docs here](https://docs.sendgrid.com/api-reference/mail-send/mail-send)",
11-
version: "0.1.1",
11+
version: "0.1.2",
12+
annotations: {
13+
destructiveHint: false,
14+
openWorldHint: true,
15+
readOnlyHint: false,
16+
},
1217
type: "action",
1318
props: {
1419
...common.props,

components/sendgrid/actions/validate-email/validate-email.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "sendgrid-validate-email",
77
name: "Validate Email",
88
description: "Validates an email address. This action requires a Sendgrid's Pro or Premier plan. [See the docs here](https://docs.sendgrid.com/api-reference/e-mail-address-validation/validate-an-email)",
9-
version: "0.0.5",
9+
version: "0.0.6",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
type: "action",
1116
props: {
1217
...common.props,

components/sendinblue/actions/add-or-update-contact/add-or-update-contact.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sendinblue-add-or-update-contact",
55
name: "Add or Update a contact",
66
description: "Add or Update a contact",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
sendinBlueApp,

components/sendinblue/actions/send-transactional-email/send-transactional-email.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sendinblue-send-transactional-email",
55
name: "Send Transactional Email",
66
description: "Send transactional email. [See the docs](https://developers.sendinblue.com/reference/sendtransacemail) for more information.",
7-
version: "0.0.4",
7+
version: "0.0.5",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
sendinBlueApp,

components/sendloop/actions/add-subscriber/add-subscriber.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sendloop-add-subscriber",
55
name: "Add Subscriber",
66
description: "Adds a new subscriber to a specified list.",
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
sendloop,

components/sendloop/actions/remove-subscriber/remove-subscriber.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "sendloop-remove-subscriber",
55
name: "Remove Subscriber",
66
description: "Unsubscribe an email address from your lists.",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
sendloop,

components/sendoso/actions/generate-egift-link/generate-egift-link.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import sendoso from "../../sendoso.app.mjs";
33
export default {
44
key: "sendoso-generate-egift-link",
55
name: "Generate eGift Link",
6-
version: "0.0.1",
6+
version: "0.0.2",
7+
annotations: {
8+
destructiveHint: false,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
description: "Generate a new E-Gift link [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/generate-egift-links/sending-a-e-gift)",
813
type: "action",
914
props: {

0 commit comments

Comments
 (0)