@smartytalent/mcp-tools 0.1.33-dev.80 → 0.1.33-dev.82
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 +29 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16679,6 +16679,28 @@
|
|
|
16679
16679
|
}
|
|
16680
16680
|
}
|
|
16681
16681
|
}
|
|
16682
|
+
},
|
|
16683
|
+
"emails": {
|
|
16684
|
+
"title": "ConversationRelationshipsEmailsSchema",
|
|
16685
|
+
"type": "array",
|
|
16686
|
+
"items": {
|
|
16687
|
+
"title": "ConversationRelationshipsEmailsInnerSchema",
|
|
16688
|
+
"type": "object",
|
|
16689
|
+
"properties": {
|
|
16690
|
+
"data": {
|
|
16691
|
+
"title": "ConversationRelationshipsEmailsDataSchema",
|
|
16692
|
+
"type": "object",
|
|
16693
|
+
"properties": {
|
|
16694
|
+
"type": {
|
|
16695
|
+
"type": "string"
|
|
16696
|
+
},
|
|
16697
|
+
"id": {
|
|
16698
|
+
"type": "string"
|
|
16699
|
+
}
|
|
16700
|
+
}
|
|
16701
|
+
}
|
|
16702
|
+
}
|
|
16703
|
+
}
|
|
16682
16704
|
}
|
|
16683
16705
|
}
|
|
16684
16706
|
}
|
|
@@ -20657,14 +20679,15 @@
|
|
|
20657
20679
|
},
|
|
20658
20680
|
"filterType": {
|
|
20659
20681
|
"type": "string",
|
|
20660
|
-
"description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports).",
|
|
20682
|
+
"description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports, briefs).",
|
|
20661
20683
|
"enum": [
|
|
20662
20684
|
"talents",
|
|
20663
20685
|
"candidates",
|
|
20664
20686
|
"jobs",
|
|
20665
20687
|
"emails",
|
|
20666
20688
|
"users",
|
|
20667
|
-
"reports"
|
|
20689
|
+
"reports",
|
|
20690
|
+
"briefs"
|
|
20668
20691
|
]
|
|
20669
20692
|
},
|
|
20670
20693
|
"filterCreatedFrom": {
|
|
@@ -20751,7 +20774,8 @@
|
|
|
20751
20774
|
"jobs",
|
|
20752
20775
|
"emails",
|
|
20753
20776
|
"users",
|
|
20754
|
-
"reports"
|
|
20777
|
+
"reports",
|
|
20778
|
+
"briefs"
|
|
20755
20779
|
],
|
|
20756
20780
|
"description": "The type of search to perform"
|
|
20757
20781
|
},
|
|
@@ -21022,7 +21046,8 @@
|
|
|
21022
21046
|
"jobs",
|
|
21023
21047
|
"emails",
|
|
21024
21048
|
"users",
|
|
21025
|
-
"reports"
|
|
21049
|
+
"reports",
|
|
21050
|
+
"briefs"
|
|
21026
21051
|
],
|
|
21027
21052
|
"description": "The type of search to perform"
|
|
21028
21053
|
},
|