@payloadcms/plugin-mcp 4.0.0-internal.fa345ef → 4.0.0-internal.fec2230

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 (182) 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 +2 -7
  6. package/dist/endpoint/access.d.ts.map +1 -1
  7. package/dist/endpoint/access.js +6 -13
  8. package/dist/endpoint/access.js.map +1 -1
  9. package/dist/mcp/buildMcpServer.d.ts +1 -1
  10. package/dist/mcp/buildMcpServer.d.ts.map +1 -1
  11. package/dist/mcp/buildMcpServer.js +35 -23
  12. package/dist/mcp/buildMcpServer.js.map +1 -1
  13. package/dist/mcp/builtin/collections/authTools.d.ts.map +1 -1
  14. package/dist/mcp/builtin/collections/authTools.js +79 -56
  15. package/dist/mcp/builtin/collections/authTools.js.map +1 -1
  16. package/dist/mcp/builtin/collections/countTool.d.ts.map +1 -1
  17. package/dist/mcp/builtin/collections/countTool.js +10 -16
  18. package/dist/mcp/builtin/collections/countTool.js.map +1 -1
  19. package/dist/mcp/builtin/collections/countVersionsTool.d.ts.map +1 -1
  20. package/dist/mcp/builtin/collections/countVersionsTool.js +10 -15
  21. package/dist/mcp/builtin/collections/countVersionsTool.js.map +1 -1
  22. package/dist/mcp/builtin/collections/createTool.d.ts +1 -1
  23. package/dist/mcp/builtin/collections/createTool.d.ts.map +1 -1
  24. package/dist/mcp/builtin/collections/createTool.js +104 -54
  25. package/dist/mcp/builtin/collections/createTool.js.map +1 -1
  26. package/dist/mcp/builtin/collections/deleteTool.d.ts.map +1 -1
  27. package/dist/mcp/builtin/collections/deleteTool.js +45 -45
  28. package/dist/mcp/builtin/collections/deleteTool.js.map +1 -1
  29. package/dist/mcp/builtin/collections/duplicateTool.d.ts.map +1 -1
  30. package/dist/mcp/builtin/collections/duplicateTool.js +32 -39
  31. package/dist/mcp/builtin/collections/duplicateTool.js.map +1 -1
  32. package/dist/mcp/builtin/collections/fileInput.d.ts +28 -0
  33. package/dist/mcp/builtin/collections/fileInput.d.ts.map +1 -0
  34. package/dist/mcp/builtin/collections/fileInput.js +88 -0
  35. package/dist/mcp/builtin/collections/fileInput.js.map +1 -0
  36. package/dist/mcp/builtin/collections/fileInput.spec.js +86 -0
  37. package/dist/mcp/builtin/collections/fileInput.spec.js.map +1 -0
  38. package/dist/mcp/builtin/collections/findDistinctTool.d.ts.map +1 -1
  39. package/dist/mcp/builtin/collections/findDistinctTool.js +12 -28
  40. package/dist/mcp/builtin/collections/findDistinctTool.js.map +1 -1
  41. package/dist/mcp/builtin/collections/findTool.d.ts.map +1 -1
  42. package/dist/mcp/builtin/collections/findTool.js +29 -48
  43. package/dist/mcp/builtin/collections/findTool.js.map +1 -1
  44. package/dist/mcp/builtin/collections/findVersionByIDTool.d.ts.map +1 -1
  45. package/dist/mcp/builtin/collections/findVersionByIDTool.js +18 -28
  46. package/dist/mcp/builtin/collections/findVersionByIDTool.js.map +1 -1
  47. package/dist/mcp/builtin/collections/findVersionsTool.d.ts.map +1 -1
  48. package/dist/mcp/builtin/collections/findVersionsTool.js +17 -32
  49. package/dist/mcp/builtin/collections/findVersionsTool.js.map +1 -1
  50. package/dist/mcp/builtin/collections/getCollectionSchemaTool.d.ts.map +1 -1
  51. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js +51 -11
  52. package/dist/mcp/builtin/collections/getCollectionSchemaTool.js.map +1 -1
  53. package/dist/mcp/builtin/collections/restoreVersionTool.d.ts.map +1 -1
  54. package/dist/mcp/builtin/collections/restoreVersionTool.js +15 -28
  55. package/dist/mcp/builtin/collections/restoreVersionTool.js.map +1 -1
  56. package/dist/mcp/builtin/collections/updateTool.d.ts.map +1 -1
  57. package/dist/mcp/builtin/collections/updateTool.js +67 -87
  58. package/dist/mcp/builtin/collections/updateTool.js.map +1 -1
  59. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts +2 -0
  60. package/dist/mcp/builtin/collections/uploadInstructionsTool.d.ts.map +1 -0
  61. package/dist/mcp/builtin/collections/uploadInstructionsTool.js +55 -0
  62. package/dist/mcp/builtin/collections/uploadInstructionsTool.js.map +1 -0
  63. package/dist/mcp/builtin/formatEntityError.d.ts +16 -0
  64. package/dist/mcp/builtin/formatEntityError.d.ts.map +1 -0
  65. package/dist/mcp/builtin/formatEntityError.js +55 -0
  66. package/dist/mcp/builtin/formatEntityError.js.map +1 -0
  67. package/dist/mcp/builtin/getConfigInfoTool.d.ts.map +1 -1
  68. package/dist/mcp/builtin/getConfigInfoTool.js +5 -7
  69. package/dist/mcp/builtin/getConfigInfoTool.js.map +1 -1
  70. package/dist/mcp/builtin/globals/countVersionsTool.d.ts.map +1 -1
  71. package/dist/mcp/builtin/globals/countVersionsTool.js +10 -15
  72. package/dist/mcp/builtin/globals/countVersionsTool.js.map +1 -1
  73. package/dist/mcp/builtin/globals/findTool.d.ts.map +1 -1
  74. package/dist/mcp/builtin/globals/findTool.js +12 -18
  75. package/dist/mcp/builtin/globals/findTool.js.map +1 -1
  76. package/dist/mcp/builtin/globals/findVersionByIDTool.d.ts.map +1 -1
  77. package/dist/mcp/builtin/globals/findVersionByIDTool.js +14 -26
  78. package/dist/mcp/builtin/globals/findVersionByIDTool.js.map +1 -1
  79. package/dist/mcp/builtin/globals/findVersionsTool.d.ts.map +1 -1
  80. package/dist/mcp/builtin/globals/findVersionsTool.js +14 -31
  81. package/dist/mcp/builtin/globals/findVersionsTool.js.map +1 -1
  82. package/dist/mcp/builtin/globals/getGlobalSchemaTool.d.ts.map +1 -1
  83. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js +28 -10
  84. package/dist/mcp/builtin/globals/getGlobalSchemaTool.js.map +1 -1
  85. package/dist/mcp/builtin/globals/restoreVersionTool.d.ts.map +1 -1
  86. package/dist/mcp/builtin/globals/restoreVersionTool.js +16 -24
  87. package/dist/mcp/builtin/globals/restoreVersionTool.js.map +1 -1
  88. package/dist/mcp/builtin/globals/updateTool.d.ts.map +1 -1
  89. package/dist/mcp/builtin/globals/updateTool.js +28 -37
  90. package/dist/mcp/builtin/globals/updateTool.js.map +1 -1
  91. package/dist/mcp/builtinTools.d.ts +6 -0
  92. package/dist/mcp/builtinTools.d.ts.map +1 -1
  93. package/dist/mcp/builtinTools.js +9 -3
  94. package/dist/mcp/builtinTools.js.map +1 -1
  95. package/dist/mcp/sanitizeMCPConfig.d.ts.map +1 -1
  96. package/dist/mcp/sanitizeMCPConfig.js +4 -1
  97. package/dist/mcp/sanitizeMCPConfig.js.map +1 -1
  98. package/dist/stdio.d.ts.map +1 -1
  99. package/dist/stdio.js +2 -1
  100. package/dist/stdio.js.map +1 -1
  101. package/dist/types.d.ts +48 -11
  102. package/dist/types.d.ts.map +1 -1
  103. package/dist/types.js +2 -4
  104. package/dist/types.js.map +1 -1
  105. package/dist/utils/camelCase.d.ts.map +1 -1
  106. package/dist/utils/resolveProjectRoot.d.ts.map +1 -1
  107. package/dist/utils/toStandardSchema.d.ts.map +1 -1
  108. package/package.json +5 -7
  109. package/src/endpoint/access.ts +5 -13
  110. package/src/mcp/buildMcpServer.ts +39 -29
  111. package/src/mcp/builtin/collections/authTools.ts +77 -69
  112. package/src/mcp/builtin/collections/countTool.ts +10 -23
  113. package/src/mcp/builtin/collections/countVersionsTool.ts +10 -23
  114. package/src/mcp/builtin/collections/createTool.ts +110 -77
  115. package/src/mcp/builtin/collections/deleteTool.ts +36 -65
  116. package/src/mcp/builtin/collections/duplicateTool.ts +36 -87
  117. package/src/mcp/builtin/collections/fileInput.spec.ts +93 -0
  118. package/src/mcp/builtin/collections/fileInput.ts +127 -0
  119. package/src/mcp/builtin/collections/findDistinctTool.ts +12 -64
  120. package/src/mcp/builtin/collections/findTool.ts +25 -108
  121. package/src/mcp/builtin/collections/findVersionByIDTool.ts +16 -60
  122. package/src/mcp/builtin/collections/findVersionsTool.ts +15 -87
  123. package/src/mcp/builtin/collections/getCollectionSchemaTool.ts +48 -14
  124. package/src/mcp/builtin/collections/restoreVersionTool.ts +15 -58
  125. package/src/mcp/builtin/collections/updateTool.ts +63 -101
  126. package/src/mcp/builtin/collections/uploadInstructionsTool.ts +64 -0
  127. package/src/mcp/builtin/formatEntityError.ts +77 -0
  128. package/src/mcp/builtin/getConfigInfoTool.ts +4 -5
  129. package/src/mcp/builtin/globals/countVersionsTool.ts +10 -22
  130. package/src/mcp/builtin/globals/findTool.ts +14 -53
  131. package/src/mcp/builtin/globals/findVersionByIDTool.ts +14 -54
  132. package/src/mcp/builtin/globals/findVersionsTool.ts +15 -94
  133. package/src/mcp/builtin/globals/getGlobalSchemaTool.ts +30 -8
  134. package/src/mcp/builtin/globals/restoreVersionTool.ts +17 -48
  135. package/src/mcp/builtin/globals/updateTool.ts +39 -62
  136. package/src/mcp/builtinTools.ts +9 -2
  137. package/src/mcp/sanitizeMCPConfig.ts +4 -1
  138. package/src/stdio.ts +2 -1
  139. package/src/types.ts +47 -11
  140. package/dist/mcp/builtin/collections/formatCollectionError.d.ts +0 -9
  141. package/dist/mcp/builtin/collections/formatCollectionError.d.ts.map +0 -1
  142. package/dist/mcp/builtin/collections/formatCollectionError.js +0 -60
  143. package/dist/mcp/builtin/collections/formatCollectionError.js.map +0 -1
  144. package/dist/mcp/builtin/validateEntityData.d.ts +0 -14
  145. package/dist/mcp/builtin/validateEntityData.d.ts.map +0 -1
  146. package/dist/mcp/builtin/validateEntityData.js +0 -82
  147. package/dist/mcp/builtin/validateEntityData.js.map +0 -1
  148. package/dist/utils/getVirtualFieldNames.d.ts +0 -14
  149. package/dist/utils/getVirtualFieldNames.d.ts.map +0 -1
  150. package/dist/utils/getVirtualFieldNames.js +0 -35
  151. package/dist/utils/getVirtualFieldNames.js.map +0 -1
  152. package/dist/utils/localAPIDefaults.d.ts +0 -20
  153. package/dist/utils/localAPIDefaults.d.ts.map +0 -1
  154. package/dist/utils/localAPIDefaults.js +0 -19
  155. package/dist/utils/localAPIDefaults.js.map +0 -1
  156. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts +0 -11
  157. package/dist/utils/schemaConversion/getEntityInputSchema.d.ts.map +0 -1
  158. package/dist/utils/schemaConversion/getEntityInputSchema.js +0 -32
  159. package/dist/utils/schemaConversion/getEntityInputSchema.js.map +0 -1
  160. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts +0 -10
  161. package/dist/utils/schemaConversion/sanitizeEntitySchema.d.ts.map +0 -1
  162. package/dist/utils/schemaConversion/sanitizeEntitySchema.js +0 -384
  163. package/dist/utils/schemaConversion/sanitizeEntitySchema.js.map +0 -1
  164. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js +0 -133
  165. package/dist/utils/schemaConversion/sanitizeEntitySchema.spec.js.map +0 -1
  166. package/dist/utils/transformPointDataToPayload.d.ts +0 -7
  167. package/dist/utils/transformPointDataToPayload.d.ts.map +0 -1
  168. package/dist/utils/transformPointDataToPayload.js +0 -28
  169. package/dist/utils/transformPointDataToPayload.js.map +0 -1
  170. package/dist/utils/whereSchema.d.ts +0 -9
  171. package/dist/utils/whereSchema.d.ts.map +0 -1
  172. package/dist/utils/whereSchema.js +0 -13
  173. package/dist/utils/whereSchema.js.map +0 -1
  174. package/src/mcp/builtin/collections/formatCollectionError.ts +0 -84
  175. package/src/mcp/builtin/validateEntityData.ts +0 -132
  176. package/src/utils/getVirtualFieldNames.ts +0 -53
  177. package/src/utils/localAPIDefaults.ts +0 -22
  178. package/src/utils/schemaConversion/getEntityInputSchema.ts +0 -62
  179. package/src/utils/schemaConversion/sanitizeEntitySchema.spec.ts +0 -96
  180. package/src/utils/schemaConversion/sanitizeEntitySchema.ts +0 -432
  181. package/src/utils/transformPointDataToPayload.ts +0 -40
  182. package/src/utils/whereSchema.ts +0 -24
