@payloadcms/plugin-mcp 4.0.0-internal.c3ac604 → 4.0.0-internal.cc18726

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 (151) hide show
  1. package/dist/endpoint/access.js +2 -2
  2. package/dist/endpoint/access.js.map +1 -1
  3. package/dist/mcp/buildMcpServer.d.ts +1 -1
  4. package/dist/mcp/buildMcpServer.d.ts.map +1 -1
  5. package/dist/mcp/buildMcpServer.js +35 -23
  6. package/dist/mcp/buildMcpServer.js.map +1 -1
  7. package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -1
  8. package/dist/mcp/builtin/collections/authTools.js +79 -56
  9. package/dist/mcp/builtin/collections/authTools.js.map +1 -1
  10. package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -1
  11. package/dist/mcp/builtin/collections/countTool.js +9 -14
  12. package/dist/mcp/builtin/collections/countTool.js.map +1 -1
  13. package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -1
  14. package/dist/mcp/builtin/collections/countVersionsTool.js +9 -13
  15. package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -1
  16. package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -1
  17. package/dist/mcp/builtin/collections/createTool.js +20 -28
  18. package/dist/mcp/builtin/collections/createTool.js.map +1 -1
  19. package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -1
  20. package/dist/mcp/builtin/collections/deleteTool.js +40 -43
  21. package/dist/mcp/builtin/collections/deleteTool.js.map +1 -1
  22. package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -1
  23. package/dist/mcp/builtin/collections/duplicateTool.js +15 -34
  24. package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -1
  25. package/dist/mcp/builtin/collections/fileInput.d.ts +21 -21
  26. package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -1
  27. package/dist/mcp/builtin/collections/fileInput.js +19 -20
  28. package/dist/mcp/builtin/collections/fileInput.js.map +1 -1
  29. package/dist/mcp/builtin/collections/fileInput.spec.js +2 -2
  30. package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -1
  31. package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -1
  32. package/dist/mcp/builtin/collections/findDistinctTool.js +11 -26
  33. package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -1
  34. package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -1
  35. package/dist/mcp/builtin/collections/findTool.js +21 -43
  36. package/dist/mcp/builtin/collections/findTool.js.map +1 -1
  37. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -1
  38. package/dist/mcp/builtin/collections/findVersionByIDTool.js +17 -26
  39. package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -1
  40. package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -1
  41. package/dist/mcp/builtin/collections/findVersionsTool.js +16 -30
  42. package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -1
  43. package/dist/mcp/builtin/collections/formatCollectionError.d.ts +2 -2
  44. package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +1 -1
  45. package/dist/mcp/builtin/collections/formatCollectionError.js +6 -6
  46. package/dist/mcp/builtin/collections/formatCollectionError.js.map +1 -1
  47. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -1
  48. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +12 -12
  49. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -1
  50. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -1
  51. package/dist/mcp/builtin/collections/restoreVersionTool.js +14 -26
  52. package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -1
  53. package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -1
  54. package/dist/mcp/builtin/collections/updateTool.js +35 -77
  55. package/dist/mcp/builtin/collections/updateTool.js.map +1 -1
  56. package/dist/mcp/builtin/collections/uploadInstructionsTool.js +11 -11
  57. package/dist/mcp/builtin/collections/uploadInstructionsTool.js.map +1 -1
  58. package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -1
  59. package/dist/mcp/builtin/getConfigInfoTool.js +3 -2
  60. package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -1
  61. package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -1
  62. package/dist/mcp/builtin/globals/countVersionsTool.js +9 -13
  63. package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -1
  64. package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -1
  65. package/dist/mcp/builtin/globals/findTool.js +10 -16
  66. package/dist/mcp/builtin/globals/findTool.js.map +1 -1
  67. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -1
  68. package/dist/mcp/builtin/globals/findVersionByIDTool.js +13 -24
  69. package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -1
  70. package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -1
  71. package/dist/mcp/builtin/globals/findVersionsTool.js +13 -29
  72. package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -1
  73. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -1
  74. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +11 -11
  75. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -1
  76. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -1
  77. package/dist/mcp/builtin/globals/restoreVersionTool.js +15 -22
  78. package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -1
  79. package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -1
  80. package/dist/mcp/builtin/globals/updateTool.js +18 -23
  81. package/dist/mcp/builtin/globals/updateTool.js.map +1 -1
  82. package/dist/mcp/builtin/validateEntityData.d.ts +4 -4
  83. package/dist/mcp/builtin/validateEntityData.d.ts.map +1 -1
  84. package/dist/mcp/builtin/validateEntityData.js +7 -7
  85. package/dist/mcp/builtin/validateEntityData.js.map +1 -1
  86. package/dist/types.d.ts +4 -4
  87. package/dist/types.d.ts.map +1 -1
  88. package/dist/types.js.map +1 -1
  89. package/package.json +4 -6
  90. package/src/endpoint/access.ts +2 -3
  91. package/src/mcp/buildMcpServer.ts +39 -29
  92. package/src/mcp/builtin/collections/authTools.ts +77 -69
  93. package/src/mcp/builtin/collections/countTool.ts +9 -21
  94. package/src/mcp/builtin/collections/countVersionsTool.ts +9 -18
  95. package/src/mcp/builtin/collections/createTool.ts +25 -69
  96. package/src/mcp/builtin/collections/deleteTool.ts +36 -64
  97. package/src/mcp/builtin/collections/duplicateTool.ts +21 -83
  98. package/src/mcp/builtin/collections/fileInput.spec.ts +2 -2
  99. package/src/mcp/builtin/collections/fileInput.ts +30 -25
  100. package/src/mcp/builtin/collections/findDistinctTool.ts +11 -63
  101. package/src/mcp/builtin/collections/findTool.ts +21 -103
  102. package/src/mcp/builtin/collections/findVersionByIDTool.ts +15 -58
  103. package/src/mcp/builtin/collections/findVersionsTool.ts +14 -85
  104. package/src/mcp/builtin/collections/formatCollectionError.ts +8 -8
  105. package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +11 -11
  106. package/src/mcp/builtin/collections/restoreVersionTool.ts +14 -56
  107. package/src/mcp/builtin/collections/updateTool.ts +45 -99
  108. package/src/mcp/builtin/collections/uploadInstructionsTool.ts +12 -12
  109. package/src/mcp/builtin/getConfigInfoTool.ts +2 -1
  110. package/src/mcp/builtin/globals/countVersionsTool.ts +9 -17
  111. package/src/mcp/builtin/globals/findTool.ts +12 -51
  112. package/src/mcp/builtin/globals/findVersionByIDTool.ts +13 -52
  113. package/src/mcp/builtin/globals/findVersionsTool.ts +14 -92
  114. package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +10 -10
  115. package/src/mcp/builtin/globals/restoreVersionTool.ts +14 -45
  116. package/src/mcp/builtin/globals/updateTool.ts +34 -52
  117. package/src/mcp/builtin/validateEntityData.ts +10 -13
  118. package/src/types.ts +4 -4
  119. package/dist/utils/getVirtualFieldNames.d.ts +0 -14
  120. package/dist/utils/getVirtualFieldNames.d.ts.map +0 -1
  121. package/dist/utils/getVirtualFieldNames.js +0 -35
  122. package/dist/utils/getVirtualFieldNames.js.map +0 -1
  123. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts +0 -28
  124. package/dist/utils/schemaConversion/filterFieldsByAccess.d.ts.map +0 -1
  125. package/dist/utils/schemaConversion/filterFieldsByAccess.js +0 -71
  126. package/dist/utils/schemaConversion/filterFieldsByAccess.js.map +0 -1
  127. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -13
  128. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
  129. package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -66
  130. package/dist/utils/schemaConversion/getEntityInputSchema.js.map +0 -1
  131. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +0 -10
  132. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +0 -1
  133. package/dist/utils/schemaConversion/sanitizeEntitySchema.js +0 -384
  134. package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +0 -1
  135. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +0 -133
  136. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +0 -1
  137. package/dist/utils/transformPointDataToPayload.d.ts +0 -7
  138. package/dist/utils/transformPointDataToPayload.d.ts.map +0 -1
  139. package/dist/utils/transformPointDataToPayload.js +0 -28
  140. package/dist/utils/transformPointDataToPayload.js.map +0 -1
  141. package/dist/utils/whereSchema.d.ts +0 -9
  142. package/dist/utils/whereSchema.d.ts.map +0 -1
  143. package/dist/utils/whereSchema.js +0 -13
  144. package/dist/utils/whereSchema.js.map +0 -1
  145. package/src/utils/getVirtualFieldNames.ts +0 -53
  146. package/src/utils/schemaConversion/filterFieldsByAccess.ts +0 -123
  147. package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -96
  148. package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +0 -96
  149. package/src/utils/schemaConversion/sanitizeEntitySchema.ts +0 -432
  150. package/src/utils/transformPointDataToPayload.ts +0 -40
  151. package/src/utils/whereSchema.ts +0 -24
