@smartytalent/mcp-tools 0.1.9 → 0.1.11

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.
Files changed (2) hide show
  1. package/dist/tools.json +361 -34
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2009,6 +2009,14 @@
2009
2009
  "archived"
2010
2010
  ]
2011
2011
  },
2012
+ "filterShortCode": {
2013
+ "type": "string",
2014
+ "description": "Filter talents by exact shortCode value."
2015
+ },
2016
+ "filterEmail": {
2017
+ "type": "string",
2018
+ "description": "Specifies the email address to filter the results."
2019
+ },
2012
2020
  "filterCreatedFrom": {
2013
2021
  "type": "string",
2014
2022
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -2494,6 +2502,10 @@
2494
2502
  },
2495
2503
  "source": {
2496
2504
  "type": "string"
2505
+ },
2506
+ "meta": {
2507
+ "type": "object",
2508
+ "additionalProperties": true
2497
2509
  }
2498
2510
  }
2499
2511
  },
@@ -2543,6 +2555,27 @@
2543
2555
  }
2544
2556
  }
2545
2557
  },
2558
+ "forms": {
2559
+ "title": "TalentRelationshipsFormsSchema",
2560
+ "type": "object",
2561
+ "properties": {
2562
+ "data": {
2563
+ "type": "array",
2564
+ "items": {
2565
+ "title": "TalentRelationshipsFormsDataSchema",
2566
+ "type": "object",
2567
+ "properties": {
2568
+ "type": {
2569
+ "type": "string"
2570
+ },
2571
+ "id": {
2572
+ "type": "string"
2573
+ }
2574
+ }
2575
+ }
2576
+ }
2577
+ }
2578
+ },
2546
2579
  "translations": {
2547
2580
  "title": "TalentRelationshipsTranslationsSchema",
2548
2581
  "type": "object",
@@ -2586,6 +2619,10 @@
2586
2619
  }
2587
2620
  }
2588
2621
  }
2622
+ },
2623
+ "meta": {
2624
+ "type": "object",
2625
+ "additionalProperties": true
2589
2626
  }
2590
2627
  }
2591
2628
  }
@@ -3084,6 +3121,10 @@
3084
3121
  },
3085
3122
  "source": {
3086
3123
  "type": "string"
3124
+ },
3125
+ "meta": {
3126
+ "type": "object",
3127
+ "additionalProperties": true
3087
3128
  }
3088
3129
  }
3089
3130
  }
@@ -3189,6 +3230,10 @@
3189
3230
  "archived"
3190
3231
  ]
3191
3232
  },
3233
+ "filterShortCode": {
3234
+ "type": "string",
3235
+ "description": "Filter jobs by exact shortCode value."
3236
+ },
3192
3237
  "filterCreatedFrom": {
3193
3238
  "type": "string",
3194
3239
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -3815,6 +3860,10 @@
3815
3860
  }
3816
3861
  }
3817
3862
  }
3863
+ },
3864
+ "meta": {
3865
+ "type": "object",
3866
+ "additionalProperties": true
3818
3867
  }
3819
3868
  }
3820
3869
  }
@@ -4446,6 +4495,10 @@
4446
4495
  "archived"
4447
4496
  ]
4448
4497
  },
4498
+ "filterShortCode": {
4499
+ "type": "string",
4500
+ "description": "Filter candidates by exact shortCode value."
4501
+ },
4449
4502
  "filterCreatedFrom": {
4450
4503
  "type": "string",
4451
4504
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -4825,6 +4878,10 @@
4825
4878
  "additionalProperties": {
4826
4879
  "$ref": "#/components/schemas/CandidateCriteriaSchema"
4827
4880
  }
4881
+ },
4882
+ "meta": {
4883
+ "type": "object",
4884
+ "additionalProperties": true
4828
4885
  }
4829
4886
  }
4830
4887
  },
@@ -4868,6 +4925,48 @@
4868
4925
  }
4869
4926
  }
4870
4927
  },
