Skip to content

Commit 586e349

Browse files
authored
[Auto-generated] MCP Annotations Batch 49/65 (#18569)
Automated pull request from mcp-annotations-49
1 parent a20eeab commit 586e349

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/scale_ai/actions/create-text-annotation-task/create-text-annotation-task.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
name: "Create Text Annotation Task",
88
description: "Create a text annotation task. [See the documentation](https://docs.scale.com/reference/text-collection)",
99
type: "action",
10-
version: "0.0.2",
10+
version: "0.0.3",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
props: {
1217
app,
1318
project: {

components/scoredetect/actions/create-timestamp-file/create-timestamp-file.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "scoredetect-create-timestamp-file",
66
name: "Create Certificate from File",
77
description: "Creates a timestamped blockchain certificate using a provided file (local or URL). [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate)",
8-
version: "0.1.1",
8+
version: "0.1.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
scoreDetect,

components/scoredetect/actions/create-timestamp-text/create-timestamp-text.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scoredetect-create-timestamp-text",
55
name: "Create Timestamped Blockchain Certificate",
66
description: "Creates a timestamped blockchain certificate using the provided text. [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate)",
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
scoreDetect,

components/scrape_it_cloud/actions/start-scraping/start-scraping.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Start Scraping",
77
description: "Initiate the scraping process for a specific endpoint. [See the documentation here](https://scrape-it.cloud/docs/api-features/basic-request).",
88
type: "action",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
props: {
1116
app,
1217
url: {

components/scrapegraphai/actions/start-local-scraper/start-local-scraper.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scrapegraphai-start-local-scraper",
55
name: "Start Local Scraper",
66
description: "Extract content from HTML content using AI by providing a natural language prompt and the HTML content. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/localscraper/start)",
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
scrapegraphai,

components/scrapegraphai/actions/start-markdownify/start-markdownify.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scrapegraphai-start-markdownify",
55
name: "Start Markdownify",
66
description: "Convert any webpage into clean, readable Markdown format. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start)",
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
scrapegraphai,

components/scrapegraphai/actions/start-smart-scraper/start-smart-scraper.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scrapegraphai-start-smart-scraper",
55
name: "Start Smart Scraper",
66
description: "Extract content from a webpage using AI by providing a natural language prompt and a URL. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start).",
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
scrapegraphai,

components/scrapeless/actions/crawler/crawler.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scrapeless-crawler",
55
name: "Crawler",
66
description: "Crawl any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-17509010).",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
scrapeless,

components/scrapeless/actions/get-scrape-result/get-scrape-result.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "scrapeless-get-scrape-result",
55
name: "Get Scrape Result",
66
description: "Retrieve the result of a completed scraping job. [See the documentation](https://apidocs.scrapeless.com/api-11949853)",
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
scrapeless,

components/scrapeless/actions/scraping-api/scraping-api.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ export default {
1313
key: "scrapeless-scraping-api",
1414
name: "Scraping API",
1515
description: "Endpoints for fresh, structured data from 100+ popular sites. [See the documentation](https://apidocs.scrapeless.com/api-12919045).",
16-
version: "0.0.2",
16+
version: "0.0.3",
17+
annotations: {
18+
destructiveHint: false,
19+
openWorldHint: true,
20+
readOnlyHint: false,
21+
},
1722
type: "action",
1823
props: {
1924
scrapeless,

0 commit comments

Comments
 (0)