Skip to content

Commit f16e1bd

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

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/pandadoc/actions/download-document/download-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
description:
88
"Download a document as PDF. [See documentation here](https://developers.pandadoc.com/reference/download-document)",
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
id: {

components/pandadoc/actions/download-protected-document/download-protected-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
description:
88
"Download a completed document as a verifiable PDF. [See documentation here](https://developers.pandadoc.com/reference/download-protected-document)",
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
id: {

components/pandadoc/actions/get-document-status/get-document-status.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
description:
77
"Get basic status info about a document. [See documentation here](https://developers.pandadoc.com/reference/document-status)",
88
type: "action",
9-
version: "0.0.3",
9+
version: "0.0.4",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
props: {
1116
app,
1217
id: {

components/pandadoc/actions/list-contacts/list-contacts.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Contacts",
66
description: "List all contacts within an account. [See the documentation here](https://developers.pandadoc.com/reference/list-contacts)",
77
type: "action",
8-
version: "0.0.7",
8+
version: "0.0.8",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
},

components/pandadoc/actions/list-document-attachments/list-document-attachments.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Document Attachments",
66
description: "Returns a list of attachments associated with a specified document. [See the documentation here](https://developers.pandadoc.com/reference/list-attachment)",
77
type: "action",
8-
version: "0.0.7",
8+
version: "0.0.8",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
documentId: {

components/pandadoc/actions/list-documents/list-documents.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "List Documents",
77
description: "List documents, optionally filtering by a search query or tags. [See the documentation here](https://developers.pandadoc.com/reference/list-documents)",
88
type: "action",
9-
version: "0.0.7",
9+
version: "0.0.8",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
props: {
1116
app,
1217
query: {

components/pandadoc/actions/list-folders/list-folders.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Folders",
66
description: "List folders which contain Documents. [See the documentation here](https://developers.pandadoc.com/reference/list-documents-folders)",
77
type: "action",
8-
version: "0.0.6",
8+
version: "0.0.7",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
parentFolderId: {

components/pandadoc/actions/send-document/send-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Send Document",
66
description: "Move a document to sent status and send an optional email. [See the documentation](https://developers.pandadoc.com/reference/send-document)",
77
type: "action",
8-
version: "0.0.7",
8+
version: "0.0.8",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
documentId: {

components/papersign/actions/copy-document/copy-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "papersign-copy-document",
55
name: "Copy Document",
66
description: "Duplicates a given document. [See the documentation](https://paperform.readme.io/reference/papersigncopydocument)",
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
papersign,

components/papersign/actions/get-document/get-document.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "papersign-get-document",
55
name: "Get Document",
66
description: "Retrieve a document using a specified ID. [See the documentation](https://paperform.readme.io/reference/getpapersigndocument)",
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
papersign,

0 commit comments

Comments
 (0)