Skip to content

Commit edc3ea0

Browse files
committed
feat: MCP annotations batch 65/65 (66 components)
1 parent 61d0151 commit edc3ea0

File tree

66 files changed

+396
-66
lines changed

Some content is hidden

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

66 files changed

+396
-66
lines changed

components/zoho_salesiq/actions/create-article/create-article.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Create Article",
66
description: "Create a new article. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/create-articles-v2.html)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
zohoSalesIQ,
1116
screenName: {

components/zoho_salesiq/actions/get-visitor-feedback/get-visitor-feedback.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get Visitor Feedback",
66
description: "Retrieve visitor feedback by conversation ID. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/get-a-visitor-feedback-v2.html)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
zohoSalesIQ,
1116
screenName: {

components/zoho_salesiq/actions/list-feedback/list-feedback.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Feedback",
66
description: "Retrieve a list of feedback from website visitors. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/visitor-feedback-v2.html)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
zohoSalesIQ,
1116
screenName: {

components/zoho_sheet/actions/create-row/create-row.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "zoho_sheet-create-row",
66
name: "Create Row",
77
description: "Creates a new row in the specified worksheet. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
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
zohoSheet,

components/zoho_sheet/actions/search-delete-row/search-delete-row.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "zoho_sheet-search-delete-row",
77
name: "Search and Delete Row",
88
description: "Searches for a row based on provided criteria and deletes it. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: true,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
zohoSheet,

components/zoho_sheet/actions/update-row/update-row.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "zoho_sheet-update-row",
66
name: "Update Row",
77
description: "Finds a specific row by its index and updates its content. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
zohoSheet,

components/zoho_sign/actions/get-document-details/get-document-details.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get Document Details",
66
description: "Get the details of a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-details-of-a-particular-document)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
zohoSign,
1116
documentId: {

components/zoho_sign/actions/get-document-form-detail/get-document-form-detail.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get Document Form Detail",
66
description: "Retrieves the filled field data for a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-document-form-data)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
zohoSign,
1116
documentId: {

components/zoho_sign/actions/send-document/send-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Send Document",
66
description: "Sends a document to the designated recipients for their signatures. [See the documentation](https://www.zoho.com/sign/api/#send-document-out-for-signature-using-templates)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
zohoSign,
1116
templateId: {

components/zoho_sprints/actions/create-item/create-item.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "zoho_sprints-create-item",
55
name: "Create Item",
66
description: "Creates a new task, story, or bug in an existing Zoho Sprints project. [See the documentation](https://sprints.zoho.com/apidoc.html#Createitem)",
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
zohoSprints,

0 commit comments

Comments
 (0)