@@ -1,17 +1,15 @@
1
- import { z } from 'zod'
1
+ import { countDocumentsInputSchema } 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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
7
- import { whereSchema } from '../../../utils/whereSchema.js'
8
6
 
9
7
  const DEFAULT_DESCRIPTION =
10
8
  'Count documents in any collection by passing the collection slug and optional where clause.'
11
9
 
12
10
  export const countDocumentsTool = defineCollectionTool({
13
11
  access: (args) =>
14
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.read),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.read),
15
13
  annotations: {
16
14
  destructiveHint: false,
17
15
  idempotentHint: true,
@@ -20,30 +18,19 @@ export const countDocumentsTool = defineCollectionTool({
20
18
  title: 'Count Documents',
21
19
  },
22
20
  description: DEFAULT_DESCRIPTION,
23
- input: z.object({
24
- locale: z.string().describe('Optional: locale code to count documents in').optional(),
25
- trash: z
26
- .boolean()
27
- .describe('Optional: include soft-deleted documents when trash is enabled on the collection')
28
- .optional(),
29
- where: whereSchema
30
- .describe(
31
- 'Optional: where clause for filtering. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
32
- )
33
- .optional(),
34
- }),
35
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: countDocumentsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
36
23
  const payload = req.payload
37
24
  const logger = getLogger({ payload })
38
25
  const { locale, trash, where } = input
39
26
 
40
- logger.info(`Counting documents in collection: ${collectionSlug}`)
27
+ logger.info(`Counting documents in collection: ${slug}`)
41
28
 
42
29
  try {
43
30
  const result = await payload.count({
44
- collection: collectionSlug,
31
+ collection: slug,
32
+ overrideAccess: authorizedMCP.overrideAccess,
45
33
  req,
46
- ...localAPIDefaults(authorizedMCP),
47
34
  ...(locale ? { locale } : {}),
48
35
  ...(trash !== undefined ? { trash } : {}),
49
36
  ...(where ? { where } : {}),
@@ -53,19 +40,19 @@ export const countDocumentsTool = defineCollectionTool({
53
40
  content: [
54
41
  {
55
42
  type: 'text',
56
- text: `Collection "${collectionSlug}" contains ${result.totalDocs} matching documents.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
43
+ text: `Collection "${slug}" contains ${result.totalDocs} matching documents.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
57
44
  },
58
45
  ],
59
46
  doc: result,
60
47
  }
61
48
  } catch (error) {
62
49
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
63
- logger.error(`Error counting documents in ${collectionSlug}: ${errorMessage}`)
50
+ logger.error(`Error counting documents in ${slug}: ${errorMessage}`)
64
51
  return {
65
52
  content: [
66
53
  {
67
54
  type: 'text',
68
- text: `❌ **Error counting documents in collection "${collectionSlug}":** ${errorMessage}`,
55
+ text: `❌ **Error counting documents in collection "${slug}":** ${errorMessage}`,
69
56
  },
70
57
  ],
71
58
  isError: true,
@@ -1,18 +1,15 @@
1
- import { z } from 'zod'
1
+ import { countVersionsInputSchema } 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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
7
- import { whereSchema } from '../../../utils/whereSchema.js'
8
6
 
9
7
  const DEFAULT_DESCRIPTION =
10
8
  'Count document versions in any version-enabled collection by passing the collection slug and optional where clause.'
11
9
 
12
10
  export const countVersionsTool = 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,29 +18,19 @@ export const countVersionsTool = defineCollectionTool({
21
18
  title: 'Count Versions',
22
19
  },
23
20
  description: DEFAULT_DESCRIPTION,
24
- input: z.object({
25
- locale: z
26
- .string()
27
- .describe('Optional: locale code to count versions in')
28
- .optional(),
29
- where: whereSchema
30
- .describe(
31
- 'Optional: where clause for filtering versions. Version document fields are usually under "version". Example: {"version.title":{"contains":"test"}}',
32
- )
33
- .optional(),
34
- }),
35
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: countVersionsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
36
23
  const payload = req.payload
37
24
  const logger = getLogger({ payload })
38
25
  const { locale, where } = input
39
26
 
40
- logger.info(`Counting versions in collection: ${collectionSlug}`)
27
+ logger.info(`Counting versions in collection: ${slug}`)
41
28
 
42
29
  try {
43
30
  const result = await payload.countVersions({
44
- collection: collectionSlug,
31
+ collection: slug,
32
+ overrideAccess: authorizedMCP.overrideAccess,
45
33
  req,
46
- ...localAPIDefaults(authorizedMCP),
47
34
  ...(locale ? { locale } : {}),
48
35
  ...(where ? { where } : {}),
49
36
  })
@@ -52,19 +39,19 @@ export const countVersionsTool = defineCollectionTool({
52
39
  content: [
53
40
  {
54
41
  type: 'text',
55
- text: `Collection "${collectionSlug}" contains ${result.totalDocs} matching versions.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
42
+ text: `Collection "${slug}" contains ${result.totalDocs} matching versions.\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
56
43
  },
57
44
  ],
58
45
  doc: result,
59
46
  }
60
47
  } catch (error) {
61
48
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
62
- logger.error(`Error counting versions in ${collectionSlug}: ${errorMessage}`)
49
+ logger.error(`Error counting versions in ${slug}: ${errorMessage}`)
63
50
  return {
64
51
  content: [
65
52
  {
66
53
  type: 'text',
67
- text: `❌ **Error counting versions in collection "${collectionSlug}":** ${errorMessage}`,
54
+ text: `❌ **Error counting versions in collection "${slug}":** ${errorMessage}`,
68
55
  },
69
56
  ],
70
57
  isError: true,
@@ -1,112 +1,145 @@
1
- import type { SelectType } from 'payload'
2
-
3
- import { z } from 'zod'
1
+ import {
2
+ createDocumentsInputSchema,
3
+ getCollectionVirtualFieldNames,
4
+ hasDraftValidationEnabled,
5
+ stripVirtualFields,
6
+ transformPointDataToPayload,
7
+ validateCollectionData,
8
+ } from 'payload'
4
9
 
5
10
  import { defaultAccess } from '../../../defaultAccess.js'
6
11
  import { defineCollectionTool } from '../../../defineTool.js'
7
12
  import { getLogger } from '../../../utils/getLogger.js'
8
- import {
9
- getCollectionVirtualFieldNames,
10
- stripVirtualFields,
11
- } from '../../../utils/getVirtualFieldNames.js'
12
- import { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
13
- import { transformPointDataToPayload } from '../../../utils/transformPointDataToPayload.js'
14
- import { validateCollectionData } from '../validateEntityData.js'
15
- import { formatCollectionError } from './formatCollectionError.js'
13
+ import { formatEntityError } from '../formatEntityError.js'
14
+ import { fileInputSchema, resolveFile } from './fileInput.js'
16
15
 
17
16
  const DEFAULT_DESCRIPTION =
18
- 'Create a document in any collection by passing the collection slug and data.'
17
+ 'Create one or more documents. Each can have different data or a file. Prefer uploadReference after upload, externalURL for URLs, or base64 for small local files.'
19
18
 
20
- export const createDocumentTool = defineCollectionTool({
19
+ export const createDocumentsTool = defineCollectionTool({
21
20
  access: (args) =>
22
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.create),
21
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.create),
23
22
  annotations: {
24
23
  destructiveHint: false,
25
24
  idempotentHint: false,
26
25
  openWorldHint: false,
27
26
  readOnlyHint: false,
28
- title: 'Create Document',
27
+ title: 'Create Documents',
29
28
  },
30
29
  description: DEFAULT_DESCRIPTION,
31
- input: z.object({
32
- data: z.record(z.string(), z.unknown()).describe('The document fields to create'),
33
- depth: z
34
- .number()
35
- .int()
36
- .min(0)
37
- .max(10)
38
- .describe('How many levels deep to populate relationships in response')
39
- .optional()
40
- .default(0),
41
- draft: z
42
- .boolean()
43
- .describe('Whether to create the document as a draft')
44
- .optional()
45
- .default(false),
46
- fallbackLocale: z
47
- .string()
48
- .describe('Optional: fallback locale code to use when requested locale is not available')
49
- .optional(),
50
- locale: z
51
- .string()
52
- .describe(
53
- 'Optional: locale code to create the document in (e.g., "en", "es"). Defaults to the default locale',
54
- )
55
- .optional(),
56
- select: z
57
- .record(z.string(), z.unknown())
58
- .describe(
59
- 'Optional: define exactly which fields you\'d like to return, e.g., {"title": true}',
60
- )
61
- .optional(),
62
- }),
63
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
30
+ input: createDocumentsInputSchema({ file: fileInputSchema }),
31
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
64
32
  const payload = req.payload
33
+ const collectionConfig = payload.collections[slug]?.config
65
34
  const logger = getLogger({ payload })
35
+ const {
36
+ depth,
37
+ documents,
38
+ draft,
39
+ fallbackLocale,
40
+ locale,
41
+ populate,
42
+ publishAllLocales,
43
+ returning,
44
+ select,
45
+ } = input
46
+ const shouldUsePartialSchema =
47
+ draft === true && collectionConfig !== undefined && !hasDraftValidationEnabled(collectionConfig)
66
48
 
67
- const { data, depth, draft, fallbackLocale, locale, select } = input
68
-
69
- logger.info(
70
- `Creating document in collection: ${collectionSlug}${locale ? ` with locale: ${locale}` : ''}`,
71
- )
49
+ logger.info(`Creating ${documents.length} documents in collection: ${slug}`)
72
50
 
73
51
  try {
74
- const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, collectionSlug)
75
- const inputData = stripVirtualFields(data, virtualFieldNames)
76
- const validationError = validateCollectionData({ collectionSlug, data: inputData, req })
52
+ const virtualFieldNames = getCollectionVirtualFieldNames(payload.config, slug)
53
+ const docs: Array<
54
+ { doc: Record<string, unknown>; index: number } | { id: number | string; index: number }
55
+ > = []
56
+ const errors: Array<{ index: number; message: string }> = []
57
+ let validationSchema: Record<string, unknown> | undefined
77
58
 
78
- if (validationError) {
79
- return validationError
80
- }
59
+ for (const [index, document] of documents.entries()) {
60
+ try {
61
+ const inputData = stripVirtualFields(document.data, virtualFieldNames)
62
+ validateCollectionData({
63
+ slug,
64
+ data: inputData,
65
+ partial: shouldUsePartialSchema,
66
+ req,
67
+ })
81
68
 
82
- const parsedData = transformPointDataToPayload(inputData)
69
+ const parsedData = transformPointDataToPayload(inputData)
70
+ const file = await resolveFile({ slug, input: document.file, req })
71
+ const result = await payload.create({
72
+ collection: slug,
73
+ data: parsedData,
74
+ depth,
75
+ draft,
76
+ overrideAccess: authorizedMCP.overrideAccess,
77
+ populate,
78
+ publishAllLocales,
79
+ req,
80
+ ...(file ? { file } : {}),
81
+ ...(locale ? { locale } : {}),
82
+ ...(fallbackLocale !== undefined ? { fallbackLocale } : {}),
83
+ select: returning ? select : { id: true },
84
+ })
83
85
 
84
- const result = await payload.create({
85
- collection: collectionSlug,
86
- data: parsedData,
87
- depth,
88
- draft,
89
- req,
90
- ...localAPIDefaults(authorizedMCP),
91
- ...(locale ? { locale } : {}),
92
- ...(fallbackLocale ? { fallbackLocale } : {}),
93
- ...(select ? { select: select as SelectType } : {}),
94
- })
86
+ docs.push(
87
+ returning ? { doc: result as Record<string, unknown>, index } : { id: result.id, index },
88
+ )
89
+ } catch (error) {
90
+ const message = error instanceof Error ? error.message : 'Unknown error'
91
+ const formattedError = formatEntityError({
92
+ slug,
93
+ action: 'creating',
94
+ entity: 'collection',
95
+ error,
96
+ req,
97
+ })
98
+ const structuredContent = formattedError.structuredContent as
99
+ | { schema?: unknown }
100
+ | undefined
101
+ const schema = structuredContent?.schema
102
+ const errorContent = formattedError.content[0]
103
+ const formattedMessage =
104
+ errorContent?.type === 'text'
105
+ ? (errorContent.text.split('\n\nUse this schema')[0] ?? message)
106
+ : message
95
107
 
96
- logger.info(`Successfully created document in ${collectionSlug} with ID: ${result.id}`)
108
+ if (!validationSchema && schema && typeof schema === 'object') {
109
+ validationSchema = schema as Record<string, unknown>
110
+ }
111
+
112
+ logger.error(`Error creating document at index ${index} in ${slug}: ${message}`)
113
+ errors.push({ index, message: formattedMessage })
114
+ }
115
+ }
116
+
117
+ const batchResult = { docs, errors }
118
+ const retryMessage = errors.length > 0 ? '\nRetry failed indexes only.' : ''
119
+ const schemaMessage = validationSchema
120
+ ? `\n\nUse this schema for data:\n\`\`\`json\n${JSON.stringify(validationSchema)}\n\`\`\``
121
+ : ''
122
+ const structuredContent = validationSchema
123
+ ? { ...batchResult, schema: validationSchema }
124
+ : batchResult
125
+
126
+ logger.info(`Created ${docs.length} of ${documents.length} documents in ${slug}`)
97
127
 
98
128
  return {
99
129
  content: [
100
130
  {
101
131
  type: 'text',
102
- text: `Document created successfully in collection "${collectionSlug}"!\nCreated document:\n\`\`\`json\n${JSON.stringify(result)}\n\`\`\``,
132
+ text: `Created ${docs.length} of ${documents.length} documents in collection "${slug}".${retryMessage}\nResults:\n\`\`\`json\n${JSON.stringify(batchResult)}\n\`\`\`${schemaMessage}`,
103
133
  },
104
134
  ],
105
- doc: result as Record<string, unknown>,
135
+ doc: structuredContent as unknown as Record<string, unknown>,
136
+ isError: docs.length === 0 && errors.length > 0,
137
+ structuredContent,
106
138
  }
107
139
  } catch (error) {
108
- const errorMessage = error instanceof Error ? error.message : 'Unknown error'
109
- logger.error(`Error creating document in ${collectionSlug}: ${errorMessage}`)
110
- return formatCollectionError({ action: 'creating', collectionSlug, error, req })
140
+ const message = error instanceof Error ? error.message : 'Unknown error'
141
+
142
+ logger.error(`Error creating documents in ${slug}: ${message}`)
143
+ return formatEntityError({ slug, action: 'creating', entity: 'collection', error, req })
111
144
  }
112
145
  })
@@ -1,17 +1,15 @@
1
- import { z } from 'zod'
1
+ import { deleteDocumentsInputSchema, parseDocumentID } 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 { localAPIDefaults } from '../../../utils/localAPIDefaults.js'
7
- import { whereSchema } from '../../../utils/whereSchema.js'
8
6
 
9
7
  const DEFAULT_DESCRIPTION =
10
8
  'Delete documents in any collection by passing the collection slug and ID or where clause.'
11
9
 
12
10
  export const deleteDocumentsTool = defineCollectionTool({
13
11
  access: (args) =>
14
- defaultAccess(args) && Boolean(args.permissions?.collections?.[args.collectionSlug]?.delete),
12
+ defaultAccess(args) && Boolean(args.permissions?.collections?.[args.slug]?.delete),
15
13
  annotations: {
16
14
  destructiveHint: true,
17
15
  idempotentHint: false,
@@ -20,86 +18,59 @@ export const deleteDocumentsTool = defineCollectionTool({
20
18
  title: 'Delete Documents',
21
19
  },
22
20
  description: DEFAULT_DESCRIPTION,
23
- input: z.object({
24
- id: z
25
- .union([z.string(), z.number()])
26
- .describe('Optional: specific document ID to delete')
27
- .optional(),
28
- depth: z
29
- .number()
30
- .int()
31
- .min(0)
32
- .max(10)
33
- .describe('Depth of population for relationships in response')
34
- .optional()
35
- .default(0),
36
- fallbackLocale: z
37
- .string()
38
- .describe('Optional: fallback locale code to use when requested locale is not available')
39
- .optional(),
40
- locale: z
41
- .string()
42
- .describe(
43
- 'Optional: locale code for the operation (e.g., "en", "es"). Defaults to the default locale',
44
- )
45
- .optional(),
46
- where: whereSchema
47
- .describe(
48
- 'Optional: where clause to delete multiple documents. Use field names with Payload operators, and/or arrays for grouping. Example: {"title":{"contains":"test"}}',
49
- )
50
- .optional(),
51
- }),
52
- }).handler(async ({ authorizedMCP, collectionSlug, input, req }) => {
21
+ input: deleteDocumentsInputSchema,
22
+ }).handler(async ({ slug, authorizedMCP, input, req }) => {
53
23
  const payload = req.payload
54
24
  const logger = getLogger({ payload })
55
25
 
56
26
  const { id, depth, fallbackLocale, locale, where } = input
57
27
 
58
28
  logger.info(
59
- `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}` : ''}`,
60
30
  )
61
31
 
62
32
  try {
63
- if (!id && !where) {
64
- return {
65
- content: [{ type: 'text', text: 'Error: Either id or where clause must be provided' }],
66
- }
67
- }
68
-
69
- const deleteOptions: Record<string, unknown> = {
70
- collection: collectionSlug,
71
- depth,
72
- req,
73
- ...localAPIDefaults(authorizedMCP),
74
- ...(locale && { locale }),
75
- ...(fallbackLocale && { fallbackLocale }),
76
- }
77
-
78
- if (id) {
79
- deleteOptions.id = id
80
- } else {
81
- deleteOptions.where = where
82
- }
83
-
84
- const result = await payload.delete(deleteOptions as Parameters<typeof payload.delete>[0])
33
+ if (id !== undefined) {
34
+ const result = await payload.delete({
35
+ id: parseDocumentID({ id, collectionSlug: slug, payload }),
36
+ collection: slug,
37
+ depth,
38
+ overrideAccess: authorizedMCP.overrideAccess,
39
+ req,
40
+ ...(locale && { locale }),
41
+ ...(fallbackLocale !== undefined && { fallbackLocale }),
42
+ })
85
43
 
86
- if (id) {
87
44
  return {
88
45
  content: [
89
46
  {
90
47
  type: 'text',
91
- 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\`\`\``,
92
49
  },
93
50
  ],
94
51
  doc: result as Record<string, unknown>,
95
52
  }
96
53
  }
97
54
 
98
- const bulkResult = result as { docs?: unknown[]; errors?: unknown[] }
99
- const docs = bulkResult.docs || []
100
- 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 || []
101
72
 
102
- 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---`
103
74
  if (docs.length > 0) {
104
75
  responseText += `\n\nDeleted documents:\n\`\`\`json\n${JSON.stringify(docs)}\n\`\`\``
105
76
  }
@@ -113,12 +84,12 @@ export const deleteDocumentsTool = defineCollectionTool({
113
84
  }
114
85
  } catch (error) {
115
86
  const errorMessage = error instanceof Error ? error.message : 'Unknown error'
116
- logger.error(`Error deleting document from ${collectionSlug}: ${errorMessage}`)
87
+ logger.error(`Error deleting document from ${slug}: ${errorMessage}`)
117
88
  return {
118
89
  content: [
119
90
  {
120
91
  type: 'text',
121
- text: `Error deleting document from collection "${collectionSlug}": ${errorMessage}`,
92
+ text: `Error deleting document from collection "${slug}": ${errorMessage}`,
122
93
  },
123
94
  ],
124
95
  }