@payloadcms/plugin-mcp 4.0.0-internal.3aa3d85 → 4.0.0-internal.3ed7230

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 (180) hide show
  1. package/bin.js +7 -0
  2. package/dist/defaultAccess.d.ts.map +1 -1
  3. package/dist/defineTool.d.ts +8 -8
  4. package/dist/defineTool.d.ts.map +1 -1
  5. package/dist/endpoint/access.d.ts.map +1 -1
  6. package/dist/endpoint/access.js +2 -2
  7. package/dist/endpoint/access.js.map +1 -1
  8. package/dist/mcp/buildMcpServer.d.ts +1 -1
  9. package/dist/mcp/buildMcpServer.d.ts.map +1 -1
  10. package/dist/mcp/buildMcpServer.js +35 -23
  11. package/dist/mcp/buildMcpServer.js.map +1 -1
  12. package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -1
  13. package/dist/mcp/builtin/collections/authTools.js +79 -56
  14. package/dist/mcp/builtin/collections/authTools.js.map +1 -1
  15. package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -1
  16. package/dist/mcp/builtin/collections/countTool.js +9 -14
  17. package/dist/mcp/builtin/collections/countTool.js.map +1 -1
  18. package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -1
  19. package/dist/mcp/builtin/collections/countVersionsTool.js +9 -13
  20. package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -1
  21. package/dist/mcp/builtin/collections/createTool.d.ts +1 -1
  22. package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -1
  23. package/dist/mcp/builtin/collections/createTool.js +104 -53
  24. package/dist/mcp/builtin/collections/createTool.js.map +1 -1
  25. package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -1
  26. package/dist/mcp/builtin/collections/deleteTool.js +44 -43
  27. package/dist/mcp/builtin/collections/deleteTool.js.map +1 -1
  28. package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -1
  29. package/dist/mcp/builtin/collections/duplicateTool.js +31 -37
  30. package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -1
  31. package/dist/mcp/builtin/collections/fileInput.d.ts +28 -0
  32. package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -0
  33. package/dist/mcp/builtin/collections/fileInput.js +88 -0
  34. package/dist/mcp/builtin/collections/fileInput.js.map +1 -0
  35. package/dist/mcp/builtin/collections/fileInput.spec.js +86 -0
  36. package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -0
  37. package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -1
  38. package/dist/mcp/builtin/collections/findDistinctTool.js +11 -26
  39. package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -1
  40. package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -1
  41. package/dist/mcp/builtin/collections/findTool.js +27 -45
  42. package/dist/mcp/builtin/collections/findTool.js.map +1 -1
  43. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -1
  44. package/dist/mcp/builtin/collections/findVersionByIDTool.js +17 -26
  45. package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -1
  46. package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -1
  47. package/dist/mcp/builtin/collections/findVersionsTool.js +16 -30
  48. package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -1
  49. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -1
  50. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +34 -12
  51. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -1
  52. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -1
  53. package/dist/mcp/builtin/collections/restoreVersionTool.js +14 -26
  54. package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -1
  55. package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -1
  56. package/dist/mcp/builtin/collections/updateTool.js +65 -84
  57. package/dist/mcp/builtin/collections/updateTool.js.map +1 -1
  58. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts +2 -0
  59. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts.map +1 -0
  60. package/dist/mcp/builtin/collections/uploadInstructionsTool.js +55 -0
  61. package/dist/mcp/builtin/collections/uploadInstructionsTool.js.map +1 -0
  62. package/dist/mcp/builtin/formatEntityError.d.ts +16 -0
  63. package/dist/mcp/builtin/formatEntityError.d.ts.map +1 -0
  64. package/dist/mcp/builtin/formatEntityError.js +55 -0
  65. package/dist/mcp/builtin/formatEntityError.js.map +1 -0
  66. package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -1
  67. package/dist/mcp/builtin/getConfigInfoTool.js +3 -2
  68. package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -1
  69. package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -1
  70. package/dist/mcp/builtin/globals/countVersionsTool.js +9 -13
  71. package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -1
  72. package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -1
  73. package/dist/mcp/builtin/globals/findTool.js +10 -16
  74. package/dist/mcp/builtin/globals/findTool.js.map +1 -1
  75. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -1
  76. package/dist/mcp/builtin/globals/findVersionByIDTool.js +13 -24
  77. package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -1
  78. package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -1
  79. package/dist/mcp/builtin/globals/findVersionsTool.js +13 -29
  80. package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -1
  81. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -1
  82. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +11 -11
  83. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -1
  84. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -1
  85. package/dist/mcp/builtin/globals/restoreVersionTool.js +15 -22
  86. package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -1
  87. package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -1
  88. package/dist/mcp/builtin/globals/updateTool.js +27 -36
  89. package/dist/mcp/builtin/globals/updateTool.js.map +1 -1
  90. package/dist/mcp/builtinTools.d.ts +6 -0
  91. package/dist/mcp/builtinTools.d.ts.map +1 -1
  92. package/dist/mcp/builtinTools.js +9 -3
  93. package/dist/mcp/builtinTools.js.map +1 -1
  94. package/dist/mcp/sanitizeMCPConfig.d.ts.map +1 -1
  95. package/dist/mcp/sanitizeMCPConfig.js +4 -1
  96. package/dist/mcp/sanitizeMCPConfig.js.map +1 -1
  97. package/dist/stdio.d.ts.map +1 -1
  98. package/dist/stdio.js +2 -1
  99. package/dist/stdio.js.map +1 -1
  100. package/dist/types.d.ts +4 -4
  101. package/dist/types.d.ts.map +1 -1
  102. package/dist/types.js.map +1 -1
  103. package/dist/utils/camelCase.d.ts.map +1 -1
  104. package/dist/utils/resolveProjectRoot.d.ts.map +1 -1
  105. package/dist/utils/toStandardSchema.d.ts.map +1 -1
  106. package/package.json +5 -7
  107. package/src/endpoint/access.ts +2 -3
  108. package/src/mcp/buildMcpServer.ts +39 -29
  109. package/src/mcp/builtin/collections/authTools.ts +77 -69
  110. package/src/mcp/builtin/collections/countTool.ts +9 -21
  111. package/src/mcp/builtin/collections/countVersionsTool.ts +9 -18
  112. package/src/mcp/builtin/collections/createTool.ts +110 -76
  113. package/src/mcp/builtin/collections/deleteTool.ts +36 -64
  114. package/src/mcp/builtin/collections/duplicateTool.ts +35 -85
  115. package/src/mcp/builtin/collections/fileInput.spec.ts +93 -0
  116. package/src/mcp/builtin/collections/fileInput.ts +127 -0
  117. package/src/mcp/builtin/collections/findDistinctTool.ts +11 -63
  118. package/src/mcp/builtin/collections/findTool.ts +23 -105
  119. package/src/mcp/builtin/collections/findVersionByIDTool.ts +15 -58
  120. package/src/mcp/builtin/collections/findVersionsTool.ts +14 -85
  121. package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +27 -10
  122. package/src/mcp/builtin/collections/restoreVersionTool.ts +14 -56
  123. package/src/mcp/builtin/collections/updateTool.ts +61 -98
  124. package/src/mcp/builtin/collections/uploadInstructionsTool.ts +64 -0
  125. package/src/mcp/builtin/formatEntityError.ts +77 -0
  126. package/src/mcp/builtin/getConfigInfoTool.ts +2 -1
  127. package/src/mcp/builtin/globals/countVersionsTool.ts +9 -17
  128. package/src/mcp/builtin/globals/findTool.ts +12 -51
  129. package/src/mcp/builtin/globals/findVersionByIDTool.ts +13 -52
  130. package/src/mcp/builtin/globals/findVersionsTool.ts +14 -92
  131. package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +10 -10
  132. package/src/mcp/builtin/globals/restoreVersionTool.ts +14 -45
  133. package/src/mcp/builtin/globals/updateTool.ts +37 -60
  134. package/src/mcp/builtinTools.ts +9 -2
  135. package/src/mcp/sanitizeMCPConfig.ts +4 -1
  136. package/src/stdio.ts +2 -1
  137. package/src/types.ts +4 -4
  138. package/dist/mcp/builtin/collections/formatCollectionError.d.ts +0 -9
  139. package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +0 -1
  140. package/dist/mcp/builtin/collections/formatCollectionError.js +0 -60
  141. package/dist/mcp/builtin/collections/formatCollectionError.js.map +0 -1
  142. package/dist/mcp/builtin/validateEntityData.d.ts +0 -14
  143. package/dist/mcp/builtin/validateEntityData.d.ts.map +0 -1
  144. package/dist/mcp/builtin/validateEntityData.js +0 -82
  145. package/dist/mcp/builtin/validateEntityData.js.map +0 -1
  146. package/dist/utils/getVirtualFieldNames.d.ts +0 -14
  147. package/dist/utils/getVirtualFieldNames.d.ts.map +0 -1
  148. package/dist/utils/getVirtualFieldNames.js +0 -35
  149. package/dist/utils/getVirtualFieldNames.js.map +0 -1
  150. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts +0 -28
  151. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts.map +0 -1
  152. package/dist/utils/schemaConversion/filterFieldsByAccess.js +0 -71
  153. package/dist/utils/schemaConversion/filterFieldsByAccess.js.map +0 -1
  154. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -13
  155. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
  156. package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -66
  157. package/dist/utils/schemaConversion/getEntityInputSchema.js.map +0 -1
  158. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +0 -10
  159. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +0 -1
  160. package/dist/utils/schemaConversion/sanitizeEntitySchema.js +0 -384
  161. package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +0 -1
  162. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +0 -133
  163. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +0 -1
  164. package/dist/utils/transformPointDataToPayload.d.ts +0 -7
  165. package/dist/utils/transformPointDataToPayload.d.ts.map +0 -1
  166. package/dist/utils/transformPointDataToPayload.js +0 -28
  167. package/dist/utils/transformPointDataToPayload.js.map +0 -1
  168. package/dist/utils/whereSchema.d.ts +0 -9
  169. package/dist/utils/whereSchema.d.ts.map +0 -1
  170. package/dist/utils/whereSchema.js +0 -13
  171. package/dist/utils/whereSchema.js.map +0 -1
  172. package/src/mcp/builtin/collections/formatCollectionError.ts +0 -84
  173. package/src/mcp/builtin/validateEntityData.ts +0 -132
  174. package/src/utils/getVirtualFieldNames.ts +0 -53
  175. package/src/utils/schemaConversion/filterFieldsByAccess.ts +0 -123
  176. package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -96
  177. package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +0 -96
  178. package/src/utils/schemaConversion/sanitizeEntitySchema.ts +0 -432
  179. package/src/utils/transformPointDataToPayload.ts +0 -40
  180. package/src/utils/whereSchema.ts +0 -24
