@smartytalent/mcp-tools 0.1.33-dev.23 → 0.1.33-dev.24

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 +8 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -11267,6 +11267,14 @@
11267
11267
  "type": "string",
11268
11268
  "description": "Filter chats by sender phone number (e.g. +48535517222)."
11269
11269
  },
11270
+ "filterConversationId": {
11271
+ "type": "string",
11272
+ "description": "Returns all chat rows belonging to one conversation (thread).\nUsed by the chat web app's thread view to render messages\nchronologically. Backed by ConversationIdIndex GSI."
11273
+ },
11274
+ "sort": {
11275
+ "type": "string",
11276
+ "description": "Sort order. `created` for oldest-first, `-created` for newest-first.\nUse `created` for thread views (oldest-first message rendering)."
11277
+ },
11270
11278
  "filterCreatedFrom": {
11271
11279
  "type": "string",
11272
11280
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.23",
3
+ "version": "0.1.33-dev.24",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",