@smartytalent/mcp-tools 0.1.33-dev.95 → 0.1.33-dev.97
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 +99 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -17091,6 +17091,105 @@
|
|
|
17091
17091
|
}
|
|
17092
17092
|
}
|
|
17093
17093
|
}
|
|
17094
|
+
},
|
|
17095
|
+
"chats": {
|
|
17096
|
+
"title": "ConversationRelationshipsChatsSchema",
|
|
17097
|
+
"type": "object",
|
|
17098
|
+
"properties": {
|
|
17099
|
+
"data": {
|
|
17100
|
+
"type": "array",
|
|
17101
|
+
"items": {
|
|
17102
|
+
"title": "ConversationRelationshipsChatsDataSchema",
|
|
17103
|
+
"type": "object",
|
|
17104
|
+
"properties": {
|
|
17105
|
+
"type": {
|
|
17106
|
+
"type": "string"
|
|
17107
|
+
},
|
|
17108
|
+
"id": {
|
|
17109
|
+
"type": "string"
|
|
17110
|
+
}
|
|
17111
|
+
}
|
|
17112
|
+
}
|
|
17113
|
+
}
|
|
17114
|
+
}
|
|
17115
|
+
},
|
|
17116
|
+
"calls": {
|
|
17117
|
+
"title": "ConversationRelationshipsCallsSchema",
|
|
17118
|
+
"type": "object",
|
|
17119
|
+
"properties": {
|
|
17120
|
+
"data": {
|
|
17121
|
+
"type": "array",
|
|
17122
|
+
"items": {
|
|
17123
|
+
"title": "ConversationRelationshipsCallsDataSchema",
|
|
17124
|
+
"type": "object",
|
|
17125
|
+
"properties": {
|
|
17126
|
+
"type": {
|
|
17127
|
+
"type": "string"
|
|
17128
|
+
},
|
|
17129
|
+
"id": {
|
|
17130
|
+
"type": "string"
|
|
17131
|
+
}
|
|
17132
|
+
}
|
|
17133
|
+
}
|
|
17134
|
+
}
|
|
17135
|
+
}
|
|
17136
|
+
},
|
|
17137
|
+
"meetings": {
|
|
17138
|
+
"title": "ConversationRelationshipsMeetingsSchema",
|
|
17139
|
+
"type": "object",
|
|
17140
|
+
"properties": {
|
|
17141
|
+
"data": {
|
|
17142
|
+
"type": "array",
|
|
17143
|
+
"items": {
|
|
17144
|
+
"title": "ConversationRelationshipsMeetingsDataSchema",
|
|
17145
|
+
"type": "object",
|
|
17146
|
+
"properties": {
|
|
17147
|
+
"type": {
|
|
17148
|
+
"type": "string"
|
|
17149
|
+
},
|
|
17150
|
+
"id": {
|
|
17151
|
+
"type": "string"
|
|
17152
|
+
}
|
|
17153
|
+
}
|
|
17154
|
+
}
|
|
17155
|
+
}
|
|
17156
|
+
}
|
|
17157
|
+
},
|
|
17158
|
+
"talent": {
|
|
17159
|
+
"title": "ConversationRelationshipsTalentSchema",
|
|
17160
|
+
"type": "object",
|
|
17161
|
+
"properties": {
|
|
17162
|
+
"data": {
|
|
17163
|
+
"title": "ConversationRelationshipsTalentDataSchema",
|
|
17164
|
+
"type": "object",
|
|
17165
|
+
"properties": {
|
|
17166
|
+
"type": {
|
|
17167
|
+
"type": "string"
|
|
17168
|
+
},
|
|
17169
|
+
"id": {
|
|
17170
|
+
"type": "string"
|
|
17171
|
+
}
|
|
17172
|
+
}
|
|
17173
|
+
}
|
|
17174
|
+
}
|
|
17175
|
+
},
|
|
17176
|
+
"job": {
|
|
17177
|
+
"title": "ConversationRelationshipsJobSchema",
|
|
17178
|
+
"type": "object",
|
|
17179
|
+
"properties": {
|
|
17180
|
+
"data": {
|
|
17181
|
+
"title": "ConversationRelationshipsJobDataSchema",
|
|
17182
|
+
"type": "object",
|
|
17183
|
+
"properties": {
|
|
17184
|
+
"type": {
|
|
17185
|
+
"type": "string"
|
|
17186
|
+
},
|
|
17187
|
+
"id": {
|
|
17188
|
+
"type": "string"
|
|
17189
|
+
}
|
|
17190
|
+
}
|
|
17191
|
+
}
|
|
17192
|
+
}
|
|
17094
17193
|
}
|
|
17095
17194
|
}
|
|
17096
17195
|
}
|