Skip to content

Commit c58a667

Browse files
authored
[Auto-generated] MCP Annotations Batch 55/65 (#18575)
Automated pull request from mcp-annotations-55
1 parent 023792c commit c58a667

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/teach_n_go/actions/create-prospect/create-prospect.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "teach_n_go-create-prospect",
55
name: "Create Prospect",
66
description: "Creates a new prospect inside Teach 'n Go. [See the documentation](https://intercom.help/teach-n-go/en/articles/5750592-prospect-registration-api)",
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/teach_n_go/actions/create-student/create-student.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "teach_n_go-create-student",
66
name: "Create Student",
77
description: "Registers a new student in Teach 'n Go. [See the documentation](https://intercom.help/teach-n-go/en/articles/6807235-new-student-and-class-registration-api)",
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
app,

components/teachable/actions/create-student/create-student.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "teachable-create-student",
66
name: "Create Student",
77
description: "Creates a new student. [See the documentation](https://docs.teachable.com/reference/createuser)",
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
teachable,

components/teachable/actions/search-users/search-users.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "teachable-search-users",
55
name: "Search Users",
66
description: "Searches for a user by email address. [See the documentation](https://docs.teachable.com/reference/listusers)",
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
teachable,

components/teachable/actions/update-student/update-student.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "teachable-update-student",
55
name: "Update Student",
66
description: "Updates an existing student. [See the documentation](https://docs.teachable.com/reference/updateuser)",
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
teachable,

components/team_sms/actions/get-phone-numbers-owned/get-phone-numbers-owned.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "team_sms-get-phone-numbers-owned",
55
name: "Get Phone Numbers Owned",
66
description: "Retrieve all phone numbers owned by the user. [See the documentation](https://teamsms.io/api-doc)",
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,

components/teamcamp/actions/create-project/create-project.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "teamcamp-create-project",
55
name: "Create Project",
66
description: "Create a new project in the Workspace. [See the documentation](https://api.teamcamp.app/api-reference/project/createProject)",
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/teamcamp/actions/create-task/create-task.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "teamcamp-create-task",
55
name: "Create Task",
66
description: "Create a new task in the Project. [See the documentation](https://api.teamcamp.app/api-reference/task/createTask)",
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/teamgantt/actions/create-task/create-task.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import teamgantt from "../../teamgantt.app.mjs";
33
export default {
44
key: "teamgantt-create-task",
55
name: "Create Task",
6-
version: "0.0.1",
6+
version: "0.0.2",
7+
annotations: {
8+
destructiveHint: false,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
description: "Creates a new task within a specific project. [See the documentation](https://api.teamgantt.com)",
813
type: "action",
914
props: {

components/teamgantt/actions/update-task/update-task.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import teamgantt from "../../teamgantt.app.mjs";
33
export default {
44
key: "teamgantt-update-task",
55
name: "Update Task",
6-
version: "0.0.1",
6+
version: "0.0.2",
7+
annotations: {
8+
destructiveHint: true,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
description: "Updates a specific task. [See the documentation](https://api.teamgantt.com)",
813
type: "action",
914
props: {

0 commit comments

Comments
 (0)