@smartytalent/mcp-tools 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.json +17 -20
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -13400,31 +13400,28 @@
|
|
|
13400
13400
|
"title": "RunRelationshipsSchema",
|
|
13401
13401
|
"type": "object",
|
|
13402
13402
|
"required": [
|
|
13403
|
-
"
|
|
13403
|
+
"workflow"
|
|
13404
13404
|
],
|
|
13405
13405
|
"properties": {
|
|
13406
|
-
"
|
|
13406
|
+
"workflow": {
|
|
13407
13407
|
"type": "object",
|
|
13408
13408
|
"properties": {
|
|
13409
13409
|
"data": {
|
|
13410
|
-
"type": "
|
|
13411
|
-
"
|
|
13412
|
-
"type"
|
|
13413
|
-
"
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
"
|
|
13419
|
-
"
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
"
|
|
13425
|
-
"type": "string",
|
|
13426
|
-
"description": "The workflow ID to run."
|
|
13427
|
-
}
|
|
13410
|
+
"type": "object",
|
|
13411
|
+
"required": [
|
|
13412
|
+
"type",
|
|
13413
|
+
"id"
|
|
13414
|
+
],
|
|
13415
|
+
"properties": {
|
|
13416
|
+
"type": {
|
|
13417
|
+
"type": "string",
|
|
13418
|
+
"enum": [
|
|
13419
|
+
"workflows"
|
|
13420
|
+
]
|
|
13421
|
+
},
|
|
13422
|
+
"id": {
|
|
13423
|
+
"type": "string",
|
|
13424
|
+
"description": "The workflow ID to run."
|
|
13428
13425
|
}
|
|
13429
13426
|
}
|
|
13430
13427
|
}
|