@@ -1,15 +1,13 @@
1
- import type { SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import {
2
+ createDocumentsInputSchema,
3
+ getCollectionVirtualFieldNames,
4
+ stripVirtualFields,
5
+ transformPointDataToPayload,
6
+ } from 'payload'
4
7
 
5
8
  import { defaultAccess } from '../../../defaultAccess.js'
6
9
  import { defineCollectionTool } from '../../../defineTool.js'
7
10
  import { getLogger } from '../../../utils/getLogger.js'
8
- import {
9
- getCollectionVirtualFieldNames,
10
- stripVirtualFields,
11
- } from '../../../utils/getVirtualFieldNames.js'
12
- import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
13
11
  import { validateCollectionData } from '../validateEntityData.js'
14
12
  import { fileInputSchema, resolveFile } from './fileInput.js'
15
13
  import { formatCollectionError } from './formatCollectionError.js'
@@ -19,7 +17,7 @@ const DEFAULT_DESCRIPTION =
19
17
 
20
18
  export const createDocumentsTool = defineCollectionTool({
21
19
  access: (args) =>
22
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.create),
20
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
23
21
  annotations: {
24
22
  destructiveHint: false,
25
23
  idempotentHint: false,
@@ -28,61 +26,17 @@ export const createDocumentsTool = defineCollectionTool({
28
26
  title: 'Create Documents',
29
27
  },
30
28
  description: DEFAULT_DESCRIPTION,
31
- input: z.object({
32
- depth: z
33
- .number()
34
- .int()
35
- .min(0)
36
- .max(10)
37
- .describe('How many levels deep to populate relationships in response')
38
- .optional()
39
- .default(0),
40
- documents: z
41
- .array(
42
- z.object({
43
- data: z
44
- .record(z.string(), z.unknown())
45
- .describe(
46
- 'The document fields to create. Only include fields permitted by the schema returned by getCollectionSchema.',
47
- ),
48
- file: fileInputSchema.optional(),
49
- }),
50
- )
51
- .min(1)
52
- .describe('The documents to create, in order'),
53
- draft: z
54
- .boolean()
55
- .describe(
56
- 'Only if getCollectionSchema includes _status; otherwise _status does not exist. true forces data._status to "draft"; with false, data._status controls draft or published.',
57
- )
58
- .optional()
59
- .default(false),
60
- fallbackLocale: z
61
- .string()
62
- .describe('Optional: fallback locale code to use when requested locale is not available')
63
- .optional(),
64
- locale: z
65
- .string()
66
- .describe(
67
- 'Optional: locale code to create the documents in (e.g., "en", "es"). Defaults to the default locale',
68
- )
69
- .optional(),
70
- select: z
71
- .record(z.string(), z.unknown())
72
- .describe(
73
- 'Optional: define exactly which fields you\'d like to return, e.g., {"title": true}',
74
- )
75
- .optional(),
76
- }),
77
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
29
+ input: createDocumentsInputSchema({ file: fileInputSchema }),
30
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
78
31
  const payload = req.payload
79
32
  const logger = getLogger({ payload })
80
- const { depth, documents, draft, fallbackLocale, locale, select } = input
33
+ const { depth, documents, draft, fallbackLocale, locale, populate, publishAllLocales, select } =
34
+ input
81
35
 
82
- logger.info(`Creating ${documents.length} documents in collection: ${collectionSlug}`)
36
+ logger.info(`Creating ${documents.length} documents in collection: ${slug}`)
83
37
 
84
38
  try {
85
- const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, collectionSlug)
39
+ const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
86
40
  const docs: Array<{ doc: Record<string, unknown>; index: number }> = []
87
41
  const errors: Array<{ index: number; message: string }> = []
88
42
  let validationSchema: Record<string, unknown> | undefined
@@ -90,7 +44,7 @@ export const createDocumentsTool = defineCollectionTool({
90
44
  for (const [index, document] of documents.entries()) {
91
45
  try {
92
46
  const inputData = stripVirtualFields(document.data, virtualFieldNames)
93
- const validationError = validateCollectionData({ collectionSlug, data: inputData, req })
47
+ const validationError = validateCollectionData({ slug, data: inputData, req })
94
48
 
95
49
  if (validationError) {
96
50
  const firstContent = validationError.content[0]
@@ -114,25 +68,27 @@ export const createDocumentsTool = defineCollectionTool({
114
68
  }
115
69
 
116
70
  const parsedData = transformPointDataToPayload(inputData)
117
- const file = await resolveFile({ collectionSlug, input: document.file, req })
71
+ const file = await resolveFile({ slug, input: document.file, req })
118
72
  const result = await payload.create({
119
- collection: collectionSlug,
73
+ collection: slug,
120
74
  data: parsedData,
121
75
  depth,
122
76
  draft,
123
77
  overrideAccess: authorizedMCP.overrideAccess,
78
+ populate,
79
+ publishAllLocales,
124
80
  req,
125
81
  ...(file ? { file } : {}),
126
82
  ...(locale ? { locale } : {}),
127
- ...(fallbackLocale ? { fallbackLocale } : {}),
128
- ...(select ? { select: select as SelectType } : {}),
83
+ ...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
84
+ ...(select ? { select } : {}),
129
85
  })
130
86
 
131
87
  docs.push({ doc: result as Record<string, unknown>, index })
132
88
  } catch (error) {
133
89
  const message = error instanceof Error ? error.message : 'Unknown error'
134
90
 
135
- logger.error(`Error creating document at index ${index} in ${collectionSlug}: ${message}`)
91
+ logger.error(`Error creating document at index ${index} in ${slug}: ${message}`)
136
92
  errors.push({ index, message })
137
93
  }
138
94
  }
@@ -146,13 +102,13 @@ export const createDocumentsTool = defineCollectionTool({
146
102
  ? { ...batchResult, schema: validationSchema }
147
103
  : batchResult
148
104
 
149
- logger.info(`Created ${docs.length} of ${documents.length} documents in ${collectionSlug}`)
105
+ logger.info(`Created ${docs.length} of ${documents.length} documents in ${slug}`)
150
106
 
151
107
  return {
152
108
  content: [
153
109
  {
154
110
  type: 'text',
155
- text: `Created ${docs.length} of ${documents.length} documents in collection "${collectionSlug}".${retryMessage}\nResults:\n\`\`\`json\n${JSON.stringify(batchResult)}\n\`\`\`${schemaMessage}`,
111
+ text: `Created ${docs.length} of ${documents.length} documents in collection "${slug}".${retryMessage}\nResults:\n\`\`\`json\n${JSON.stringify(batchResult)}\n\`\`\`${schemaMessage}`,
156
112
  },
157
113
  ],
158
114
  doc: structuredContent as unknown as Record<string, unknown>,
@@ -162,7 +118,7 @@ export const createDocumentsTool = defineCollectionTool({
162
118
  } catch (error) {
163
119
  const message = error instanceof Error ? error.message : 'Unknown error'
164
120
 
165
- logger.error(`Error creating documents in ${collectionSlug}: ${message}`)
166
- return formatCollectionError({ action: 'creating', collectionSlug, error, req })
121
+ logger.error(`Error creating documents in ${slug}: ${message}`)
122
+ return formatCollectionError({ slug, action: 'creating', error, req })
167
123
  }
168
124
  })
@@ -1,16 +1,15 @@
1
- import { z } from 'zod'
1
+ import { deleteDocumentsInputSchema } from 'payload'
2
2
 
3
3
  import { defaultAccess } from '../../../defaultAccess.js'
4
4
  import { defineCollectionTool } from '../../../defineTool.js'
5
5
  import { getLogger } from '../../../utils/getLogger.js'
6
- import { whereSchema } from '../../../utils/whereSchema.js'
7
6
 
8
7
  const DEFAULT_DESCRIPTION =
9
8
  'Delete documents in any collection by passing the collection slug and ID or where clause.'
10
9
 
11
10
  export const deleteDocumentsTool = defineCollectionTool({
12
11
  access: (args) =>
13
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.delete),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.delete),
14
13
  annotations: {
15
14
  destructiveHint: true,
16
15
  idempotentHint: false,
@@ -19,86 +18,59 @@ export const deleteDocumentsTool = defineCollectionTool({
19
18
  title: 'Delete Documents',
20
19
  },
21
20
  description: DEFAULT_DESCRIPTION,
22
- input: z.object({
23
- id: z
24
- .union([z.string(), z.number()])
25
- .describe('Optional: specific document ID to delete')
26
- .optional(),
27
- depth: z
28
- .number()
29
- .int()
30
- .min(0)
31
- .max(10)
32
- .describe('Depth of population for relationships in response')
33
- .optional()
34
- .default(0),
35
- fallbackLocale: z
36
- .string()
37
- .describe('Optional: fallback locale code to use when requested locale is not available')
38
- .optional(),
39
- locale: z
40
- .string()
41
- .describe(
42
- 'Optional: locale code for the operation (e.g., "en", "es"). Defaults to the default locale',
43
- )
44
- .optional(),
45
- where: whereSchema
46
- .describe(
47
- 'Optional: where clause to delete multiple documents. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
48
- )
49
- .optional(),
50
- }),
51
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: deleteDocumentsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
52
23
  const payload = req.payload
53
24
  const logger = getLogger({ payload })
54
25
 
55
26
  const { id, depth, fallbackLocale, locale, where } = input
56
27
 
57
28
  logger.info(
58
- `Deleting document from collection: ${collectionSlug}${id ? ` with ID: ${id}` : ' with where clause'}${locale ? `, locale: ${locale}` : ''}`,
29
+ `Deleting document from collection: ${slug}${id ? ` with ID: ${id}` : ' with where clause'}${locale ? `, locale: ${locale}` : ''}`,
59
30
  )
60
31
 
61
32
  try {
62
- if (!id && !where) {
63
- return {
64
- content: [{ type: 'text', text: 'Error: Either id or where clause must be provided' }],
65
- }
66
- }
67
-
68
- const deleteOptions: Record<string, unknown> = {
69
- collection: collectionSlug,
70
- depth,
71
- overrideAccess: authorizedMCP.overrideAccess,
72
- req,
73
- ...(locale && { locale }),
74
- ...(fallbackLocale && { fallbackLocale }),
75
- }
76
-
77
- if (id) {
78
- deleteOptions.id = id
79
- } else {
80
- deleteOptions.where = where
81
- }
82
-
83
- const result = await payload.delete(deleteOptions as Parameters<typeof payload.delete>[0])
33
+ if (id !== undefined) {
34
+ const result = await payload.delete({
35
+ id,
36
+ collection: slug,
37
+ depth,
38
+ overrideAccess: authorizedMCP.overrideAccess,
39
+ req,
40
+ ...(locale && { locale }),
41
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
42
+ })
84
43
 
85
- if (id) {
86
44
  return {
87
45
  content: [
88
46
  {
89
47
  type: 'text',
90
- text: `Document deleted successfully from collection "${collectionSlug}"!\nDeleted document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
48
+ text: `Document deleted successfully from collection "${slug}"!\nDeleted document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
91
49
  },
92
50
  ],
93
51
  doc: result as Record<string, unknown>,
94
52
  }
95
53
  }
96
54
 
97
- const bulkResult = result as { docs?: unknown[]; errors?: unknown[] }
98
- const docs = bulkResult.docs || []
99
- const errors = bulkResult.errors || []
55
+ if (where === undefined) {
56
+ return {
57
+ content: [{ type: 'text', text: 'Error: Either id or where clause must be provided' }],
58
+ }
59
+ }
60
+
61
+ const result = await payload.delete({
62
+ collection: slug,
63
+ depth,
64
+ overrideAccess: authorizedMCP.overrideAccess,
65
+ req,
66
+ where,
67
+ ...(locale && { locale }),
68
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
69
+ })
70
+ const docs = result.docs || []
71
+ const errors = result.errors || []
100
72
 
101
- let responseText = `Document deleted successfully from collection "${collectionSlug}"!\nDeleted: ${docs.length} documents\nErrors: ${errors.length}\n---`
73
+ let responseText = `Document deleted successfully from collection "${slug}"!\nDeleted: ${docs.length} documents\nErrors: ${errors.length}\n---`
102
74
  if (docs.length > 0) {
103
75
  responseText += `\n\nDeleted documents:\n\`\`\`json\n${JSON.stringify(docs)}\n\`\`\``
104
76
  }
@@ -112,12 +84,12 @@ export const deleteDocumentsTool = defineCollectionTool({
112
84
  }
113
85
  } catch (error) {
114
86
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
115
- logger.error(`Error deleting document from ${collectionSlug}: ${errorMessage}`)
87
+ logger.error(`Error deleting document from ${slug}: ${errorMessage}`)
116
88
  return {
117
89
  content: [
118
90
  {
119
91
  type: 'text',
120
- text: `Error deleting document from collection "${collectionSlug}": ${errorMessage}`,
92
+ text: `Error deleting document from collection "${slug}": ${errorMessage}`,
121
93
  },
122
94
  ],
123
95
  }
@@ -1,15 +1,13 @@
1
- import type { PopulateType, SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import {
2
+ duplicateDocumentInputSchema,
3
+ getCollectionVirtualFieldNames,
4
+ stripVirtualFields,
5
+ transformPointDataToPayload,
6
+ } from 'payload'
4
7
 
5
8
  import { defaultAccess } from '../../../defaultAccess.js'
6
9
  import { defineCollectionTool } from '../../../defineTool.js'
7
10
  import { getLogger } from '../../../utils/getLogger.js'
8
- import {
9
- getCollectionVirtualFieldNames,
10
- stripVirtualFields,
11
- } from '../../../utils/getVirtualFieldNames.js'
12
- import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
13
11
  import { formatCollectionError } from './formatCollectionError.js'
14
12
 
15
13
  const DEFAULT_DESCRIPTION =
@@ -17,7 +15,7 @@ const DEFAULT_DESCRIPTION =
17
15
 
18
16
  export const duplicateDocumentTool = defineCollectionTool({
19
17
  access: (args) =>
20
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.create),
18
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
21
19
  annotations: {
22
20
  destructiveHint: false,
23
21
  idempotentHint: false,
@@ -26,109 +24,49 @@ export const duplicateDocumentTool = defineCollectionTool({
26
24
  title: 'Duplicate Document',
27
25
  },
28
26
  description: DEFAULT_DESCRIPTION,
29
- input: z.object({
30
- id: z.union([z.string(), z.number()]).describe('The ID of the document to duplicate'),
31
- data: z
32
- .record(z.string(), z.unknown())
33
- .describe('Optional: fields to override on the duplicated document')
34
- .optional(),
35
- depth: z
36
- .number()
37
- .int()
38
- .min(0)
39
- .max(10)
40
- .describe('How many levels deep to populate relationships in response')
41
- .optional()
42
- .default(0),
43
- draft: z
44
- .boolean()
45
- .describe('Whether to create the duplicate as a draft')
46
- .optional()
47
- .default(false),
48
- fallbackLocale: z
49
- .string()
50
- .describe('Optional: fallback locale code to use when requested locale is not available')
51
- .optional(),
52
- locale: z
53
- .string()
54
- .describe(
55
- 'Optional: locale code to duplicate in (e.g., "en", "es"). Defaults to the default locale',
56
- )
57
- .optional(),
58
- populate: z
59
- .record(z.string(), z.unknown())
60
- .describe(
61
- 'Optional: control which fields to include from populated relationship or upload documents.',
62
- )
63
- .optional(),
64
- select: z
65
- .record(z.string(), z.unknown())
66
- .describe(
67
- 'Optional: define exactly which fields you\'d like to return in the response, e.g., {"title": true}',
68
- )
69
- .optional(),
70
- selectedLocales: z
71
- .array(z.string())
72
- .describe('Optional: localized field locales to include in the duplicated document')
73
- .optional(),
74
- showHiddenFields: z
75
- .boolean()
76
- .describe('Optional: include hidden fields in the duplicated document response')
77
- .optional(),
78
- }),
79
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
27
+ input: duplicateDocumentInputSchema,
28
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
80
29
  const payload = req.payload
81
30
  const logger = getLogger({ payload })
82
- const {
83
- id,
84
- data,
85
- depth,
86
- draft,
87
- fallbackLocale,
88
- locale,
89
- populate,
90
- select,
91
- selectedLocales,
92
- showHiddenFields,
93
- } = input
31
+ const { id, data, depth, draft, fallbackLocale, locale, populate, select, selectedLocales } =
32
+ input
94
33
 
95
- logger.info(`Duplicating document in collection: ${collectionSlug} with ID: ${id}`)
34
+ logger.info(`Duplicating document in collection: ${slug} with ID: ${id}`)
96
35
 
97
36
  try {
98
- const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, collectionSlug)
37
+ const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
99
38
  const inputData = data ? stripVirtualFields(data, virtualFieldNames) : undefined
100
39
  const parsedData = inputData ? transformPointDataToPayload(inputData) : undefined
101
40
 
102
41
  const result = await payload.duplicate({
103
42
  id,
104
- collection: collectionSlug,
43
+ collection: slug,
105
44
  depth,
106
45
  draft,
107
46
  overrideAccess: authorizedMCP.overrideAccess,
108
47
  req,
109
48
  ...(parsedData ? { data: parsedData } : {}),
110
49
  ...(locale ? { locale } : {}),
111
- ...(fallbackLocale ? { fallbackLocale } : {}),
112
- ...(populate ? { populate: populate as PopulateType } : {}),
113
- ...(select ? { select: select as SelectType } : {}),
50
+ ...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
51
+ ...(populate ? { populate } : {}),
52
+ ...(select ? { select } : {}),
114
53
  ...(selectedLocales ? { selectedLocales } : {}),
115
- ...(showHiddenFields !== undefined ? { showHiddenFields } : {}),
116
54
  })
117
55
 
118
- logger.info(`Successfully duplicated document in ${collectionSlug} from ID: ${id}`)
56
+ logger.info(`Successfully duplicated document in ${slug} from ID: ${id}`)
119
57
 
120
58
  return {
121
59
  content: [
122
60
  {
123
61
  type: 'text',
124
- text: `Document duplicated successfully in collection "${collectionSlug}"!\nDuplicated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
62
+ text: `Document duplicated successfully in collection "${slug}"!\nDuplicated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
125
63
  },
126
64
  ],
127
65
  doc: result as Record<string, unknown>,
128
66
  }
129
67
  } catch (error) {
130
68
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
131
- logger.error(`Error duplicating document in ${collectionSlug}: ${errorMessage}`)
132
- return formatCollectionError({ action: 'duplicating', collectionSlug, error, req })
69
+ logger.error(`Error duplicating document in ${slug}: ${errorMessage}`)
70
+ return formatCollectionError({ slug, action: 'duplicating', error, req })
133
71
  }
134
72
  })
@@ -35,7 +35,7 @@ describe('MCP file input', () => {
35
35
 
36
36
  await expect(
37
37
  resolveFile({
38
- collectionSlug: 'media',
38
+ slug: 'media',
39
39
  input: {
40
40
  data: Buffer.from('hello').toString('base64'),
41
41
  mimeType: 'text/plain',
@@ -54,7 +54,7 @@ describe('MCP file input', () => {
54
54
 
55
55
  await expect(
56
56
  resolveFile({
57
- collectionSlug: 'media',
57
+ slug: 'media',
58
58
  input: {
59
59
  source: 'externalURL',
60
60
  url: 'https://example.com/image.png',
@@ -1,53 +1,61 @@
1
1
  import type { CollectionSlug, File, FileData, PayloadRequest } from 'payload'
2
2
 
3
- import { APIError } from 'payload'
3
+ import { APIError, z } from 'payload'
4
4
  import { getExternalFile, getFileFromUploadInstructions, isURLAllowed } from 'payload/internal'
5
5
  import { sanitizeFilename } from 'payload/shared'
6
- import { z } from 'zod'
7
6
 
8
7
  const mimeTypeSchema = z
9
8
  .string()
10
- .regex(/^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/, 'MIME type must use the type/subtype format')
9
+ .check(
10
+ z.regex(
11
+ /^[!#$%&'*+.^`|~\w-]+\/[!#$%&'*+.^`|~\w-]+$/,
12
+ 'MIME type must use the type/subtype format',
13
+ ),
14
+ )
11
15
 
12
- const uploadFileSchema = z.object({
16
+ const uploadFileSchema = z.strictObject({
13
17
  filename: z.string(),
14
18
  mimeType: z.string(),
15
- size: z.number().int().nonnegative(),
19
+ size: z.int().check(z.nonnegative()),
16
20
  uploadReference: z.record(z.string(), z.unknown()),
17
21
  })
18
22
 
19
23
  export const fileInputSchema = z
20
24
  .discriminatedUnion('source', [
21
- z.object({
22
- name: z.string().min(1).describe('The file name, including its extension'),
23
- data: z.string().describe('The base64-encoded file bytes, without a data URL prefix'),
24
- mimeType: mimeTypeSchema.describe('The file MIME type, for example image/png'),
25
+ z.strictObject({
26
+ name: z.string().check(z.minLength(1), z.describe('The file name, including its extension.')),
27
+ data: z
28
+ .string()
29
+ .check(z.describe('The base64-encoded file bytes, without a data URL prefix.')),
30
+ mimeType: mimeTypeSchema.check(z.describe('The file MIME type, for example image/png.')),
25
31
  source: z.literal('base64'),
26
32
  }),
27
- z.object({
28
- name: z.string().min(1).describe('Optional file name override').optional(),
33
+ z.strictObject({
34
+ name: z.optional(z.string().check(z.minLength(1))).check(z.describe('File name override.')),
29
35
  source: z.literal('externalURL'),
30
- url: z.url().describe('The http or https URL to download'),
36
+ url: z.url().check(z.describe('The http or https URL to download.')),
31
37
  }),
32
- z.object({
33
- file: uploadFileSchema.describe('getUploadInstructions file field post-upload'),
38
+ z.strictObject({
39
+ file: uploadFileSchema.check(z.describe('getUploadInstructions file field post-upload.')),
34
40
  source: z.literal('uploadReference'),
35
41
  }),
36
42
  ])
37
- .describe(
38
- '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.',
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
+ ),
39
47
  )
40
48
 
41
49
  type FileInput = z.infer<typeof fileInputSchema>
42
50
 
43
51
  export async function resolveFile({
44
- collectionSlug,
52
+ slug,
45
53
  input,
46
54
  req,
47
55
  }: {
48
- collectionSlug: CollectionSlug
49
56
  input?: FileInput
50
57
  req: PayloadRequest
58
+ slug: CollectionSlug
51
59
  }): Promise<File | undefined> {
52
60
  if (!input) {
53
61
  return undefined
@@ -55,7 +63,7 @@ export async function resolveFile({
55
63
 
56
64
  if (input.source === 'uploadReference') {
57
65
  try {
58
- return await getFileFromUploadInstructions({ collectionSlug, file: input.file, req })
66
+ return await getFileFromUploadInstructions({ collectionSlug: slug, file: input.file, req })
59
67
  } catch (error) {
60
68
  if (error instanceof Error && error.message === 'Staged upload was not found.') {
61
69
  throw new APIError(
@@ -67,10 +75,10 @@ export async function resolveFile({
67
75
  }
68
76
  }
69
77
 
70
- const uploadConfig = req.payload.collections[collectionSlug]?.config.upload
78
+ const uploadConfig = req.payload.collections[slug]?.config.upload
71
79
 
72
80
  if (!uploadConfig) {
73
- throw new APIError(`Collection "${collectionSlug}" does not support file uploads.`, 400)
81
+ throw new APIError(`Collection "${slug}" does not support file uploads.`, 400)
74
82
  }
75
83
 
76
84
  const maxFileSize = req.payload.config.upload.limits?.fileSize
@@ -87,10 +95,7 @@ export async function resolveFile({
87
95
  }
88
96
  } else {
89
97
  if (uploadConfig.pasteURL === false) {
90
- throw new APIError(
91
- `Uploading files from URLs is disabled for collection "${collectionSlug}".`,
92
- 400,
93
- )
98
+ throw new APIError(`Uploading files from URLs is disabled for collection "${slug}".`, 400)
94
99
  }
95
100
 
96
101
  const url = new URL(input.url)