4928
+ "files": {
4929
+ "title": "CandidateRelationshipsFilesSchema",
4930
+ "type": "object",
4931
+ "properties": {
4932
+ "data": {
4933
+ "type": "array",
4934
+ "items": {
4935
+ "title": "CandidateRelationshipsFilesDataSchema",
4936
+ "type": "object",
4937
+ "properties": {
4938
+ "type": {
4939
+ "type": "string"
4940
+ },
4941
+ "id": {
4942
+ "type": "string"
4943
+ }
4944
+ }
4945
+ }
4946
+ }
4947
+ }
4948
+ },
4949
+ "forms": {
4950
+ "title": "CandidateRelationshipsFormsSchema",
4951
+ "type": "object",
4952
+ "properties": {
4953
+ "data": {
4954
+ "type": "array",
4955
+ "items": {
4956
+ "title": "CandidateRelationshipsFormsDataSchema",
4957
+ "type": "object",
4958
+ "properties": {
4959
+ "type": {
4960
+ "type": "string"
4961
+ },
4962
+ "id": {
4963
+ "type": "string"
4964
+ }
4965
+ }
4966
+ }
4967
+ }
4968
+ }
4969
+ },
4871
4970
  "translations": {
4872
4971
  "title": "CandidateRelationshipsTranslationsSchema",
4873
4972
  "type": "object",
@@ -4911,6 +5010,10 @@
4911
5010
  }
4912
5011
  }
4913
5012
  }
5013
+ },
5014
+ "meta": {
5015
+ "type": "object",
5016
+ "additionalProperties": true
4914
5017
  }
4915
5018
  }
4916
5019
  }
@@ -5303,6 +5406,10 @@
5303
5406
  "additionalProperties": {
5304
5407
  "$ref": "#/components/schemas/CandidateCriteriaSchema"
5305
5408
  }
5409
+ },
5410
+ "meta": {
5411
+ "type": "object",
5412
+ "additionalProperties": true
5306
5413
  }
5307
5414
  }
5308
5415
  }
@@ -5528,8 +5635,7 @@
5528
5635
  "title": "FileAttributesSchema",
5529
5636
  "type": "object",
5530
5637
  "required": [
5531
- "name",
5532
- "email"
5638
+ "name"
5533
5639
  ],
5534
5640
  "properties": {
5535
5641
  "name": {
@@ -5538,6 +5644,21 @@
5538
5644
  "status": {
5539
5645
  "type": "string"
5540
5646
  },
5647
+ "extension": {
5648
+ "type": "string"
5649
+ },
5650
+ "short_code": {
5651
+ "type": "string"
5652
+ },
5653
+ "source": {
5654
+ "type": "string"
5655
+ },
5656
+ "action": {
5657
+ "type": "string"
5658
+ },
5659
+ "type": {
5660
+ "type": "string"
5661
+ },
5541
5662
  "timestamps": {
5542
5663
  "title": "ResourceTimestampsSchema",
5543
5664
  "type": "object",
@@ -5577,6 +5698,13 @@
5577
5698
  }
5578
5699
  }
5579
5700
  }
5701
+ },
5702
+ "meta": {
5703
+ "title": "ResourceMetaSchema",
5704
+ "type": "object",
5705
+ "additionalProperties": {
5706
+ "type": "string"
5707
+ }
5580
5708
  }
5581
5709
  }
5582
5710
  }
@@ -5646,8 +5774,7 @@
5646
5774
  "title": "FileAttributesSchema",
5647
5775
  "type": "object",
5648
5776
  "required": [
5649
- "name",
5650
- "email"
5777
+ "name"
5651
5778
  ],
