@smartytalent/mcp-tools 0.1.33-dev.49 → 0.1.33-dev.50

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 +4 -14
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6057,7 +6057,7 @@
6057
6057
  },
6058
6058
  "pages": {
6059
6059
  "type": "array",
6060
- "description": "Per-page metadata for paginated content (PDFs converted to\nPNGs by Poppler, multi-page images). Stable structure - page\ndimensions don't change request-to-request. The presigned\nURL for each page render lives at\n`meta.previewUrls.pages[i]`, indexed by the same position.\nNull for non-paginated content (video, audio, single text).",
6060
+ "description": "Per-page metadata for paginated content (PDFs converted to\nPNGs by Poppler, multi-page images). Stable structure ONLY -\ndimensions, no content. The presigned URL for each page\nrender lives at `meta.previewUrls.pages[i]`, indexed by the\nsame position. Per-page text content lives in the result\nJSON pointed at by `meta.resultRef`. Null for non-paginated\ncontent.",
6061
6061
  "items": {
6062
6062
  "type": "object",
6063
6063
  "properties": {
@@ -6076,15 +6076,10 @@
6076
6076
  }
6077
6077
  }
6078
6078
  },
6079
- "transcript": {
6080
- "type": "object",
6081
- "additionalProperties": true,
6082
- "description": "Multilingual transcript of media content. Locale-keyed\n(e.g. {\"en-US\": \"...\", \"pl-PL\": \"...\"}). Set by ffmpeg\nextraction + downstream AI translation. Null for\nnon-media content."
6083
- },
6084
6079
  "summary": {
6085
6080
  "type": "object",
6086
6081
  "additionalProperties": true,
6087
- "description": "Multilingual AI-generated summary. Same shape as transcript.\nUseful for recruiter-side scan UIs that don't want to play\nback the full media."
6082
+ "description": "Multilingual AI-generated summary, locale-keyed (e.g.\n{\"en-US\": \"...\", \"pl-PL\": \"...\"}). Bounded by design (~1-2\nparagraphs, ~500 bytes per locale) so it fits cleanly on\nthe row and works in scan UIs / list views without an\nextra fetch. Full transcript / raw OCR / per-page text are\nNOT here - they live in the result JSON pointed at by\n`meta.resultRef`."
6088
6083
  },
6089
6084
  "timestamps": {
6090
6085
  "title": "ResourceTimestampsSchema",
@@ -6245,7 +6240,7 @@
6245
6240
  },
6246
6241
  "pages": {
6247
6242
  "type": "array",
6248
- "description": "Per-page metadata for paginated content (PDFs converted to\nPNGs by Poppler, multi-page images). Stable structure - page\ndimensions don't change request-to-request. The presigned\nURL for each page render lives at\n`meta.previewUrls.pages[i]`, indexed by the same position.\nNull for non-paginated content (video, audio, single text).",
6243
+ "description": "Per-page metadata for paginated content (PDFs converted to\nPNGs by Poppler, multi-page images). Stable structure ONLY -\ndimensions, no content. The presigned URL for each page\nrender lives at `meta.previewUrls.pages[i]`, indexed by the\nsame position. Per-page text content lives in the result\nJSON pointed at by `meta.resultRef`. Null for non-paginated\ncontent.",
6249
6244
  "items": {
6250
6245
  "type": "object",
6251
6246
  "properties": {
@@ -6264,15 +6259,10 @@
6264
6259
  }
6265
6260
  }
6266
6261
  },
6267
- "transcript": {
6268
- "type": "object",
6269
- "additionalProperties": true,
6270
- "description": "Multilingual transcript of media content. Locale-keyed\n(e.g. {\"en-US\": \"...\", \"pl-PL\": \"...\"}). Set by ffmpeg\nextraction + downstream AI translation. Null for\nnon-media content."
6271
- },
6272
6262
  "summary": {
6273
6263
  "type": "object",
6274
6264
  "additionalProperties": true,
6275
- "description": "Multilingual AI-generated summary. Same shape as transcript.\nUseful for recruiter-side scan UIs that don't want to play\nback the full media."
6265
+ "description": "Multilingual AI-generated summary, locale-keyed (e.g.\n{\"en-US\": \"...\", \"pl-PL\": \"...\"}). Bounded by design (~1-2\nparagraphs, ~500 bytes per locale) so it fits cleanly on\nthe row and works in scan UIs / list views without an\nextra fetch. Full transcript / raw OCR / per-page text are\nNOT here - they live in the result JSON pointed at by\n`meta.resultRef`."
6276
6266
  },
6277
6267
  "timestamps": {
6278
6268
  "title": "ResourceTimestampsSchema",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.49",
3
+ "version": "0.1.33-dev.50",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",