Skip to content

Commit 7dcf000

Browse files
committed
feat: MCP annotations batch 59/65 (100 components)
1 parent 61d0151 commit 7dcf000

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/typeform/actions/get-form/get-form.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get a Form",
66
description: "Select a specific form to get the data. [See the docs here](https://developer.typeform.com/create/reference/retrieve-form/)",
77
type: "action",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
typeform,
1116
formId: {

components/typeform/actions/list-forms/list-forms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Forms",
66
description: "Retrieves a list of forms. [See the docs here](https://developer.typeform.com/create/reference/retrieve-forms/)",
77
type: "action",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
typeform,
1116
search: {

components/typeform/actions/list-images/list-images.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Images",
66
description: "Retrieves a list of JSON descriptions for all images in your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/retrieve-images-collection/)",
77
type: "action",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
typeform,
1116
},

components/typeform/actions/list-responses/list-responses.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default {
99
name: "List Responses",
1010
description: "Returns form responses and date and time of form landing and submission. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/)",
1111
type: "action",
12-
version: "0.0.2",
12+
version: "0.0.3",
13+
annotations: {
14+
destructiveHint: false,
15+
openWorldHint: true,
16+
readOnlyHint: true,
17+
},
1318
props: {
1419
typeform,
1520
formId: {

components/typeform/actions/lookup-responses/lookup-responses.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Lookup Responses",
66
description: "Search for responses with the `query` property. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/)",
77
type: "action",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
typeform,
1116
formId: {

components/typeform/actions/update-dropdown-multiple-choice-ranking/update-dropdown-multiple-choice-ranking.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
name: "Update Dropdown, Multiple Choice or Ranking",
88
description: "Update a dropdown, multiple choice, or ranking field's choices. [See the docs here](https://developer.typeform.com/create/reference/update-form/)",
99
type: "action",
10-
version: "0.0.2",
10+
version: "0.0.3",
11+
annotations: {
12+
destructiveHint: true,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
props: {
1217
typeform,
1318
formId: {

components/typeform/actions/update-form-title/update-form-title.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
name: "Update Form Title",
99
description: "Updates an existing form's title. [See the docs here](https://developer.typeform.com/create/reference/update-form-patch/)",
1010
type: "action",
11-
version: "0.0.2",
11+
version: "0.0.3",
12+
annotations: {
13+
destructiveHint: true,
14+
openWorldHint: true,
15+
readOnlyHint: false,
16+
},
1217
props: {
1318
typeform,
1419
formId: {

components/typefully/actions/create-draft/create-draft.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "typefully-create-draft",
55
name: "Create Draft",
66
description: "Creates a new draft in Typefully. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf)",
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
typefully,

components/typefully/actions/schedule-draft-next-slot/schedule-draft-next-slot.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "typefully-schedule-draft-next-slot",
55
name: "Schedule Draft Next Slot",
66
description: "Schedules an existing draft for publication in the next available time slot. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf)",
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
typefully,

components/typefully/actions/schedule-draft/schedule-draft.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "typefully-schedule-draft",
55
name: "Schedule Draft",
66
description: "Schedules a draft for publication at a specific date and time. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf)",
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
typefully,

0 commit comments

Comments
 (0)