Skip to content

Commit 74ab72d

Browse files
authored
[Auto-generated] MCP Annotations Batch 63/65 (#18583)
Automated pull request from mcp-annotations-63
1 parent 0fbbdb9 commit 74ab72d

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/you_need_a_budget/actions/get-account/get-account.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "you_need_a_budget-get-account",
55
name: "Get Account",
66
description: "Get an account specified by ID. [See the docs](https://api.ynab.com/v1#/Accounts/getAccountById)",
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/you_need_a_budget/actions/list-accounts/list-accounts.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "you_need_a_budget-list-accounts",
55
name: "List Accounts",
66
description: "List all accounts for a specific budget. [See the docs](https://api.ynab.com/v1#/Accounts/getAccounts)",
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/you_need_a_budget/actions/update-category-budget/update-category-budget.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "you_need_a_budget-update-category-budget",
55
name: "Update Category Budget",
66
description: "Update a category budget for a specific month. [See the docs](https://api.youneedabudget.com/v1#/Categories/updateMonthCategory)",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/you_need_a_budget/actions/update-transaction/update-transaction.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "you_need_a_budget-update-transaction",
66
name: "Update Transaction",
77
description: "Update an existing transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/updateTransaction)",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
app,

components/youtube_analytics_api/actions/get-video-metrics/get-video-metrics.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
name: "Get Video Metrics",
99
description:
1010
"Retrieve detailed analytics for a specific video. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query)",
11-
version: "0.0.2",
11+
version: "0.0.3",
12+
annotations: {
13+
destructiveHint: false,
14+
openWorldHint: true,
15+
readOnlyHint: true,
16+
},
1217
type: "action",
1318
props: {
1419
...common.props,

components/youtube_analytics_api/actions/list-channel-reports/list-channel-reports.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default {
99
name: "List Channel Reports",
1010
description:
1111
"Fetch summary analytics reports for a specified youtube channel. Optional filters include date range and report type. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query)",
12-
version: "0.0.2",
12+
version: "0.0.3",
13+
annotations: {
14+
destructiveHint: false,
15+
openWorldHint: true,
16+
readOnlyHint: true,
17+
},
1318
type: "action",
1419
additionalProps() {
1520
const {

components/youtube_analytics_api/actions/query-custom-analytics/query-custom-analytics.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
name: "Query Custom Analytics",
99
description:
1010
"Execute a custom analytics query using specified metrics, dimensions, filters, and date ranges. Requires query parameters to configure. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query).",
11-
version: "0.0.2",
11+
version: "0.0.3",
12+
annotations: {
13+
destructiveHint: false,
14+
openWorldHint: true,
15+
readOnlyHint: true,
16+
},
1217
type: "action",
1318
props: {
1419
...common.props,

components/youtube_data_api/actions/add-playlist-items/add-playlist-items.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "youtube_data_api-add-playlist-items",
77
name: "Add Playlist Items",
88
description: "Adds resources to a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information",
9-
version: "0.0.2",
9+
version: "0.0.3",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
youtubeDataApi,

components/youtube_data_api/actions/channel-statistics/channel-statistics.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "youtube_data_api-channel-statistics",
88
name: "Channel Statistics",
99
description: "Returns statistics from my YouTube Channel or by id. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/list) for more information",
10-
version: "0.0.4",
10+
version: "0.0.5",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: true,
15+
},
1116
type: "action",
1217
props: {
1318
youtubeDataApi,

components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "youtube_data_api-create-comment-thread",
77
name: "Create Comment Thread",
88
description: "Creates a new top-level comment in a video. [See the documentation](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information",
9-
version: "0.0.2",
9+
version: "0.0.3",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
youtubeDataApi,

0 commit comments

Comments
 (0)