5652
5779
  "properties": {
5653
5780
  "name": {
@@ -5656,6 +5783,21 @@
5656
5783
  "status": {
5657
5784
  "type": "string"
5658
5785
  },
5786
+ "extension": {
5787
+ "type": "string"
5788
+ },
5789
+ "short_code": {
5790
+ "type": "string"
5791
+ },
5792
+ "source": {
5793
+ "type": "string"
5794
+ },
5795
+ "action": {
5796
+ "type": "string"
5797
+ },
5798
+ "type": {
5799
+ "type": "string"
5800
+ },
5659
5801
  "timestamps": {
5660
5802
  "title": "ResourceTimestampsSchema",
5661
5803
  "type": "object",
@@ -6367,10 +6509,6 @@
6367
6509
  "attributes": {
6368
6510
  "title": "EmailAttributesSchema",
6369
6511
  "type": "object",
6370
- "required": [
6371
- "name",
6372
- "email"
6373
- ],
6374
6512
  "properties": {
6375
6513
  "name": {
6376
6514
  "type": "string"
@@ -6378,6 +6516,43 @@
6378
6516
  "status": {
6379
6517
  "type": "string"
6380
6518
  },
6519
+ "emailFrom": {
6520
+ "type": "string"
6521
+ },
6522
+ "emailTo": {
6523
+ "type": "string"
6524
+ },
6525
+ "subject": {
6526
+ "type": "string"
6527
+ },
6528
+ "body": {
6529
+ "type": "string"
6530
+ },
6531
+ "shortCode": {
6532
+ "type": "string"
6533
+ },
6534
+ "source": {
6535
+ "type": "string"
6536
+ },
6537
+ "isReply": {
6538
+ "type": "boolean"
6539
+ },
6540
+ "isSendable": {
6541
+ "type": "boolean"
6542
+ },
6543
+ "isExternalSender": {
6544
+ "type": "boolean"
6545
+ },
6546
+ "ttl": {
6547
+ "type": "string"
6548
+ },
6549
+ "sendScheduleDate": {
6550
+ "type": "string"
6551
+ },
6552
+ "meta": {
6553
+ "type": "object",
6554
+ "additionalProperties": true
6555
+ },
6381
6556
  "timestamps": {
6382
6557
  "title": "ResourceTimestampsSchema",
6383
6558
  "type": "object",
@@ -6416,6 +6591,27 @@
6416
6591
  }
6417
6592
  }
6418
6593
  },
6594
+ "conversations": {
6595
+ "title": "EmailRelationshipsConversationsSchema",
6596
+ "type": "object",
6597
+ "properties": {
6598
+ "data": {
6599
+ "type": "array",
6600
+ "items": {
6601
+ "title": "EmailRelationshipsConversationsDataSchema",
6602
+ "type": "object",
6603
+ "properties": {
6604
+ "type": {
6605
+ "type": "string"
6606
+ },
6607
+ "id": {
6608
+ "type": "string"
6609
+ }
6610
+ }
6611
+ }
6612
+ }
6613
+ }
6614
+ },
6419
6615
  "translations": {
6420
6616
  "title": "EmailRelationshipsTranslationsSchema",
6421
6617
  "type": "object",
@@ -6474,6 +6670,10 @@
6474
6670
  }
6475
6671
  }
6476
6672
  }
6673
+ },
6674
+ "meta": {
6675
+ "type": "object",
6676
+ "additionalProperties": true
6477
6677
  }
6478
6678
  }
6479
6679
  }