@@ -0,0 +1,127 @@
1
+ import type { CollectionSlug, File, PayloadRequest } from 'payload'
2
+
3
+ import { APIError, z } from 'payload'
4
+ import {
5
+ externalURLInputSchema,
6
+ getFileFromUploadInstructions,
7
+ resolveURLUploadInput,
8
+ } from 'payload/internal'
9
+ import { sanitizeFilename } from 'payload/shared'
10
+
11
+ const mimeTypeSchema = z
12
+ .string()
13
+ .check(
14
+ z.regex(
15
+ /^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/,
16
+ 'MIME type must use the type/subtype format',
17
+ ),
18
+ )
19
+
20
+ const uploadFileSchema = z.strictObject({
21
+ filename: z.string(),
22
+ mimeType: z.string(),
23
+ size: z.int().check(z.nonnegative()),
24
+ uploadReference: z.record(z.string(), z.unknown()),
25
+ })
26
+
27
+ export const fileInputSchema = z
28
+ .discriminatedUnion('source', [
29
+ z.strictObject({
30
+ name: z.string().check(z.minLength(1), z.describe('The file name, including its extension.')),
31
+ data: z
32
+ .string()
33
+ .check(z.describe('The base64-encoded file bytes, without a data URL prefix.')),
34
+ mimeType: mimeTypeSchema.check(z.describe('The file MIME type, for example image/png.')),
35
+ source: z.literal('base64'),
36
+ }),
37
+ externalURLInputSchema,
38
+ z.strictObject({
39
+ file: uploadFileSchema.check(z.describe('getUploadInstructions file field post-upload.')),
40
+ source: z.literal('uploadReference'),
41
+ }),
42
+ ])
43
+ .check(
44
+ z.describe(
45
+ 'A file for an upload collection. Prefer uploadReference after its upload succeeds; use base64 only for small local files or externalURL for an online file.',
46
+ ),
47
+ )
48
+
49
+ type FileInput = z.infer<typeof fileInputSchema>
50
+
51
+ export async function resolveFile({
52
+ slug,
53
+ input,
54
+ req,
55
+ }: {
56
+ input?: FileInput
57
+ req: PayloadRequest
58
+ slug: CollectionSlug
59
+ }): Promise<File | undefined> {
60
+ if (!input) {
61
+ return undefined
62
+ }
63
+
64
+ if (input.source === 'uploadReference') {
65
+ try {
66
+ return await getFileFromUploadInstructions({ collectionSlug: slug, file: input.file, req })
67
+ } catch (error) {
68
+ if (error instanceof Error && error.message === 'Staged upload was not found.') {
69
+ throw new APIError(
70
+ 'Staged upload not found. Complete the upload action first, or use base64 for small local files.',
71
+ 400,
72
+ )
73
+ }
74
+ throw error
75
+ }
76
+ }
77
+
78
+ if (input.source === 'externalURL') {
79
+ return resolveURLUploadInput({ slug, input, req })
80
+ }
81
+
82
+ const uploadConfig = req.payload.collections[slug]?.config.upload
83
+
84
+ if (!uploadConfig) {
85
+ throw new APIError(`Collection "${slug}" does not support file uploads.`, 400)
86
+ }
87
+
88
+ const maxFileSize = req.payload.config.upload.limits?.fileSize
89
+ const data = decodeBase64({ maxFileSize, value: input.data })
90
+ const file: File = {
91
+ name: sanitizeFilename(input.name),
92
+ data,
93
+ mimetype: input.mimeType,
94
+ size: data.length,
95
+ }
96
+
97
+ if (maxFileSize !== undefined && Number.isFinite(maxFileSize) && file.size > maxFileSize) {
98
+ throw new APIError(`File exceeds the ${maxFileSize} byte upload limit.`, 400)
99
+ }
100
+
101
+ return file
102
+ }
103
+
104
+ function decodeBase64({ maxFileSize, value }: { maxFileSize?: number; value: string }): Buffer {
105
+ const normalized = value.replace(/\s/g, '')
106
+
107
+ if (!/^[a-z0-9+/]*={0,2}$/i.test(normalized) || normalized.length % 4 === 1) {
108
+ throw new APIError('File data must be valid base64.', 400)
109
+ }
110
+
111
+ if (maxFileSize !== undefined && Number.isFinite(maxFileSize)) {
112
+ const paddingLength = normalized.endsWith('==') ? 2 : normalized.endsWith('=') ? 1 : 0
113
+ const decodedSize = Math.floor((normalized.length * 3) / 4) - paddingLength
114
+
115
+ if (decodedSize > maxFileSize) {
116
+ throw new APIError(`File exceeds the ${maxFileSize} byte upload limit.`, 400)
117
+ }
118
+ }
119
+
120
+ const data = Buffer.from(normalized, 'base64')
121
+
122
+ if (data.toString('base64').replace(/=+$/, '') !== normalized.replace(/=+$/, '')) {
123
+ throw new APIError('File data must be valid base64.', 400)
124
+ }
125
+
126
+ return data
127
+ }
@@ -1,18 +1,15 @@
1
- import type { PopulateType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import { findDistinctInputSchema } from 'payload'
4
2
 
5
3
  import { defaultAccess } from '../../../defaultAccess.js'
6
4
  import { defineCollectionTool } from '../../../defineTool.js'
7
5
  import { getLogger } from '../../../utils/getLogger.js'
8
- import { whereSchema } from '../../../utils/whereSchema.js'
9
6
 
10
7
  const DEFAULT_DESCRIPTION =
11
8
  'Find distinct values for a field in any collection by passing the collection slug and field path.'
12
9
 
13
10
  export const findDistinctTool = defineCollectionTool({
14
11
  access: (args) =>
15
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.read),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
16
13
  annotations: {
17
14
  destructiveHint: false,
18
15
  idempotentHint: true,
@@ -21,65 +18,17 @@ export const findDistinctTool = defineCollectionTool({
21
18
  title: 'Find Distinct',
22
19
  },
23
20
  description: DEFAULT_DESCRIPTION,
24
- input: z.object({
25
- depth: z
26
- .number()
27
- .int()
28
- .min(0)
29
- .max(10)
30
- .describe('How many levels deep to populate relationships in distinct values')
31
- .optional()
32
- .default(0),
33
- field: z.string().describe('The field path to get distinct values for'),
34
- limit: z
35
- .number()
36
- .int()
37
- .min(1)
38
- .max(100)
39
- .describe('Maximum number of distinct values to return (max: 100)')
40
- .optional(),
41
- locale: z
42
- .string()
43
- .describe(
44
- 'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
45
- )
46
- .optional(),
47
- page: z.number().int().min(1).describe('Page number for pagination').optional(),
48
- populate: z
49
- .record(z.string(), z.unknown())
50
- .describe(
51
- 'Optional: control which fields to include from populated relationship or upload documents.',
52
- )
53
- .optional(),
54
- showHiddenFields: z
55
- .boolean()
56
- .describe('Optional: include hidden fields in the distinct query')
57
- .optional(),
58
- sort: z
59
- .string()
60
- .describe('Field to sort by (e.g., "createdAt", "-updatedAt" for descending)')
61
- .optional(),
62
- trash: z
63
- .boolean()
64
- .describe('Optional: include soft-deleted documents when trash is enabled on the collection')
65
- .optional(),
66
- where: whereSchema
67
- .describe(
68
- 'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
69
- )
70
- .optional(),
71
- }),
72
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: findDistinctInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
73
23
  const payload = req.payload
74
24
  const logger = getLogger({ payload })
75
- const { depth, field, limit, locale, page, populate, showHiddenFields, sort, trash, where } =
76
- input
25
+ const { depth, field, limit, locale, page, populate, sort, trash, where } = input
77
26
 
78
- logger.info(`Finding distinct values in collection: ${collectionSlug}, field: ${field}`)
27
+ logger.info(`Finding distinct values in collection: ${slug}, field: ${field}`)
79
28
 
80
29
  try {
81
30
  const result = await payload.findDistinct({
82
- collection: collectionSlug,
31
+ collection: slug,
83
32
  depth,
84
33
  field,
85
34
  overrideAccess: authorizedMCP.overrideAccess,
@@ -87,8 +36,7 @@ export const findDistinctTool = defineCollectionTool({
87
36
  ...(limit ? { limit } : {}),
88
37
  ...(locale ? { locale } : {}),
89
38
  ...(page ? { page } : {}),
90
- ...(populate ? { populate: populate as PopulateType } : {}),
91
- ...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
39
+ ...(populate ? { populate } : {}),
92
40
  ...(sort ? { sort } : {}),
93
41
  ...(trash !== undefined ? { trash } : {}),
94
42
  ...(where ? { where } : {}),
@@ -98,19 +46,19 @@ export const findDistinctTool = defineCollectionTool({
98
46
  content: [
99
47
  {
100
48
  type: 'text',
101
- text: `Distinct values for "${field}" in collection "${collectionSlug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
49
+ text: `Distinct values for "${field}" in collection "${slug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
102
50
  },
103
51
  ],
104
52
  doc: result as unknown as Record<string, unknown>,
105
53
  }
106
54
  } catch (error) {
107
55
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
108
- logger.error(`Error finding distinct values in ${collectionSlug}: ${errorMessage}`)
56
+ logger.error(`Error finding distinct values in ${slug}: ${errorMessage}`)
109
57
  return {
110
58
  content: [
111
59
  {
112
60
  type: 'text',
113
- text: `❌ **Error finding distinct values in collection "${collectionSlug}":** ${errorMessage}`,
61
+ text: `❌ **Error finding distinct values in collection "${slug}":** ${errorMessage}`,
114
62
  },
115
63
  ],
116
64
  isError: true,
@@ -1,18 +1,15 @@
1
- import type { JoinQuery, PopulateType, SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import { findDocumentsInputSchema, parseDocumentID } from 'payload'
4
2
 
5
3
  import { defaultAccess } from '../../../defaultAccess.js'
6
4
  import { defineCollectionTool } from '../../../defineTool.js'
7
5
  import { getLogger } from '../../../utils/getLogger.js'
8
- import { whereSchema } from '../../../utils/whereSchema.js'
9
6
 
10
7
  const DEFAULT_DESCRIPTION =
11
8
  'Find documents in any collection by passing the collection slug and optional ID or where clause.'
12
9
 
13
10
  export const findDocumentsTool = defineCollectionTool({
14
11
  access: (args) =>
15
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.read),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
16
13
  annotations: {
17
14
  destructiveHint: false,
18
15
  idempotentHint: true,
@@ -21,87 +18,8 @@ export const findDocumentsTool = defineCollectionTool({
21
18
  title: 'Find Documents',
22
19
  },
23
20
  description: DEFAULT_DESCRIPTION,
24
- input: z.object({
25
- id: z
26
- .union([z.string(), z.number()])
27
- .describe(
28
- 'Optional: specific document ID to retrieve. If not provided, returns all documents',
29
- )
30
- .optional(),
31
- depth: z
32
- .number()
33
- .int()
34
- .min(0)
35
- .max(10)
36
- .describe('How many levels deep to populate relationships (default: 0)')
37
- .optional()
38
- .default(0),
39
- draft: z
40
- .boolean()
41
- .describe(
42
- 'Optional: whether the document should be queried from the versions table/collection or not.',
43
- )
44
- .optional(),
45
- fallbackLocale: z
46
- .string()
47
- .describe('Optional: fallback locale code to use when requested locale is not available')
48
- .optional(),
49
- joins: z
50
- .union([z.record(z.string(), z.unknown()), z.literal(false)])
51
- .describe('Optional: configure join field queries, or pass false to disable all join fields.')
52
- .optional(),
53
- limit: z
54
- .number()
55
- .int()
56
- .min(1)
57
- .max(100)
58
- .describe('Maximum number of documents to return (default: 10, max: 100)')
59
- .optional()
60
- .default(10),
61
- locale: z
62
- .string()
63
- .describe(
64
- 'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
65
- )
66
- .optional(),
67
- page: z
68
- .number()
69
- .int()
70
- .min(1)
71
- .describe('Page number for pagination (default: 1)')
72
- .optional()
73
- .default(1),
74
- pagination: z
75
- .boolean()
76
- .describe('Optional: set to false to skip the count query overhead')
77
- .optional(),
78
- populate: z
79
- .record(z.string(), z.unknown())
80
- .describe(
81
- 'Optional: control which fields to include from populated relationship or upload documents.',
82
- )
83
- .optional(),
84
- select: z
85
- .record(z.string(), z.unknown())
86
- .describe(
87
- 'Optional: define exactly which fields you\'d like to return in the response, e.g., {"title": true}',
88
- )
89
- .optional(),
90
- sort: z
91
- .string()
92
- .describe('Field to sort by (e.g., "createdAt", "-updatedAt" for descending)')
93
- .optional(),
94
- trash: z
95
- .boolean()
96
- .describe('Optional: include soft-deleted documents when trash is enabled on the collection')
97
- .optional(),
98
- where: whereSchema
99
- .describe(
100
- 'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
101
- )
102
- .optional(),
103
- }),
104
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: findDocumentsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
105
23
  const payload = req.payload
106
24
  const logger = getLogger({ payload })
107
25
 
@@ -123,23 +41,23 @@ export const findDocumentsTool = defineCollectionTool({
123
41
  } = input
124
42
 
125
43
  logger.info(
126
- `Reading document from collection: ${collectionSlug}${id ? ` with ID: ${id}` : ''}, limit: ${limit}, page: ${page}${locale ? `, locale: ${locale}` : ''}`,
44
+ `Reading document from collection: ${slug}${id ? ` with ID: ${id}` : ''}, limit: ${limit}, page: ${page}${locale ? `, locale: ${locale}` : ''}`,
127
45
  )
128
46
 
129
47
  try {
130
- if (id) {
48
+ if (id !== undefined) {
131
49
  try {
132
50
  const doc = await payload.findByID({
133
- id,
134
- collection: collectionSlug,
51
+ id: parseDocumentID({ id, collectionSlug: slug, payload }),
52
+ collection: slug,
135
53
  depth,
136
54
  overrideAccess: authorizedMCP.overrideAccess,
137
55
  req,
138
- ...(select && { select: select as SelectType }),
139
- ...(populate && { populate: populate as PopulateType }),
140
- ...(joins !== undefined && { joins: joins as JoinQuery }),
56
+ ...(select && { select }),
57
+ ...(populate && { populate }),
58
+ ...(joins !== undefined && { joins }),
141
59
  ...(locale && { locale }),
142
- ...(fallbackLocale && { fallbackLocale }),
60
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
143
61
  ...(draft !== undefined && { draft }),
144
62
  ...(trash !== undefined && { trash }),
145
63
  })
@@ -148,18 +66,18 @@ export const findDocumentsTool = defineCollectionTool({
148
66
  content: [
149
67
  {
150
68
  type: 'text',
151
- text: `Document from collection "${collectionSlug}":\n${JSON.stringify(doc)}`,
69
+ text: `Document from collection "${slug}":\n${JSON.stringify(doc)}`,
152
70
  },
153
71
  ],
154
72
  doc: doc as Record<string, unknown>,
155
73
  }
156
74
  } catch {
157
- logger.warn(`Document not found with ID: ${id} in collection: ${collectionSlug}`)
75
+ logger.warn(`Document not found with ID: ${id} in collection: ${slug}`)
158
76
  return {
159
77
  content: [
160
78
  {
161
79
  type: 'text',
162
- text: `Error: Document with ID "${id}" not found in collection "${collectionSlug}"`,
80
+ text: `Error: Document with ID "${id}" not found in collection "${slug}"`,
163
81
  },
164
82
  ],
165
83
  }
@@ -167,17 +85,17 @@ export const findDocumentsTool = defineCollectionTool({
167
85
  }
168
86
 
169
87
  const findOptions: Parameters<typeof payload.find>[0] = {
170
- collection: collectionSlug,
88
+ collection: slug,
171
89
  depth,
172
90
  limit,
173
91
  overrideAccess: authorizedMCP.overrideAccess,
174
92
  page,
175
93
  req,
176
- ...(select && { select: select as SelectType }),
177
- ...(populate && { populate: populate as PopulateType }),
178
- ...(joins !== undefined && { joins: joins as JoinQuery }),
94
+ ...(select && { select }),
95
+ ...(populate && { populate }),
96
+ ...(joins !== undefined && { joins }),
179
97
  ...(locale && { locale }),
180
- ...(fallbackLocale && { fallbackLocale }),
98
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
181
99
  ...(draft !== undefined && { draft }),
182
100
  ...(pagination !== undefined && { pagination }),
183
101
  ...(trash !== undefined && { trash }),
@@ -192,7 +110,7 @@ export const findDocumentsTool = defineCollectionTool({
192
110
 
193
111
  const result = await payload.find(findOptions)
194
112
 
195
- let responseText = `Collection: "${collectionSlug}"\nTotal: ${result.totalDocs} documents\nPage: ${result.page} of ${result.totalPages}\n`
113
+ let responseText = `Collection: "${slug}"\nTotal: ${result.totalDocs} documents\nPage: ${result.page} of ${result.totalPages}\n`
196
114
  for (const doc of result.docs) {
197
115
  responseText += `\n\`\`\`json\n${JSON.stringify(doc)}\n\`\`\``
198
116
  }
@@ -203,12 +121,12 @@ export const findDocumentsTool = defineCollectionTool({
203
121
  }
204
122
  } catch (error) {
205
123
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
206
- logger.error(`Error reading documents from collection ${collectionSlug}: ${errorMessage}`)
124
+ logger.error(`Error reading documents from collection ${slug}: ${errorMessage}`)
207
125
  return {
208
126
  content: [
209
127
  {
210
128
  type: 'text',
211
- text: `❌ **Error reading documents from collection "${collectionSlug}":** ${errorMessage}`,
129
+ text: `❌ **Error reading documents from collection "${slug}":** ${errorMessage}`,
212
130
  },
213
131
  ],
214
132
  }
@@ -1,6 +1,4 @@
1
- import type { PopulateType, SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import { findVersionByIDInputSchema } from 'payload'
4
2
 
5
3
  import { defaultAccess } from '../../../defaultAccess.js'
6
4
  import { defineCollectionTool } from '../../../defineTool.js'
@@ -11,8 +9,7 @@ const DEFAULT_DESCRIPTION =
11
9
 
12
10
  export const findVersionByIDTool = defineCollectionTool({
13
11
  access: (args) =>
14
- defaultAccess(args) &&
15
- Boolean(args.permissions?.collections?.[args.collectionSlug]?.readVersions),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.readVersions),
16
13
  annotations: {
17
14
  destructiveHint: false,
18
15
  idempotentHint: true,
@@ -21,66 +18,26 @@ export const findVersionByIDTool = defineCollectionTool({
21
18
  title: 'Find Version By ID',
22
19
  },
23
20
  description: DEFAULT_DESCRIPTION,
24
- input: z.object({
25
- id: z.string().describe('The ID of the version to retrieve'),
26
- depth: z
27
- .number()
28
- .int()
29
- .min(0)
30
- .max(10)
31
- .describe('How many levels deep to populate relationships in the version document')
32
- .optional()
33
- .default(0),
34
- fallbackLocale: z
35
- .string()
36
- .describe('Optional: fallback locale code to use when requested locale is not available')
37
- .optional(),
38
- locale: z
39
- .string()
40
- .describe(
41
- 'Optional: locale code to retrieve data in (e.g., "en", "es"). Use "all" to retrieve all locales for localized fields',
42
- )
43
- .optional(),
44
- populate: z
45
- .record(z.string(), z.unknown())
46
- .describe(
47
- 'Optional: control which fields to include from populated relationship or upload documents.',
48
- )
49
- .optional(),
50
- select: z
51
- .record(z.string(), z.unknown())
52
- .describe(
53
- 'Optional: define exactly which fields you\'d like to return in the response, e.g., {"version.title": true}',
54
- )
55
- .optional(),
56
- showHiddenFields: z
57
- .boolean()
58
- .describe('Optional: include hidden fields in the returned version document')
59
- .optional(),
60
- trash: z
61
- .boolean()
62
- .describe('Optional: include soft-deleted version documents when trash is enabled')
63
- .optional(),
64
- }),
65
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: findVersionByIDInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
66
23
  const payload = req.payload
67
24
  const logger = getLogger({ payload })
68
- const { id, depth, fallbackLocale, locale, populate, select, showHiddenFields, trash } = input
25
+ const { id, depth, draft, fallbackLocale, locale, populate, select, trash } = input
69
26
 
70
- logger.info(`Finding version in collection: ${collectionSlug} with ID: ${id}`)
27
+ logger.info(`Finding version in collection: ${slug} with ID: ${id}`)
71
28
 
72
29
  try {
73
30
  const result = await payload.findVersionByID({
74
- id,
75
- collection: collectionSlug,
31
+ id: String(id),
32
+ collection: slug,
76
33
  depth,
77
34
  overrideAccess: authorizedMCP.overrideAccess,
78
35
  req,
79
- ...(fallbackLocale ? { fallbackLocale } : {}),
36
+ ...(draft !== undefined ? { draft } : {}),
37
+ ...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
80
38
  ...(locale ? { locale } : {}),
81
- ...(populate ? { populate: populate as PopulateType } : {}),
82
- ...(select ? { select: select as SelectType } : {}),
83
- ...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
39
+ ...(populate ? { populate } : {}),
40
+ ...(select ? { select } : {}),
84
41
  ...(trash !== undefined ? { trash } : {}),
85
42
  })
86
43
 
@@ -88,19 +45,19 @@ export const findVersionByIDTool = defineCollectionTool({
88
45
  content: [
89
46
  {
90
47
  type: 'text',
91
- text: `Version "${id}" from collection "${collectionSlug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
48
+ text: `Version "${id}" from collection "${slug}":\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
92
49
  },
93
50
  ],
94
51
  doc: result as unknown as Record<string, unknown>,
95
52
  }
96
53
  } catch (error) {
97
54
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
98
- logger.error(`Error finding version ${id} in ${collectionSlug}: ${errorMessage}`)
55
+ logger.error(`Error finding version ${id} in ${slug}: ${errorMessage}`)
99
56
  return {
100
57
  content: [
101
58
  {
102
59
  type: 'text',
103
- text: `❌ **Error finding version "${id}" in collection "${collectionSlug}":** ${errorMessage}`,
60
+ text: `❌ **Error finding version "${id}" in collection "${slug}":** ${errorMessage}`,
104
61
  },
105
62
  ],
106
63
  isError: true,