@smartytalent/mcp-tools 0.9.24 → 0.9.26

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 +482 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -3829,6 +3829,24 @@
3829
3829
  "isTalentPool": {
3830
3830
  "type": "boolean"
3831
3831
  },
3832
+ "lastActivityAt": {
3833
+ "type": "string",
3834
+ "format": "date-time",
3835
+ "description": "The last time something happened with this person on our side - an application, an email sent to or received from them (stamped by the talent service from events, 2026-09-07). On the row and here only, not in the finder document."
3836
+ },
3837
+ "lastActivityType": {
3838
+ "type": "string",
3839
+ "enum": [
3840
+ "application",
3841
+ "email"
3842
+ ],
3843
+ "description": "What lastActivityAt refers to."
3844
+ },
3845
+ "availabilityDeclaredAt": {
3846
+ "type": "string",
3847
+ "format": "date-time",
3848
+ "description": "When the person last stated their availability - the analysis that wrote the criterion (CV, application, an applied talents:update) or a PATCH carrying it (2026-09-07). Also on the finder tile as summary.availability.declaredAt."
3849
+ },
3832
3850
  "ttl": {
3833
3851
  "type": "string"
3834
3852
  },
@@ -4480,6 +4498,24 @@
4480
4498
  "isTalentPool": {
4481
4499
  "type": "boolean"
4482
4500
  },
4501
+ "lastActivityAt": {
4502
+ "type": "string",
4503
+ "format": "date-time",
4504
+ "description": "The last time something happened with this person on our side - an application, an email sent to or received from them (stamped by the talent service from events, 2026-09-07). On the row and here only, not in the finder document."
4505
+ },
4506
+ "lastActivityType": {
4507
+ "type": "string",
4508
+ "enum": [
4509
+ "application",
4510
+ "email"
4511
+ ],
4512
+ "description": "What lastActivityAt refers to."
4513
+ },
4514
+ "availabilityDeclaredAt": {
4515
+ "type": "string",
4516
+ "format": "date-time",
4517
+ "description": "When the person last stated their availability - the analysis that wrote the criterion (CV, application, an applied talents:update) or a PATCH carrying it (2026-09-07). Also on the finder tile as summary.availability.declaredAt."
4518
+ },
4483
4519
  "ttl": {
4484
4520
  "type": "string"
4485
4521
  },
@@ -4612,6 +4648,32 @@
4612
4648
  "operationId": "talentOptions"
4613
4649
  }
4614
4650
  },
4651
+ {
4652
+ "name": "show_talent_report",
4653
+ "description": "Show Talent Report",
4654
+ "inputSchema": {
4655
+ "type": "object",
4656
+ "properties": {}
4657
+ },
4658
+ "_meta": {
4659
+ "method": "GET",
4660
+ "path": "/v1/talents/{talentId}/report",
4661
+ "operationId": "showTalentReport"
4662
+ }
4663
+ },
4664
+ {
4665
+ "name": "talent_report_options",
4666
+ "description": "CORS support",
4667
+ "inputSchema": {
4668
+ "type": "object",
4669
+ "properties": {}
4670
+ },
4671
+ "_meta": {
4672
+ "method": "OPTIONS",
4673
+ "path": "/v1/talents/{talentId}/report",
4674
+ "operationId": "talentReportOptions"
4675
+ }
4676
+ },
4615
4677
  {
4616
4678
  "name": "list_talent_candidates",
4617
4679
  "description": "List Talent Candidates",
@@ -4726,6 +4788,16 @@
4726
4788
  "pageBefore": {
4727
4789
  "type": "string",
4728
4790
  "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
4791
+ },
4792
+ "sort": {
4793
+ "type": "string",
4794
+ "description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWith `filterStatus` the order is honoured on page-number\npagination (pageNumber): the matching ids are read from the\nstatus index with the sort field and ordered globally before the\npage is cut (since 2026-09-06). Cursor pagination (pageAfter /\npageBefore) and the other equality filters (filterCandidate,\nfilterHost, filterJob, filterShortCode, etc.) keep their own\nindex order; there sort has no effect. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection. On a capped list (meta.page.totalItemsCapped) the\norder applies within the capped window.",
4795
+ "enum": [
4796
+ "-created",
4797
+ "created",
4798
+ "-modified",
4799
+ "modified"
4800
+ ]
4729
4801
  }
4730
4802
  }
4731
4803
  },
@@ -19139,7 +19211,7 @@
19139
19211
  },