@@ -6542,10 +6742,6 @@
6542
6742
  "attributes": {
6543
6743
  "title": "EmailAttributesSchema",
6544
6744
  "type": "object",
6545
- "required": [
6546
- "name",
6547
- "email"
6548
- ],
6549
6745
  "properties": {
6550
6746
  "name": {
6551
6747
  "type": "string"
@@ -6553,6 +6749,43 @@
6553
6749
  "status": {
6554
6750
  "type": "string"
6555
6751
  },
6752
+ "emailFrom": {
6753
+ "type": "string"
6754
+ },
6755
+ "emailTo": {
6756
+ "type": "string"
6757
+ },
6758
+ "subject": {
6759
+ "type": "string"
6760
+ },
6761
+ "body": {
6762
+ "type": "string"
6763
+ },
6764
+ "shortCode": {
6765
+ "type": "string"
6766
+ },
6767
+ "source": {
6768
+ "type": "string"
6769
+ },
6770
+ "isReply": {
6771
+ "type": "boolean"
6772
+ },
6773
+ "isSendable": {
6774
+ "type": "boolean"
6775
+ },
6776
+ "isExternalSender": {
6777
+ "type": "boolean"
6778
+ },
6779
+ "ttl": {
6780
+ "type": "string"
6781
+ },
6782
+ "sendScheduleDate": {
6783
+ "type": "string"
6784
+ },
6785
+ "meta": {
6786
+ "type": "object",
6787
+ "additionalProperties": true
6788
+ },
6556
6789
  "timestamps": {
6557
6790
  "title": "ResourceTimestampsSchema",
6558
6791
  "type": "object",
@@ -6680,15 +6913,14 @@
6680
6913
  "type": {
6681
6914
  "type": "string",
6682
6915
  "enum": [
6683
- "emails"
6916
+ "forms"
6684
6917
  ]
6685
6918
  },
6686
6919
  "attributes": {
6687
6920
  "title": "FormAttributesSchema",
6688
6921
  "type": "object",
6689
6922
  "required": [
6690
- "name",
6691
- "email"
6923
+ "name"
6692
6924
  ],
6693
6925
  "properties": {
6694
6926
  "name": {
@@ -6697,6 +6929,18 @@
6697
6929
  "status": {
6698
6930
  "type": "string"
6699
6931
  },
6932
+ "short_code": {
6933
+ "type": "string"
6934
+ },
6935
+ "content": {
6936
+ "type": "string"
6937
+ },
6938
+ "ttl": {
6939
+ "type": "string"
6940
+ },
6941
+ "source": {
6942
+ "type": "string"
6943
+ },
6700
6944
  "timestamps": {
6701
6945
  "title": "ResourceTimestampsSchema",
6702
6946
  "type": "object",
@@ -6808,8 +7052,7 @@
6808
7052
  "title": "FormAttributesSchema",
6809
7053
  "type": "object",
6810
7054
  "required": [
6811
- "name",
6812
- "email"
7055
+ "name"
6813
7056
  ],
6814
7057
  "properties": {
6815
7058
  "name": {
@@ -6818,6 +7061,18 @@
6818
7061
  "status": {
6819
7062
  "type": "string"
6820
7063
  },
7064
+ "short_code": {
7065
+ "type": "string"
7066
+ },
7067
+ "content": {
7068
+ "type": "string"
7069
+ },
7070
+ "ttl": {
7071
+ "type": "string"
7072
+ },
7073
+ "source": {
7074
+ "type": "string"
7075
+ },
6821
7076
  "timestamps": {
6822
7077
  "title": "ResourceTimestampsSchema",
6823
7078
  "type": "object",
@@ -8462,10 +8717,6 @@
8462
8717
  "attributes": {
8463
8718
  "title": "NoteAttributesSchema",
8464
8719
  "type": "object",
8465
- "required": [
8466
- "name",
8467
- "email"
8468
- ],
8469
8720
  "properties": {
8470
8721
  "name": {
8471
8722
  "type": "string"
@@ -8473,6 +8724,10 @@
8473
8724
  "status": {
8474
8725
  "type": "string"
8475
8726
  },
8727
+ "meta": {
8728
+ "type": "object",
8729
+ "additionalProperties": true
8730
+ },
8476
8731
  "timestamps": {
8477
8732
  "title": "ResourceTimestampsSchema",
8478
8733
  "type": "object",
@@ -8637,10 +8892,6 @@
8637
8892
  "attributes": {
8638
8893
  "title": "NoteAttributesSchema",
8639
8894
  "type": "object",
8640
- "required": [
8641
- "name",
8642
- "email"
8643
- ],
8644
8895
  "properties": {
8645
8896
  "name": {
8646
8897
  "type": "string"
@@ -8648,6 +8899,10 @@
8648
8899
  "status": {
8649
8900
  "type": "string"
8650
8901
  },
8902
+ "meta": {
8903
+ "type": "object",
8904
+ "additionalProperties": true
8905
+ },
8651
8906
  "timestamps": {
8652
8907
  "title": "ResourceTimestampsSchema",
8653
8908
  "type": "object",
@@ -9360,10 +9615,6 @@
9360
9615
  "attributes": {
9361
9616
  "title": "ConversationAttributesSchema",
9362
9617
  "type": "object",
9363
- "required": [
9364
- "name",
9365
- "email"
9366
- ],
9367
9618
  "properties": {
9368
9619
  "name": {
9369
9620
  "type": "string"
@@ -9371,6 +9622,10 @@
9371
9622
  "status": {
9372
9623
  "type": "string"
9373
9624
  },
9625
+ "meta": {
9626
+ "type": "object",
9627
+ "additionalProperties": true
9628
+ },
9374
9629
  "timestamps": {
9375
9630
  "title": "ResourceTimestampsSchema",
9376
9631
  "type": "object",
@@ -9478,10 +9733,6 @@
9478
9733
  "attributes": {
9479
9734
  "title": "ConversationAttributesSchema",
9480
9735
  "type": "object",
9481
- "required": [
9482
- "name",
9483
- "email"
9484
- ],
9485
9736
  "properties": {
9486
9737
  "name": {
9487
9738
  "type": "string"
@@ -9489,6 +9740,10 @@
9489
9740
  "status": {
9490
9741
  "type": "string"
9491
9742
  },
9743
+ "meta": {
9744
+ "type": "object",
9745
+ "additionalProperties": true
9746
+ },
9492
9747
  "timestamps": {
9493
9748
  "title": "ResourceTimestampsSchema",
9494
9749
  "type": "object",
@@ -10897,6 +11152,10 @@
10897
11152
  "archived"
10898
11153
  ]
10899
11154
  },
11155
+ "filterName": {
11156
+ "type": "string",
11157
+ "description": "Filter by workflow name."
11158
+ },
10900
11159
  "filterCreatedFrom": {
10901
11160
  "type": "string",
10902
11161
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -11132,8 +11391,76 @@
11132
11391
  "name": "create_run",
11133
11392
  "description": "Create Run",
11134
11393
  "inputSchema": {
11394
+ "title": "CreateRunRequestBody",
11135
11395
  "type": "object",
11136
- "properties": {}
11396
+ "required": [
11397
+ "data"
11398
+ ],
11399
+ "properties": {
11400
+ "data": {
11401
+ "title": "CreateRunRequestBodyData",
11402
+ "type": "object",
11403
+ "required": [
11404
+ "type",
11405
+ "attributes",
11406
+ "relationships"
11407
+ ],
11408
+ "properties": {
11409
+ "type": {
11410
+ "type": "string",
11411
+ "enum": [
11412
+ "runs"
11413
+ ]
11414
+ },
11415
+ "attributes": {
11416
+ "title": "RunAttributesSchema",
11417
+ "type": "object",
11418
+ "properties": {
11419
+ "triggerPayload": {
11420
+ "type": "object",
11421
+ "description": "The data payload for the workflow. Must include all required fields from the workflow requirements schema."
11422
+ }
11423
+ }
11424
+ },
11425
+ "relationships": {
11426
+ "title": "RunRelationshipsSchema",
11427
+ "type": "object",
11428
+ "required": [
11429
+ "workflows"
11430
+ ],
11431
+ "properties": {
11432
+ "workflows": {
11433
+ "type": "object",
11434
+ "properties": {
11435
+ "data": {
11436
+ "type": "array",
11437
+ "items": {
11438
+ "type": "object",
11439
+ "required": [
11440
+ "type",
11441
+ "id"
11442
+ ],
11443
+ "properties": {
11444
+ "type": {
11445
+ "type": "string",
11446
+ "enum": [
11447
+ "workflows"
11448
+ ]
11449
+ },
11450
+ "id": {
11451
+ "type": "string",
11452
+ "description": "The workflow ID to run."
11453
+ }
11454
+ }
11455
+ }
11456
+ }
11457
+ }
11458
+ }
11459
+ }
11460
+ }
11461
+ }
11462
+ }
11463
+ }
11137
11464
  },
11138
11465
  "_meta": {
11139
11466
  "method": "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",