Skip to content

Commit 75611a7

Browse files
authored
[Auto-generated] MCP Annotations Batch 46/65 (#18566)
Automated pull request from mcp-annotations-46
1 parent 93b6023 commit 75611a7

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/range/actions/find-user/find-user.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Find User",
66
description: "Finds a user by email address. [See the docs](https://www.range.co/docs/api#rpc-find-user).",
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
app,
1116
email: {

components/rapid_url_indexer/actions/download-project-report/download-project-report.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Download Project Report",
77
description: "Download the report for a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).",
88
type: "action",
9-
version: "0.0.2",
9+
version: "0.0.3",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
props: {
1116
rapidUrlIndexer,
1217
projectId: {

components/rapid_url_indexer/actions/get-project-status/get-project-status.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get Project Status",
66
description: "Get the status of a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).",
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
rapidUrlIndexer,
1116
projectId: {

components/rapid_url_indexer/actions/submit-project/submit-project.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Submit Project",
66
description: "Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/).",
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
rapidUrlIndexer,
1116
name: {

components/reachmail/actions/opt-out-recipient-from-list/opt-out-recipient-from-list.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "reachmail-opt-out-recipient-from-list",
55
name: "Opt Out Recipient From List",
66
description: "The action will remove the recipient from the specified list. [See the documentation](https://services.reachmail.net/)",
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
reachmail,

components/readwise/actions/get-highlight-details/get-highlight-details.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "readwise-get-highlight-details",
55
name: "Get Highlight Details",
66
description: "Get Highlight´s Details [See the docs here](https://readwise.io/api_deets)",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
readwise,

components/readwise/actions/list-highlights/list-highlights.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "readwise-list-highlights",
55
name: "List Highlights",
66
description: "A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. [See the docs here](https://readwise.io/api_deets)",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
readwise,

components/real_id/actions/create-id-check/create-id-check.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "real_id-create-id-check",
55
name: "Create ID Check",
66
description: "Create a new ID check for a user. [See the documentation](https://getverdict.com/help/docs/api/checks#create-an-id-check).",
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
app,

components/real_id/actions/delete-id-check/delete-id-check.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "real_id-delete-id-check",
55
name: "Delete ID Check",
66
description: "Permanently delete all data associated with a specific ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#delete-id-check-data).",
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
app,

components/real_id/actions/get-id-check/get-id-check.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "real_id-get-id-check",
55
name: "Get ID Check",
66
description: "Retrieve an ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#retrieve-an-id-check).",
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
app,

0 commit comments

Comments
 (0)