19140
19212
  "sort": {
19141
19213
  "type": "string",
19142
- "description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nTakes effect only when no equality filter (filterStatus,\nfilterCandidate, filterHost, filterJob, etc.) dictates a\ndifferent index; equality filters win. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection.",
19214
+ "description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWith `filterStatus` the order is honoured on page-number\npagination (pageNumber): the matching ids are read from the\nstatus index with the sort field and ordered globally before the\npage is cut (since 2026-09-06). Cursor pagination (pageAfter /\npageBefore) and the other equality filters (filterCandidate,\nfilterHost, filterJob, filterShortCode, etc.) keep their own\nindex order; there sort has no effect. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection. On a capped list (meta.page.totalItemsCapped) the\norder applies within the capped window.",
19143
19215
  "enum": [
19144
19216
  "-created",
19145
19217
  "created",
@@ -26302,6 +26374,415 @@
26302
26374
  "operationId": "findersOptions"
26303
26375
  }
26304
26376
  },
26377
+ {
26378
+ "name": "list_invitations",
26379
+ "description": "List Invitations",
26380
+ "inputSchema": {
26381
+ "type": "object",
26382
+ "properties": {
26383
+ "filterJobId": {
26384
+ "type": "string",
26385
+ "description": "filterJobId parameter"
26386
+ },
26387
+ "filterTalentId": {
26388
+ "type": "string",
26389
+ "description": "filterTalentId parameter"
26390
+ },
26391
+ "filterStatus": {
26392
+ "type": "string",
26393
+ "description": "filterStatus parameter",
26394
+ "enum": [
26395
+ "draft",
26396
+ "active",
26397
+ "closed"
26398
+ ]
26399
+ },
26400
+ "pageSize": {
26401
+ "type": "integer",
26402
+ "description": "Specifies the number of items to retrieve per page. The maximum value is 100."
26403
+ },
26404
+ "pageNumber": {
26405
+ "type": "integer",
26406
+ "description": "Specifies the page number to retrieve. Used for traditional pagination."
26407
+ },
26408
+ "pageAfter": {
26409
+ "type": "string",
26410
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
26411
+ },
26412
+ "pageBefore": {
26413
+ "type": "string",
26414
+ "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
26415
+ },
26416
+ "sort": {
26417
+ "type": "string",
26418
+ "description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWith `filterStatus` the order is honoured on page-number\npagination (pageNumber): the matching ids are read from the\nstatus index with the sort field and ordered globally before the\npage is cut (since 2026-09-06). Cursor pagination (pageAfter /\npageBefore) and the other equality filters (filterCandidate,\nfilterHost, filterJob, filterShortCode, etc.) keep their own\nindex order; there sort has no effect. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection. On a capped list (meta.page.totalItemsCapped) the\norder applies within the capped window.",
26419
+ "enum": [
26420
+ "-created",
26421
+ "created",
26422
+ "-modified",
26423
+ "modified"
26424
+ ]
26425
+ }
26426
+ }
26427
+ },
26428
+ "_meta": {
26429
+ "method": "GET",
26430
+ "path": "/v1/invitations",
26431
+ "operationId": "listInvitations"
26432
+ }
26433
+ },
26434
+ {
26435
+ "name": "create_invitation",
26436
+ "description": "Create Invitation",
26437
+ "inputSchema": {
26438
+ "title": "CreateInvitationRequestBody",
26439
+ "type": "object",
26440
+ "required": [
26441
+ "data"
26442
+ ],
26443
+ "properties": {
26444
+ "data": {
26445
+ "title": "CreateInvitationRequestBodyData",
26446
+ "type": "object",
26447
+ "required": [
26448
+ "type",
26449
+ "relationships"
26450
+ ],
26451
+ "properties": {
26452
+ "type": {
26453
+ "type": "string",
26454
+ "enum": [
26455
+ "invitations"
26456
+ ]
26457
+ },
26458
+ "attributes": {
26459
+ "title": "CreateInvitationRequestBodyAttributes",
26460
+ "type": "object",
26461
+ "properties": {
26462
+ "name": {
26463
+ "type": "string",
26464
+ "maxLength": 160
26465
+ },
26466
+ "status": {
26467
+ "type": "string",
26468
+ "enum": [
26469
+ "draft",
26470
+ "active"
26471
+ ],
26472
+ "description": "draft (default) to compose first, active to send right away."
26473
+ },
26474
+ "channels": {
26475
+ "type": "array",
26476
+ "items": {
26477
+ "type": "string",
26478
+ "enum": [
26479
+ "email",
26480
+ "sms",
26481
+ "call"
26482
+ ]
26483
+ }
26484
+ },
26485
+ "languageCode": {
26486
+ "type": "string"
26487
+ },
26488
+ "source": {
26489
+ "type": "string",
26490
+ "enum": [
26491
+ "sourcing",
26492
+ "manual"
26493
+ ]
26494
+ }
26495
+ }
26496
+ },
26497
+ "relationships": {
26498
+ "title": "CreateInvitationRequestBodyRelationships",
26499
+ "type": "object",
26500
+ "required": [
26501
+ "job"
26502
+ ],
26503
+ "properties": {
26504
+ "job": {
26505
+ "title": "InvitationRelationshipsJobSchema",
26506
+ "type": "object",
26507
+ "properties": {
26508
+ "data": {
26509
+ "title": "InvitationRelationshipsJobDataSchema",
26510
+ "type": "object",
26511
+ "properties": {
26512
+ "type": {
26513
+ "type": "string",
26514
+ "enum": [
26515
+ "jobs"
26516
+ ]
26517
+ },
26518
+ "id": {
26519
+ "type": "string"
26520
+ }
26521
+ }
26522
+ }
26523
+ }
26524
+ },
26525
+ "task": {
26526
+ "title": "InvitationRelationshipsTaskSchema",
26527
+ "type": "object",
26528
+ "properties": {
26529
+ "data": {
26530
+ "title": "InvitationRelationshipsTaskDataSchema",
26531
+ "type": "object",
26532
+ "properties": {
26533
+ "type": {
26534
+ "type": "string",
26535
+ "enum": [
26536
+ "tasks"
26537
+ ]
26538
+ },
26539
+ "id": {
26540
+ "type": "string"
26541
+ }
26542
+ }
26543
+ }
26544
+ }
26545
+ },
26546
+ "talents": {
26547
+ "title": "CreateInvitationRequestBodyTalents",
26548
+ "type": "object",
26549
+ "description": "The people to put on the list (identifiers, no meta).",
26550
+ "properties": {
26551
+ "data": {
26552
+ "type": "array",
26553
+ "items": {
26554
+ "title": "ResourceIdentifierSchema",
26555
+ "type": "object",
26556
+ "required": [
26557
+ "type",
26558
+ "id"
26559
+ ],
26560
+ "properties": {
26561
+ "type": {
26562
+ "type": "string"
26563
+ },
26564
+ "id": {
26565
+ "type": "string",
26566
+ "pattern": "^[a-f0-9]{32}-[1-9]$"
26567
+ },
26568
+ "meta": {
26569
+ "title": "ResourceMetaSchema",
26570
+ "type": "object",
26571
+ "additionalProperties": true
26572
+ }
26573
+ }
26574
+ }
26575
+ }
26576
+ }
26577
+ }
26578
+ }
26579
+ }
26580
+ }
26581
+ }
26582
+ }
26583
+ },
26584
+ "_meta": {
26585
+ "method": "POST",
26586
+ "path": "/v1/invitations",
26587
+ "operationId": "createInvitation"
26588
+ }
26589
+ },
26590
+ {
26591
+ "name": "invitations_options",
26592
+ "description": "CORS support",
26593
+ "inputSchema": {
26594
+ "type": "object",
26595
+ "properties": {}
26596
+ },
26597
+ "_meta": {
26598
+ "method": "OPTIONS",
26599
+ "path": "/v1/invitations",
26600
+ "operationId": "invitationsOptions"
26601
+ }
26602
+ },
26603
+ {
26604
+ "name": "show_invitation",
26605
+ "description": "Show Invitation",
26606
+ "inputSchema": {
26607
+ "type": "object",
26608
+ "properties": {}
26609
+ },
26610
+ "_meta": {
26611
+ "method": "GET",
26612
+ "path": "/v1/invitations/{invitationId}",
26613
+ "operationId": "showInvitation"
26614
+ }
26615
+ },
26616
+ {
26617
+ "name": "update_invitation",
26618
+ "description": "Update Invitation",
26619
+ "inputSchema": {
26620
+ "title": "UpdateInvitationRequestBody",
26621
+ "type": "object",
26622
+ "required": [
26623
+ "data"
26624
+ ],
26625
+ "properties": {
26626
+ "data": {
26627
+ "title": "UpdateInvitationRequestBodyData",
26628
+ "type": "object",
26629
+ "required": [
26630
+ "type",
26631
+ "id"
26632
+ ],
26633
+ "properties": {
26634
+ "type": {
26635
+ "type": "string",
26636
+ "enum": [
26637
+ "invitations"
26638
+ ]
26639
+ },
26640
+ "id": {
26641
+ "type": "string"
26642
+ },
26643
+ "attributes": {
26644
+ "title": "UpdateInvitationRequestBodyAttributes",
26645
+ "type": "object",
26646
+ "properties": {
26647
+ "name": {
26648
+ "type": "string",
26649
+ "maxLength": 160
26650
+ },
26651
+ "status": {
26652
+ "type": "string",
26653
+ "enum": [
26654
+ "active",
26655
+ "closed"
26656
+ ],
26657
+ "description": "active starts the sending (draft -> active), closed ends it."
26658
+ },
26659
+ "channels": {
26660
+ "type": "array",
26661
+ "items": {
26662
+ "type": "string",
26663
+ "enum": [
26664
+ "email",
26665
+ "sms",
26666
+ "call"
26667
+ ]
26668
+ }
26669
+ },
26670
+ "languageCode": {
26671
+ "type": "string"
26672
+ },
26673
+ "claimTalentIds": {
26674
+ "type": "array",
26675
+ "items": {
26676
+ "type": "string"
26677
+ },
26678
+ "description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none). Not for the FE."
26679
+ },
26680
+ "claimOwner": {
26681
+ "type": "string",
26682
+ "description": "Who claims (the send action's run and step). A retry of the same run takes its own `sending` people back at once; anyone may take a `sending` person whose claim is older than the 5-minute lease (a run that never finished). Not for the FE."
26683
+ }
26684
+ }
26685
+ },
26686
+ "relationships": {
26687
+ "title": "UpdateInvitationRequestBodyRelationships",
26688
+ "type": "object",
26689
+ "properties": {
26690
+ "talents": {
26691
+ "title": "UpdateInvitationRequestBodyTalents",
26692
+ "type": "object",
26693
+ "description": "The FULL list of people wanted on the list; a contacted person cannot be left out (409).",
26694
+ "properties": {
26695
+ "data": {
26696
+ "type": "array",
26697
+ "items": {
26698
+ "title": "ResourceIdentifierSchema",
26699
+ "type": "object",
26700
+ "required": [
26701
+ "type",
26702
+ "id"
26703
+ ],
26704
+ "properties": {
26705
+ "type": {
26706
+ "type": "string"
26707
+ },
26708
+ "id": {
26709
+ "type": "string",
26710
+ "pattern": "^[a-f0-9]{32}-[1-9]$"
26711
+ },
26712
+ "meta": {
26713
+ "title": "ResourceMetaSchema",
26714
+ "type": "object",
26715
+ "additionalProperties": true
26716
+ }
26717
+ }
26718
+ }
26719
+ }
26720
+ }
26721
+ }
26722
+ }
26723
+ }
26724
+ }
26725
+ }
26726
+ }
26727
+ },
26728
+ "_meta": {
26729
+ "method": "PATCH",
26730
+ "path": "/v1/invitations/{invitationId}",
26731
+ "operationId": "updateInvitation"
26732
+ }
26733
+ },
26734
+ {
26735
+ "name": "delete_invitation",
26736
+ "description": "Delete Invitation",
26737
+ "inputSchema": {
26738
+ "type": "object",
26739
+ "properties": {}
26740
+ },
26741
+ "_meta": {
26742
+ "method": "DELETE",
26743
+ "path": "/v1/invitations/{invitationId}",
26744
+ "operationId": "deleteInvitation"
26745
+ }
26746
+ },
26747
+ {
26748
+ "name": "invitation_options",
26749
+ "description": "CORS support",
26750
+ "inputSchema": {
26751
+ "type": "object",
26752
+ "properties": {}
26753
+ },
26754
+ "_meta": {
26755
+ "method": "OPTIONS",
26756
+ "path": "/v1/invitations/{invitationId}",
26757
+ "operationId": "invitationOptions"
26758
+ }
26759
+ },
26760
+ {
26761
+ "name": "list_invitation_talents_relationship",
26762
+ "description": "List Invitation Talents Relationship",
26763
+ "inputSchema": {
26764
+ "type": "object",
26765
+ "properties": {}
26766
+ },
26767
+ "_meta": {
26768
+ "method": "GET",
26769
+ "path": "/v1/invitations/{invitationId}/relationships/talents",
26770
+ "operationId": "listInvitationTalentsRelationship"
26771
+ }
26772
+ },
26773
+ {
26774
+ "name": "invitation_talents_relationship_options",
26775
+ "description": "CORS support",
26776
+ "inputSchema": {
26777
+ "type": "object",
26778
+ "properties": {}
26779
+ },
26780
+ "_meta": {
26781
+ "method": "OPTIONS",
26782
+ "path": "/v1/invitations/{invitationId}/relationships/talents",
26783
+ "operationId": "invitationTalentsRelationshipOptions"
26784
+ }
26785
+ },
26305
26786
  {
26306
26787
  "name": "show_finder",
26307
26788
  "description": "Show Finder",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.24",
3
+ "version": "0.9.26",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",