Skip to content

Commit c5e5199

Browse files
authored
[Auto-generated] MCP Annotations Batch 41/65 (#18561)
Automated pull request from mcp-annotations-41
1 parent f16e1bd commit c5e5199

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/peerdom/actions/update-role/update-role.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "peerdom-update-role",
77
name: "Update Role",
88
description: "Update an existing role's attributes such as name, description, or linked domains. [See the documentation](https://api.peerdom.org/v1/docs)",
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
peerdom,

components/pencil_spaces/actions/create-space/create-space.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "pencil_spaces-create-space",
77
name: "Create A Space",
88
description: "Create a new space in Pencil Spaces. [See the documentation](https://api.pencilspaces.com/reference#tag/spaces/POST/spaces/create)",
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
pencilSpaces,

components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ export default {
1212
key: "pennylane-create-billing-subscription",
1313
name: "Create Billing Subscription",
1414
description: "Creates a billing subscription for a customer. [See the documentation](https://pennylane.readme.io/reference/billing_subscriptions-post-1).",
15-
version: "0.0.1",
15+
version: "0.0.2",
16+
annotations: {
17+
destructiveHint: false,
18+
openWorldHint: true,
19+
readOnlyHint: false,
20+
},
1621
type: "action",
1722
props: {
1823
pennylane,

components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ export default {
1111
key: "pennylane-create-customer-invoice",
1212
name: "Create Customer Invoice",
1313
description: "Generates a new invoice for a customer using Pennylane. [See the documentation](https://pennylane.readme.io/reference/customer_invoices-post-1)",
14-
version: "0.0.1",
14+
version: "0.0.2",
15+
annotations: {
16+
destructiveHint: false,
17+
openWorldHint: true,
18+
readOnlyHint: false,
19+
},
1520
type: "action",
1621
props: {
1722
pennylane,

components/pennylane/actions/create-customer/create-customer.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export default {
1010
key: "pennylane-create-customer",
1111
name: "Create Customer",
1212
description: "Creates a new customer in Pennylane. [See the documentation](https://pennylane.readme.io/reference/customers-post-1)",
13-
version: "0.0.1",
13+
version: "0.0.2",
14+
annotations: {
15+
destructiveHint: false,
16+
openWorldHint: true,
17+
readOnlyHint: false,
18+
},
1419
type: "action",
1520
props: {
1621
pennylane,

components/people_data_labs/actions/enrich-company/enrich-company.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "people_data_labs-enrich-company",
55
name: "Enrich a company",
66
description: "The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. [See the docs here](https://docs.peopledatalabs.com/docs/reference-company-enrichment-api)",
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
app,

components/people_data_labs/actions/enrich-person/enrich-person.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "people_data_labs-enrich-person",
55
name: "Enrich a person",
66
description: "The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-enrichment-api)",
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
app,

components/people_data_labs/actions/search-people/search-people.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "people_data_labs-search-people",
66
name: "Search People",
77
description: "Find specific segments of people that you need to power your projects and products. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-search-api)",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
app,

components/perplexity/actions/chat-completions/chat-completions.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "perplexity-chat-completions",
55
name: "Chat Completions",
66
description: "Generates a model's response for the given chat conversation. [See the documentation](https://docs.perplexity.ai/reference/post_chat_completions)",
7-
version: "0.0.5",
7+
version: "0.0.6",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/personio/actions/create-application/create-application.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ import personio from "../../personio.app.mjs";
77
export default {
88
key: "personio-create-application",
99
name: "Create Application",
10-
version: "0.0.1",
10+
version: "0.0.2",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
description: "Creates a new application. [See the documentation](https://developer.personio.de/reference/post_v1-recruiting-applications)",
1217
type: "action",
1318
props: {

0 commit comments

Comments
 (0)