attio-mcp 0.1.2 → 1.1.0

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 (1560) hide show
  1. package/CHANGELOG.md +294 -2
  2. package/README.md +597 -48
  3. package/dist/api/attio-client.d.ts +61 -5
  4. package/dist/api/attio-client.d.ts.map +1 -1
  5. package/dist/api/attio-client.js +254 -30
  6. package/dist/api/attio-client.js.map +1 -1
  7. package/dist/api/attio-objects.d.ts +3 -0
  8. package/dist/api/attio-objects.d.ts.map +1 -0
  9. package/dist/api/attio-objects.js +72 -0
  10. package/dist/api/attio-objects.js.map +1 -0
  11. package/dist/api/attribute-types.d.ts +2 -1
  12. package/dist/api/attribute-types.d.ts.map +1 -1
  13. package/dist/api/attribute-types.js +144 -27
  14. package/dist/api/attribute-types.js.map +1 -1
  15. package/dist/api/client-cache.d.ts +43 -0
  16. package/dist/api/client-cache.d.ts.map +1 -0
  17. package/dist/api/client-cache.js +71 -0
  18. package/dist/api/client-cache.js.map +1 -0
  19. package/dist/api/client-config.d.ts +53 -0
  20. package/dist/api/client-config.d.ts.map +1 -0
  21. package/dist/api/client-config.js +101 -0
  22. package/dist/api/client-config.js.map +1 -0
  23. package/dist/api/client-context.d.ts +49 -0
  24. package/dist/api/client-context.d.ts.map +1 -0
  25. package/dist/api/client-context.js +138 -0
  26. package/dist/api/client-context.js.map +1 -0
  27. package/dist/api/client-interceptors.d.ts +36 -0
  28. package/dist/api/client-interceptors.d.ts.map +1 -0
  29. package/dist/api/client-interceptors.js +97 -0
  30. package/dist/api/client-interceptors.js.map +1 -0
  31. package/dist/api/client-strategies.d.ts +76 -0
  32. package/dist/api/client-strategies.d.ts.map +1 -0
  33. package/dist/api/client-strategies.js +218 -0
  34. package/dist/api/client-strategies.js.map +1 -0
  35. package/dist/api/client.d.ts +1 -1
  36. package/dist/api/client.d.ts.map +1 -1
  37. package/dist/api/client.js +41 -16
  38. package/dist/api/client.js.map +1 -1
  39. package/dist/api/lazy-client.d.ts +11 -0
  40. package/dist/api/lazy-client.d.ts.map +1 -0
  41. package/dist/api/lazy-client.js +32 -0
  42. package/dist/api/lazy-client.js.map +1 -0
  43. package/dist/api/operations/batch.d.ts +55 -1
  44. package/dist/api/operations/batch.d.ts.map +1 -1
  45. package/dist/api/operations/batch.js +268 -8
  46. package/dist/api/operations/batch.js.map +1 -1
  47. package/dist/api/operations/crud.d.ts +5 -2
  48. package/dist/api/operations/crud.d.ts.map +1 -1
  49. package/dist/api/operations/crud.js +356 -61
  50. package/dist/api/operations/crud.js.map +1 -1
  51. package/dist/api/operations/index.d.ts +1 -0
  52. package/dist/api/operations/index.d.ts.map +1 -1
  53. package/dist/api/operations/index.js +2 -0
  54. package/dist/api/operations/index.js.map +1 -1
  55. package/dist/api/operations/lists.d.ts +2 -2
  56. package/dist/api/operations/lists.d.ts.map +1 -1
  57. package/dist/api/operations/lists.js +90 -80
  58. package/dist/api/operations/lists.js.map +1 -1
  59. package/dist/api/operations/notes.d.ts +3 -2
  60. package/dist/api/operations/notes.d.ts.map +1 -1
  61. package/dist/api/operations/notes.js +18 -29
  62. package/dist/api/operations/notes.js.map +1 -1
  63. package/dist/api/operations/query-parser.d.ts +27 -0
  64. package/dist/api/operations/query-parser.d.ts.map +1 -0
  65. package/dist/api/operations/query-parser.js +123 -0
  66. package/dist/api/operations/query-parser.js.map +1 -0
  67. package/dist/api/operations/retry.d.ts +2 -1
  68. package/dist/api/operations/retry.d.ts.map +1 -1
  69. package/dist/api/operations/retry.js +11 -1
  70. package/dist/api/operations/retry.js.map +1 -1
  71. package/dist/api/operations/search.d.ts +2 -2
  72. package/dist/api/operations/search.d.ts.map +1 -1
  73. package/dist/api/operations/search.js +125 -51
  74. package/dist/api/operations/search.js.map +1 -1
  75. package/dist/api/operations/tasks.d.ts +11 -0
  76. package/dist/api/operations/tasks.d.ts.map +1 -1
  77. package/dist/api/operations/tasks.js +267 -31
  78. package/dist/api/operations/tasks.js.map +1 -1
  79. package/dist/api/operations/types.d.ts +3 -2
  80. package/dist/api/operations/types.d.ts.map +1 -1
  81. package/dist/api/operations/types.js.map +1 -1
  82. package/dist/api/operations/workspace-members.d.ts +27 -0
  83. package/dist/api/operations/workspace-members.d.ts.map +1 -0
  84. package/dist/api/operations/workspace-members.js +89 -0
  85. package/dist/api/operations/workspace-members.js.map +1 -0
  86. package/dist/api/types.d.ts +131 -0
  87. package/dist/api/types.d.ts.map +1 -0
  88. package/dist/api/types.js +71 -0
  89. package/dist/api/types.js.map +1 -0
  90. package/dist/cli/commands/attributes.d.ts.map +1 -1
  91. package/dist/cli/commands/attributes.js +4 -9
  92. package/dist/cli/commands/attributes.js.map +1 -1
  93. package/dist/cli/discover.js +2 -2
  94. package/dist/cli/discover.js.map +1 -1
  95. package/dist/cli.d.ts +10 -0
  96. package/dist/cli.d.ts.map +1 -0
  97. package/dist/cli.js +136 -0
  98. package/dist/cli.js.map +1 -0
  99. package/dist/config/batch-constants.d.ts +8 -0
  100. package/dist/config/batch-constants.d.ts.map +1 -0
  101. package/dist/config/batch-constants.js +8 -0
  102. package/dist/config/batch-constants.js.map +1 -0
  103. package/dist/config/deal-defaults.d.ts +132 -0
  104. package/dist/config/deal-defaults.d.ts.map +1 -0
  105. package/dist/config/deal-defaults.js +526 -0
  106. package/dist/config/deal-defaults.js.map +1 -0
  107. package/dist/config/security-limits.d.ts +62 -0
  108. package/dist/config/security-limits.d.ts.map +1 -0
  109. package/dist/config/security-limits.js +111 -0
  110. package/dist/config/security-limits.js.map +1 -0
  111. package/dist/config/tool-aliases.d.ts +21 -0
  112. package/dist/config/tool-aliases.d.ts.map +1 -0
  113. package/dist/config/tool-aliases.js +98 -0
  114. package/dist/config/tool-aliases.js.map +1 -0
  115. package/dist/config/tool-mode.d.ts +23 -0
  116. package/dist/config/tool-mode.d.ts.map +1 -0
  117. package/dist/config/tool-mode.js +36 -0
  118. package/dist/config/tool-mode.js.map +1 -0
  119. package/dist/constants/universal.constants.d.ts +237 -0
  120. package/dist/constants/universal.constants.d.ts.map +1 -0
  121. package/dist/constants/universal.constants.js +418 -0
  122. package/dist/constants/universal.constants.js.map +1 -0
  123. package/dist/errors/BaseWrappedError.d.ts +16 -0
  124. package/dist/errors/BaseWrappedError.d.ts.map +1 -0
  125. package/dist/errors/BaseWrappedError.js +27 -0
  126. package/dist/errors/BaseWrappedError.js.map +1 -0
  127. package/dist/errors/api-errors.d.ts +31 -14
  128. package/dist/errors/api-errors.d.ts.map +1 -1
  129. package/dist/errors/api-errors.js +97 -14
  130. package/dist/errors/api-errors.js.map +1 -1
  131. package/dist/errors/company-errors.d.ts +20 -7
  132. package/dist/errors/company-errors.d.ts.map +1 -1
  133. package/dist/errors/company-errors.js +14 -14
  134. package/dist/errors/company-errors.js.map +1 -1
  135. package/dist/errors/enhanced-api-errors.d.ts +186 -0
  136. package/dist/errors/enhanced-api-errors.d.ts.map +1 -0
  137. package/dist/errors/enhanced-api-errors.js +371 -0
  138. package/dist/errors/enhanced-api-errors.js.map +1 -0
  139. package/dist/errors/enhanced-helpers.d.ts +15 -0
  140. package/dist/errors/enhanced-helpers.d.ts.map +1 -0
  141. package/dist/errors/enhanced-helpers.js +53 -0
  142. package/dist/errors/enhanced-helpers.js.map +1 -0
  143. package/dist/handlers/error-interceptor.d.ts +1 -1
  144. package/dist/handlers/error-interceptor.d.ts.map +1 -1
  145. package/dist/handlers/error-interceptor.js +7 -1
  146. package/dist/handlers/error-interceptor.js.map +1 -1
  147. package/dist/handlers/rate-limited-handler.d.ts +12 -2
  148. package/dist/handlers/rate-limited-handler.d.ts.map +1 -1
  149. package/dist/handlers/rate-limited-handler.js +12 -8
  150. package/dist/handlers/rate-limited-handler.js.map +1 -1
  151. package/dist/handlers/resources.d.ts +2 -1
  152. package/dist/handlers/resources.d.ts.map +1 -1
  153. package/dist/handlers/resources.js +78 -10
  154. package/dist/handlers/resources.js.map +1 -1
  155. package/dist/handlers/tool-configs/companies/attributes.d.ts.map +1 -1
  156. package/dist/handlers/tool-configs/companies/attributes.js +44 -26
  157. package/dist/handlers/tool-configs/companies/attributes.js.map +1 -1
  158. package/dist/handlers/tool-configs/companies/batch.d.ts.map +1 -1
  159. package/dist/handlers/tool-configs/companies/batch.js +59 -28
  160. package/dist/handlers/tool-configs/companies/batch.js.map +1 -1
  161. package/dist/handlers/tool-configs/companies/crud.d.ts +0 -4
  162. package/dist/handlers/tool-configs/companies/crud.d.ts.map +1 -1
  163. package/dist/handlers/tool-configs/companies/crud.js +2 -5
  164. package/dist/handlers/tool-configs/companies/crud.js.map +1 -1
  165. package/dist/handlers/tool-configs/companies/formatters.d.ts.map +1 -1
  166. package/dist/handlers/tool-configs/companies/formatters.js +52 -153
  167. package/dist/handlers/tool-configs/companies/formatters.js.map +1 -1
  168. package/dist/handlers/tool-configs/companies/index.d.ts +31 -36
  169. package/dist/handlers/tool-configs/companies/index.d.ts.map +1 -1
  170. package/dist/handlers/tool-configs/companies/notes.d.ts.map +1 -1
  171. package/dist/handlers/tool-configs/companies/notes.js +18 -16
  172. package/dist/handlers/tool-configs/companies/notes.js.map +1 -1
  173. package/dist/handlers/tool-configs/companies/relationships.js.map +1 -1
  174. package/dist/handlers/tool-configs/companies/search.d.ts +0 -1
  175. package/dist/handlers/tool-configs/companies/search.d.ts.map +1 -1
  176. package/dist/handlers/tool-configs/companies/search.js +17 -39
  177. package/dist/handlers/tool-configs/companies/search.js.map +1 -1
  178. package/dist/handlers/tool-configs/deals/index.d.ts +52 -0
  179. package/dist/handlers/tool-configs/deals/index.d.ts.map +1 -0
  180. package/dist/handlers/tool-configs/deals/index.js +11 -0
  181. package/dist/handlers/tool-configs/deals/index.js.map +1 -0
  182. package/dist/handlers/tool-configs/deals/notes.d.ts +53 -0
  183. package/dist/handlers/tool-configs/deals/notes.d.ts.map +1 -0
  184. package/dist/handlers/tool-configs/deals/notes.js +106 -0
  185. package/dist/handlers/tool-configs/deals/notes.js.map +1 -0
  186. package/dist/handlers/tool-configs/general/index.d.ts +65 -0
  187. package/dist/handlers/tool-configs/general/index.d.ts.map +1 -0
  188. package/dist/handlers/tool-configs/general/index.js +19 -0
  189. package/dist/handlers/tool-configs/general/index.js.map +1 -0
  190. package/dist/handlers/tool-configs/index.d.ts +1 -0
  191. package/dist/handlers/tool-configs/index.d.ts.map +1 -1
  192. package/dist/handlers/tool-configs/index.js +1 -0
  193. package/dist/handlers/tool-configs/index.js.map +1 -1
  194. package/dist/handlers/tool-configs/lists.d.ts +48 -0
  195. package/dist/handlers/tool-configs/lists.d.ts.map +1 -1
  196. package/dist/handlers/tool-configs/lists.js +205 -167
  197. package/dist/handlers/tool-configs/lists.js.map +1 -1
  198. package/dist/handlers/tool-configs/openai/index.d.ts +57 -0
  199. package/dist/handlers/tool-configs/openai/index.d.ts.map +1 -0
  200. package/dist/handlers/tool-configs/openai/index.js +142 -0
  201. package/dist/handlers/tool-configs/openai/index.js.map +1 -0
  202. package/dist/handlers/tool-configs/paginated-people.d.ts +1 -1
  203. package/dist/handlers/tool-configs/paginated-people.d.ts.map +1 -1
  204. package/dist/handlers/tool-configs/paginated-people.js +8 -1
  205. package/dist/handlers/tool-configs/paginated-people.js.map +1 -1
  206. package/dist/handlers/tool-configs/people/activity-search.d.ts.map +1 -1
  207. package/dist/handlers/tool-configs/people/activity-search.js +4 -4
  208. package/dist/handlers/tool-configs/people/activity-search.js.map +1 -1
  209. package/dist/handlers/tool-configs/people/advanced-search.d.ts.map +1 -1
  210. package/dist/handlers/tool-configs/people/advanced-search.js +1 -1
  211. package/dist/handlers/tool-configs/people/advanced-search.js.map +1 -1
  212. package/dist/handlers/tool-configs/people/crud.d.ts +5 -0
  213. package/dist/handlers/tool-configs/people/crud.d.ts.map +1 -1
  214. package/dist/handlers/tool-configs/people/crud.js +7 -2
  215. package/dist/handlers/tool-configs/people/crud.js.map +1 -1
  216. package/dist/handlers/tool-configs/people/formatters.d.ts.map +1 -1
  217. package/dist/handlers/tool-configs/people/formatters.js +31 -18
  218. package/dist/handlers/tool-configs/people/formatters.js.map +1 -1
  219. package/dist/handlers/tool-configs/people/index.d.ts +10 -0
  220. package/dist/handlers/tool-configs/people/index.d.ts.map +1 -1
  221. package/dist/handlers/tool-configs/people/notes.d.ts +5 -0
  222. package/dist/handlers/tool-configs/people/notes.d.ts.map +1 -1
  223. package/dist/handlers/tool-configs/people/notes.js +46 -4
  224. package/dist/handlers/tool-configs/people/notes.js.map +1 -1
  225. package/dist/handlers/tool-configs/people/relationships.d.ts.map +1 -1
  226. package/dist/handlers/tool-configs/people/relationships.js.map +1 -1
  227. package/dist/handlers/tool-configs/prompts.d.ts.map +1 -1
  228. package/dist/handlers/tool-configs/prompts.js +5 -3
  229. package/dist/handlers/tool-configs/prompts.js.map +1 -1
  230. package/dist/handlers/tool-configs/rate-limited-people.d.ts +5 -5
  231. package/dist/handlers/tool-configs/records/index.d.ts +38 -5
  232. package/dist/handlers/tool-configs/records/index.d.ts.map +1 -1
  233. package/dist/handlers/tool-configs/records/index.js +9 -9
  234. package/dist/handlers/tool-configs/records/index.js.map +1 -1
  235. package/dist/handlers/tool-configs/relationships/inconsistency-handlers.d.ts +22 -0
  236. package/dist/handlers/tool-configs/relationships/inconsistency-handlers.d.ts.map +1 -0
  237. package/dist/handlers/tool-configs/relationships/inconsistency-handlers.js +71 -0
  238. package/dist/handlers/tool-configs/relationships/inconsistency-handlers.js.map +1 -0
  239. package/dist/handlers/tool-configs/relationships/index.d.ts +90 -0
  240. package/dist/handlers/tool-configs/relationships/index.d.ts.map +1 -0
  241. package/dist/handlers/tool-configs/relationships/index.js +286 -0
  242. package/dist/handlers/tool-configs/relationships/index.js.map +1 -0
  243. package/dist/handlers/tool-configs/relationships/operation-executors.d.ts +23 -0
  244. package/dist/handlers/tool-configs/relationships/operation-executors.d.ts.map +1 -0
  245. package/dist/handlers/tool-configs/relationships/operation-executors.js +54 -0
  246. package/dist/handlers/tool-configs/relationships/operation-executors.js.map +1 -0
  247. package/dist/handlers/tool-configs/relationships/state-analyzer.d.ts +41 -0
  248. package/dist/handlers/tool-configs/relationships/state-analyzer.d.ts.map +1 -0
  249. package/dist/handlers/tool-configs/relationships/state-analyzer.js +100 -0
  250. package/dist/handlers/tool-configs/relationships/state-analyzer.js.map +1 -0
  251. package/dist/handlers/tool-configs/relationships/types.d.ts +22 -0
  252. package/dist/handlers/tool-configs/relationships/types.d.ts.map +1 -0
  253. package/dist/handlers/tool-configs/relationships/types.js +5 -0
  254. package/dist/handlers/tool-configs/relationships/types.js.map +1 -0
  255. package/dist/handlers/tool-configs/relationships/validators.d.ts +37 -0
  256. package/dist/handlers/tool-configs/relationships/validators.d.ts.map +1 -0
  257. package/dist/handlers/tool-configs/relationships/validators.js +125 -0
  258. package/dist/handlers/tool-configs/relationships/validators.js.map +1 -0
  259. package/dist/handlers/tool-configs/resource-specific-tools.d.ts +1 -1
  260. package/dist/handlers/tool-configs/resource-specific-tools.d.ts.map +1 -1
  261. package/dist/handlers/tool-configs/shared/type-utils.d.ts +162 -0
  262. package/dist/handlers/tool-configs/shared/type-utils.d.ts.map +1 -0
  263. package/dist/handlers/tool-configs/shared/type-utils.js +312 -0
  264. package/dist/handlers/tool-configs/shared/type-utils.js.map +1 -0
  265. package/dist/handlers/tool-configs/tasks.d.ts +94 -0
  266. package/dist/handlers/tool-configs/tasks.d.ts.map +1 -1
  267. package/dist/handlers/tool-configs/tasks.js +122 -16
  268. package/dist/handlers/tool-configs/tasks.js.map +1 -1
  269. package/dist/handlers/tool-configs/universal/advanced-operations.d.ts +7 -0
  270. package/dist/handlers/tool-configs/universal/advanced-operations.d.ts.map +1 -0
  271. package/dist/handlers/tool-configs/universal/advanced-operations.js +7 -0
  272. package/dist/handlers/tool-configs/universal/advanced-operations.js.map +1 -0
  273. package/dist/handlers/tool-configs/universal/batch-search.d.ts +107 -0
  274. package/dist/handlers/tool-configs/universal/batch-search.d.ts.map +1 -0
  275. package/dist/handlers/tool-configs/universal/batch-search.js +167 -0
  276. package/dist/handlers/tool-configs/universal/batch-search.js.map +1 -0
  277. package/dist/handlers/tool-configs/universal/config.d.ts +6 -0
  278. package/dist/handlers/tool-configs/universal/config.d.ts.map +1 -0
  279. package/dist/handlers/tool-configs/universal/config.js +12 -0
  280. package/dist/handlers/tool-configs/universal/config.js.map +1 -0
  281. package/dist/handlers/tool-configs/universal/core/crud-error-handlers.d.ts +30 -0
  282. package/dist/handlers/tool-configs/universal/core/crud-error-handlers.d.ts.map +1 -0
  283. package/dist/handlers/tool-configs/universal/core/crud-error-handlers.js +227 -0
  284. package/dist/handlers/tool-configs/universal/core/crud-error-handlers.js.map +1 -0
  285. package/dist/handlers/tool-configs/universal/core/crud-operations.d.ts +119 -0
  286. package/dist/handlers/tool-configs/universal/core/crud-operations.d.ts.map +1 -0
  287. package/dist/handlers/tool-configs/universal/core/crud-operations.js +162 -0
  288. package/dist/handlers/tool-configs/universal/core/crud-operations.js.map +1 -0
  289. package/dist/handlers/tool-configs/universal/core/detailed-info-operations.d.ts +31 -0
  290. package/dist/handlers/tool-configs/universal/core/detailed-info-operations.d.ts.map +1 -0
  291. package/dist/handlers/tool-configs/universal/core/detailed-info-operations.js +75 -0
  292. package/dist/handlers/tool-configs/universal/core/detailed-info-operations.js.map +1 -0
  293. package/dist/handlers/tool-configs/universal/core/error-utils.d.ts +2 -0
  294. package/dist/handlers/tool-configs/universal/core/error-utils.d.ts.map +1 -0
  295. package/dist/handlers/tool-configs/universal/core/error-utils.js +4 -0
  296. package/dist/handlers/tool-configs/universal/core/error-utils.js.map +1 -0
  297. package/dist/handlers/tool-configs/universal/core/index.d.ts +470 -0
  298. package/dist/handlers/tool-configs/universal/core/index.d.ts.map +1 -0
  299. package/dist/handlers/tool-configs/universal/core/index.js +32 -0
  300. package/dist/handlers/tool-configs/universal/core/index.js.map +1 -0
  301. package/dist/handlers/tool-configs/universal/core/metadata-operations.d.ts +86 -0
  302. package/dist/handlers/tool-configs/universal/core/metadata-operations.d.ts.map +1 -0
  303. package/dist/handlers/tool-configs/universal/core/metadata-operations.js +199 -0
  304. package/dist/handlers/tool-configs/universal/core/metadata-operations.js.map +1 -0
  305. package/dist/handlers/tool-configs/universal/core/notes-operations.d.ts +83 -0
  306. package/dist/handlers/tool-configs/universal/core/notes-operations.d.ts.map +1 -0
  307. package/dist/handlers/tool-configs/universal/core/notes-operations.js +115 -0
  308. package/dist/handlers/tool-configs/universal/core/notes-operations.js.map +1 -0
  309. package/dist/handlers/tool-configs/universal/core/pii-sanitizer.d.ts +41 -0
  310. package/dist/handlers/tool-configs/universal/core/pii-sanitizer.d.ts.map +1 -0
  311. package/dist/handlers/tool-configs/universal/core/pii-sanitizer.js +235 -0
  312. package/dist/handlers/tool-configs/universal/core/pii-sanitizer.js.map +1 -0
  313. package/dist/handlers/tool-configs/universal/core/record-details-operations.d.ts +40 -0
  314. package/dist/handlers/tool-configs/universal/core/record-details-operations.d.ts.map +1 -0
  315. package/dist/handlers/tool-configs/universal/core/record-details-operations.js +116 -0
  316. package/dist/handlers/tool-configs/universal/core/record-details-operations.js.map +1 -0
  317. package/dist/handlers/tool-configs/universal/core/search-operations.d.ts +118 -0
  318. package/dist/handlers/tool-configs/universal/core/search-operations.d.ts.map +1 -0
  319. package/dist/handlers/tool-configs/universal/core/search-operations.js +121 -0
  320. package/dist/handlers/tool-configs/universal/core/search-operations.js.map +1 -0
  321. package/dist/handlers/tool-configs/universal/core/utils/note-formatters.d.ts +14 -0
  322. package/dist/handlers/tool-configs/universal/core/utils/note-formatters.d.ts.map +1 -0
  323. package/dist/handlers/tool-configs/universal/core/utils/note-formatters.js +92 -0
  324. package/dist/handlers/tool-configs/universal/core/utils/note-formatters.js.map +1 -0
  325. package/dist/handlers/tool-configs/universal/core/utils.d.ts +13 -0
  326. package/dist/handlers/tool-configs/universal/core/utils.d.ts.map +1 -0
  327. package/dist/handlers/tool-configs/universal/core/utils.js +68 -0
  328. package/dist/handlers/tool-configs/universal/core/utils.js.map +1 -0
  329. package/dist/handlers/tool-configs/universal/core/value-extractors.d.ts +61 -0
  330. package/dist/handlers/tool-configs/universal/core/value-extractors.d.ts.map +1 -0
  331. package/dist/handlers/tool-configs/universal/core/value-extractors.js +212 -0
  332. package/dist/handlers/tool-configs/universal/core/value-extractors.js.map +1 -0
  333. package/dist/handlers/tool-configs/universal/errors/validation-errors.d.ts +44 -0
  334. package/dist/handlers/tool-configs/universal/errors/validation-errors.d.ts.map +1 -0
  335. package/dist/handlers/tool-configs/universal/errors/validation-errors.js +61 -0
  336. package/dist/handlers/tool-configs/universal/errors/validation-errors.js.map +1 -0
  337. package/dist/handlers/tool-configs/universal/field-mapper/config.d.ts +18 -0
  338. package/dist/handlers/tool-configs/universal/field-mapper/config.d.ts.map +1 -0
  339. package/dist/handlers/tool-configs/universal/field-mapper/config.js +24 -0
  340. package/dist/handlers/tool-configs/universal/field-mapper/config.js.map +1 -0
  341. package/dist/handlers/tool-configs/universal/field-mapper/constants/companies.d.ts +10 -0
  342. package/dist/handlers/tool-configs/universal/field-mapper/constants/companies.d.ts.map +1 -0
  343. package/dist/handlers/tool-configs/universal/field-mapper/constants/companies.js +79 -0
  344. package/dist/handlers/tool-configs/universal/field-mapper/constants/companies.js.map +1 -0
  345. package/dist/handlers/tool-configs/universal/field-mapper/constants/deals.d.ts +10 -0
  346. package/dist/handlers/tool-configs/universal/field-mapper/constants/deals.d.ts.map +1 -0
  347. package/dist/handlers/tool-configs/universal/field-mapper/constants/deals.js +115 -0
  348. package/dist/handlers/tool-configs/universal/field-mapper/constants/deals.js.map +1 -0
  349. package/dist/handlers/tool-configs/universal/field-mapper/constants/index.d.ts +20 -0
  350. package/dist/handlers/tool-configs/universal/field-mapper/constants/index.d.ts.map +1 -0
  351. package/dist/handlers/tool-configs/universal/field-mapper/constants/index.js +29 -0
  352. package/dist/handlers/tool-configs/universal/field-mapper/constants/index.js.map +1 -0
  353. package/dist/handlers/tool-configs/universal/field-mapper/constants/lists.d.ts +10 -0
  354. package/dist/handlers/tool-configs/universal/field-mapper/constants/lists.d.ts.map +1 -0
  355. package/dist/handlers/tool-configs/universal/field-mapper/constants/lists.js +36 -0
  356. package/dist/handlers/tool-configs/universal/field-mapper/constants/lists.js.map +1 -0
  357. package/dist/handlers/tool-configs/universal/field-mapper/constants/notes.d.ts +10 -0
  358. package/dist/handlers/tool-configs/universal/field-mapper/constants/notes.d.ts.map +1 -0
  359. package/dist/handlers/tool-configs/universal/field-mapper/constants/notes.js +40 -0
  360. package/dist/handlers/tool-configs/universal/field-mapper/constants/notes.js.map +1 -0
  361. package/dist/handlers/tool-configs/universal/field-mapper/constants/people.d.ts +10 -0
  362. package/dist/handlers/tool-configs/universal/field-mapper/constants/people.d.ts.map +1 -0
  363. package/dist/handlers/tool-configs/universal/field-mapper/constants/people.js +62 -0
  364. package/dist/handlers/tool-configs/universal/field-mapper/constants/people.js.map +1 -0
  365. package/dist/handlers/tool-configs/universal/field-mapper/constants/records.d.ts +10 -0
  366. package/dist/handlers/tool-configs/universal/field-mapper/constants/records.d.ts.map +1 -0
  367. package/dist/handlers/tool-configs/universal/field-mapper/constants/records.js +35 -0
  368. package/dist/handlers/tool-configs/universal/field-mapper/constants/records.js.map +1 -0
  369. package/dist/handlers/tool-configs/universal/field-mapper/constants/tasks.d.ts +10 -0
  370. package/dist/handlers/tool-configs/universal/field-mapper/constants/tasks.d.ts.map +1 -0
  371. package/dist/handlers/tool-configs/universal/field-mapper/constants/tasks.js +75 -0
  372. package/dist/handlers/tool-configs/universal/field-mapper/constants/tasks.js.map +1 -0
  373. package/dist/handlers/tool-configs/universal/field-mapper/index.d.ts +15 -0
  374. package/dist/handlers/tool-configs/universal/field-mapper/index.d.ts.map +1 -0
  375. package/dist/handlers/tool-configs/universal/field-mapper/index.js +19 -0
  376. package/dist/handlers/tool-configs/universal/field-mapper/index.js.map +1 -0
  377. package/dist/handlers/tool-configs/universal/field-mapper/transformers/field-mapper.d.ts +11 -0
  378. package/dist/handlers/tool-configs/universal/field-mapper/transformers/field-mapper.d.ts.map +1 -0
  379. package/dist/handlers/tool-configs/universal/field-mapper/transformers/field-mapper.js +39 -0
  380. package/dist/handlers/tool-configs/universal/field-mapper/transformers/field-mapper.js.map +1 -0
  381. package/dist/handlers/tool-configs/universal/field-mapper/transformers/index.d.ts +9 -0
  382. package/dist/handlers/tool-configs/universal/field-mapper/transformers/index.d.ts.map +1 -0
  383. package/dist/handlers/tool-configs/universal/field-mapper/transformers/index.js +13 -0
  384. package/dist/handlers/tool-configs/universal/field-mapper/transformers/index.js.map +1 -0
  385. package/dist/handlers/tool-configs/universal/field-mapper/transformers/record-transformer.d.ts +16 -0
  386. package/dist/handlers/tool-configs/universal/field-mapper/transformers/record-transformer.d.ts.map +1 -0
  387. package/dist/handlers/tool-configs/universal/field-mapper/transformers/record-transformer.js +99 -0
  388. package/dist/handlers/tool-configs/universal/field-mapper/transformers/record-transformer.js.map +1 -0
  389. package/dist/handlers/tool-configs/universal/field-mapper/transformers/task-transformer.d.ts +12 -0
  390. package/dist/handlers/tool-configs/universal/field-mapper/transformers/task-transformer.d.ts.map +1 -0
  391. package/dist/handlers/tool-configs/universal/field-mapper/transformers/task-transformer.js +25 -0
  392. package/dist/handlers/tool-configs/universal/field-mapper/transformers/task-transformer.js.map +1 -0
  393. package/dist/handlers/tool-configs/universal/field-mapper/transformers/value-transformer.d.ts +11 -0
  394. package/dist/handlers/tool-configs/universal/field-mapper/transformers/value-transformer.d.ts.map +1 -0
  395. package/dist/handlers/tool-configs/universal/field-mapper/transformers/value-transformer.js +171 -0
  396. package/dist/handlers/tool-configs/universal/field-mapper/transformers/value-transformer.js.map +1 -0
  397. package/dist/handlers/tool-configs/universal/field-mapper/types.d.ts +108 -0
  398. package/dist/handlers/tool-configs/universal/field-mapper/types.d.ts.map +1 -0
  399. package/dist/handlers/tool-configs/universal/field-mapper/types.js +8 -0
  400. package/dist/handlers/tool-configs/universal/field-mapper/types.js.map +1 -0
  401. package/dist/handlers/tool-configs/universal/field-mapper/utils/field-mapping-constants.d.ts +33 -0
  402. package/dist/handlers/tool-configs/universal/field-mapper/utils/field-mapping-constants.d.ts.map +1 -0
  403. package/dist/handlers/tool-configs/universal/field-mapper/utils/field-mapping-constants.js +49 -0
  404. package/dist/handlers/tool-configs/universal/field-mapper/utils/field-mapping-constants.js.map +1 -0
  405. package/dist/handlers/tool-configs/universal/field-mapper/validators/category-validator.d.ts +31 -0
  406. package/dist/handlers/tool-configs/universal/field-mapper/validators/category-validator.d.ts.map +1 -0
  407. package/dist/handlers/tool-configs/universal/field-mapper/validators/category-validator.js +157 -0
  408. package/dist/handlers/tool-configs/universal/field-mapper/validators/category-validator.js.map +1 -0
  409. package/dist/handlers/tool-configs/universal/field-mapper/validators/collision-detector.d.ts +15 -0
  410. package/dist/handlers/tool-configs/universal/field-mapper/validators/collision-detector.d.ts.map +1 -0
  411. package/dist/handlers/tool-configs/universal/field-mapper/validators/collision-detector.js +82 -0
  412. package/dist/handlers/tool-configs/universal/field-mapper/validators/collision-detector.js.map +1 -0
  413. package/dist/handlers/tool-configs/universal/field-mapper/validators/domain-validator.d.ts +16 -0
  414. package/dist/handlers/tool-configs/universal/field-mapper/validators/domain-validator.d.ts.map +1 -0
  415. package/dist/handlers/tool-configs/universal/field-mapper/validators/domain-validator.js +43 -0
  416. package/dist/handlers/tool-configs/universal/field-mapper/validators/domain-validator.js.map +1 -0
  417. package/dist/handlers/tool-configs/universal/field-mapper/validators/field-validator.d.ts +26 -0
  418. package/dist/handlers/tool-configs/universal/field-mapper/validators/field-validator.d.ts.map +1 -0
  419. package/dist/handlers/tool-configs/universal/field-mapper/validators/field-validator.js +132 -0
  420. package/dist/handlers/tool-configs/universal/field-mapper/validators/field-validator.js.map +1 -0
  421. package/dist/handlers/tool-configs/universal/field-mapper/validators/helpers.d.ts +20 -0
  422. package/dist/handlers/tool-configs/universal/field-mapper/validators/helpers.d.ts.map +1 -0
  423. package/dist/handlers/tool-configs/universal/field-mapper/validators/helpers.js +42 -0
  424. package/dist/handlers/tool-configs/universal/field-mapper/validators/helpers.js.map +1 -0
  425. package/dist/handlers/tool-configs/universal/field-mapper/validators/index.d.ts +13 -0
  426. package/dist/handlers/tool-configs/universal/field-mapper/validators/index.d.ts.map +1 -0
  427. package/dist/handlers/tool-configs/universal/field-mapper/validators/index.js +21 -0
  428. package/dist/handlers/tool-configs/universal/field-mapper/validators/index.js.map +1 -0
  429. package/dist/handlers/tool-configs/universal/field-mapper/validators/resource-validator.d.ts +15 -0
  430. package/dist/handlers/tool-configs/universal/field-mapper/validators/resource-validator.d.ts.map +1 -0
  431. package/dist/handlers/tool-configs/universal/field-mapper/validators/resource-validator.js +36 -0
  432. package/dist/handlers/tool-configs/universal/field-mapper/validators/resource-validator.js.map +1 -0
  433. package/dist/handlers/tool-configs/universal/field-mapper/validators/similarity-utils.d.ts +20 -0
  434. package/dist/handlers/tool-configs/universal/field-mapper/validators/similarity-utils.d.ts.map +1 -0
  435. package/dist/handlers/tool-configs/universal/field-mapper/validators/similarity-utils.js +62 -0
  436. package/dist/handlers/tool-configs/universal/field-mapper/validators/similarity-utils.js.map +1 -0
  437. package/dist/handlers/tool-configs/universal/field-mapper/validators/uniqueness-validator.d.ts +11 -0
  438. package/dist/handlers/tool-configs/universal/field-mapper/validators/uniqueness-validator.d.ts.map +1 -0
  439. package/dist/handlers/tool-configs/universal/field-mapper/validators/uniqueness-validator.js +53 -0
  440. package/dist/handlers/tool-configs/universal/field-mapper/validators/uniqueness-validator.js.map +1 -0
  441. package/dist/handlers/tool-configs/universal/field-mapper.d.ts +16 -0
  442. package/dist/handlers/tool-configs/universal/field-mapper.d.ts.map +1 -0
  443. package/dist/handlers/tool-configs/universal/field-mapper.js +17 -0
  444. package/dist/handlers/tool-configs/universal/field-mapper.js.map +1 -0
  445. package/dist/handlers/tool-configs/universal/index.d.ts +1032 -0
  446. package/dist/handlers/tool-configs/universal/index.d.ts.map +1 -0
  447. package/dist/handlers/tool-configs/universal/index.js +373 -0
  448. package/dist/handlers/tool-configs/universal/index.js.map +1 -0
  449. package/dist/handlers/tool-configs/universal/operations/advanced-search.d.ts +11 -0
  450. package/dist/handlers/tool-configs/universal/operations/advanced-search.d.ts.map +1 -0
  451. package/dist/handlers/tool-configs/universal/operations/advanced-search.js +154 -0
  452. package/dist/handlers/tool-configs/universal/operations/advanced-search.js.map +1 -0
  453. package/dist/handlers/tool-configs/universal/operations/batch-format.d.ts +4 -0
  454. package/dist/handlers/tool-configs/universal/operations/batch-format.d.ts.map +1 -0
  455. package/dist/handlers/tool-configs/universal/operations/batch-format.js +217 -0
  456. package/dist/handlers/tool-configs/universal/operations/batch-format.js.map +1 -0
  457. package/dist/handlers/tool-configs/universal/operations/batch-operations.d.ts +6 -0
  458. package/dist/handlers/tool-configs/universal/operations/batch-operations.d.ts.map +1 -0
  459. package/dist/handlers/tool-configs/universal/operations/batch-operations.js +35 -0
  460. package/dist/handlers/tool-configs/universal/operations/batch-operations.js.map +1 -0
  461. package/dist/handlers/tool-configs/universal/operations/content-search.d.ts +7 -0
  462. package/dist/handlers/tool-configs/universal/operations/content-search.d.ts.map +1 -0
  463. package/dist/handlers/tool-configs/universal/operations/content-search.js +91 -0
  464. package/dist/handlers/tool-configs/universal/operations/content-search.js.map +1 -0
  465. package/dist/handlers/tool-configs/universal/operations/index.d.ts +321 -0
  466. package/dist/handlers/tool-configs/universal/operations/index.d.ts.map +1 -0
  467. package/dist/handlers/tool-configs/universal/operations/index.js +93 -0
  468. package/dist/handlers/tool-configs/universal/operations/index.js.map +1 -0
  469. package/dist/handlers/tool-configs/universal/operations/legacy-handlers.d.ts +9 -0
  470. package/dist/handlers/tool-configs/universal/operations/legacy-handlers.d.ts.map +1 -0
  471. package/dist/handlers/tool-configs/universal/operations/legacy-handlers.js +274 -0
  472. package/dist/handlers/tool-configs/universal/operations/legacy-handlers.js.map +1 -0
  473. package/dist/handlers/tool-configs/universal/operations/operations-array.d.ts +5 -0
  474. package/dist/handlers/tool-configs/universal/operations/operations-array.d.ts.map +1 -0
  475. package/dist/handlers/tool-configs/universal/operations/operations-array.js +96 -0
  476. package/dist/handlers/tool-configs/universal/operations/operations-array.js.map +1 -0
  477. package/dist/handlers/tool-configs/universal/operations/relationship-search.d.ts +7 -0
  478. package/dist/handlers/tool-configs/universal/operations/relationship-search.d.ts.map +1 -0
  479. package/dist/handlers/tool-configs/universal/operations/relationship-search.js +89 -0
  480. package/dist/handlers/tool-configs/universal/operations/relationship-search.js.map +1 -0
  481. package/dist/handlers/tool-configs/universal/operations/timeframe-search.d.ts +7 -0
  482. package/dist/handlers/tool-configs/universal/operations/timeframe-search.d.ts.map +1 -0
  483. package/dist/handlers/tool-configs/universal/operations/timeframe-search.js +198 -0
  484. package/dist/handlers/tool-configs/universal/operations/timeframe-search.js.map +1 -0
  485. package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.d.ts +283 -0
  486. package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.d.ts.map +1 -0
  487. package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.js +233 -0
  488. package/dist/handlers/tool-configs/universal/schemas/advanced-schemas.js.map +1 -0
  489. package/dist/handlers/tool-configs/universal/schemas/common/properties.d.ts +22 -0
  490. package/dist/handlers/tool-configs/universal/schemas/common/properties.d.ts.map +1 -0
  491. package/dist/handlers/tool-configs/universal/schemas/common/properties.js +22 -0
  492. package/dist/handlers/tool-configs/universal/schemas/common/properties.js.map +1 -0
  493. package/dist/handlers/tool-configs/universal/schemas/common/types.d.ts +5 -0
  494. package/dist/handlers/tool-configs/universal/schemas/common/types.d.ts.map +1 -0
  495. package/dist/handlers/tool-configs/universal/schemas/common/types.js +2 -0
  496. package/dist/handlers/tool-configs/universal/schemas/common/types.js.map +1 -0
  497. package/dist/handlers/tool-configs/universal/schemas/core-schemas.d.ts +217 -0
  498. package/dist/handlers/tool-configs/universal/schemas/core-schemas.d.ts.map +1 -0
  499. package/dist/handlers/tool-configs/universal/schemas/core-schemas.js +196 -0
  500. package/dist/handlers/tool-configs/universal/schemas/core-schemas.js.map +1 -0
  501. package/dist/handlers/tool-configs/universal/schemas/utility-schemas.d.ts +141 -0
  502. package/dist/handlers/tool-configs/universal/schemas/utility-schemas.d.ts.map +1 -0
  503. package/dist/handlers/tool-configs/universal/schemas/utility-schemas.js +103 -0
  504. package/dist/handlers/tool-configs/universal/schemas/utility-schemas.js.map +1 -0
  505. package/dist/handlers/tool-configs/universal/schemas/validation-schemas.d.ts +58 -0
  506. package/dist/handlers/tool-configs/universal/schemas/validation-schemas.d.ts.map +1 -0
  507. package/dist/handlers/tool-configs/universal/schemas/validation-schemas.js +49 -0
  508. package/dist/handlers/tool-configs/universal/schemas/validation-schemas.js.map +1 -0
  509. package/dist/handlers/tool-configs/universal/schemas.d.ts +9 -0
  510. package/dist/handlers/tool-configs/universal/schemas.d.ts.map +1 -0
  511. package/dist/handlers/tool-configs/universal/schemas.js +14 -0
  512. package/dist/handlers/tool-configs/universal/schemas.js.map +1 -0
  513. package/dist/handlers/tool-configs/universal/shared-handlers.d.ts +89 -0
  514. package/dist/handlers/tool-configs/universal/shared-handlers.d.ts.map +1 -0
  515. package/dist/handlers/tool-configs/universal/shared-handlers.js +280 -0
  516. package/dist/handlers/tool-configs/universal/shared-handlers.js.map +1 -0
  517. package/dist/handlers/tool-configs/universal/shared-validators.d.ts +57 -0
  518. package/dist/handlers/tool-configs/universal/shared-validators.d.ts.map +1 -0
  519. package/dist/handlers/tool-configs/universal/shared-validators.js +81 -0
  520. package/dist/handlers/tool-configs/universal/shared-validators.js.map +1 -0
  521. package/dist/handlers/tool-configs/universal/typed-error-handling.d.ts +46 -0
  522. package/dist/handlers/tool-configs/universal/typed-error-handling.d.ts.map +1 -0
  523. package/dist/handlers/tool-configs/universal/typed-error-handling.js +114 -0
  524. package/dist/handlers/tool-configs/universal/typed-error-handling.js.map +1 -0
  525. package/dist/handlers/tool-configs/universal/types.d.ts +319 -0
  526. package/dist/handlers/tool-configs/universal/types.d.ts.map +1 -0
  527. package/dist/handlers/tool-configs/universal/types.js +101 -0
  528. package/dist/handlers/tool-configs/universal/types.js.map +1 -0
  529. package/dist/handlers/tool-configs/universal/validators/cross-resource-validator.d.ts +14 -0
  530. package/dist/handlers/tool-configs/universal/validators/cross-resource-validator.d.ts.map +1 -0
  531. package/dist/handlers/tool-configs/universal/validators/cross-resource-validator.js +98 -0
  532. package/dist/handlers/tool-configs/universal/validators/cross-resource-validator.js.map +1 -0
  533. package/dist/handlers/tool-configs/universal/validators/field-validator.d.ts +5 -0
  534. package/dist/handlers/tool-configs/universal/validators/field-validator.d.ts.map +1 -0
  535. package/dist/handlers/tool-configs/universal/validators/field-validator.js +143 -0
  536. package/dist/handlers/tool-configs/universal/validators/field-validator.js.map +1 -0
  537. package/dist/handlers/tool-configs/universal/validators/schema-validator.d.ts +8 -0
  538. package/dist/handlers/tool-configs/universal/validators/schema-validator.d.ts.map +1 -0
  539. package/dist/handlers/tool-configs/universal/validators/schema-validator.js +326 -0
  540. package/dist/handlers/tool-configs/universal/validators/schema-validator.js.map +1 -0
  541. package/dist/handlers/tool-configs/workspace-members.d.ts +92 -0
  542. package/dist/handlers/tool-configs/workspace-members.d.ts.map +1 -0
  543. package/dist/handlers/tool-configs/workspace-members.js +147 -0
  544. package/dist/handlers/tool-configs/workspace-members.js.map +1 -0
  545. package/dist/handlers/tool-types.d.ts +2 -2
  546. package/dist/handlers/tool-types.d.ts.map +1 -1
  547. package/dist/handlers/tools/config-verifier.d.ts +3 -11
  548. package/dist/handlers/tools/config-verifier.d.ts.map +1 -1
  549. package/dist/handlers/tools/config-verifier.js +26 -18
  550. package/dist/handlers/tools/config-verifier.js.map +1 -1
  551. package/dist/handlers/tools/dispatcher/core.d.ts +1 -1
  552. package/dist/handlers/tools/dispatcher/core.d.ts.map +1 -1
  553. package/dist/handlers/tools/dispatcher/core.js +118 -106
  554. package/dist/handlers/tools/dispatcher/core.js.map +1 -1
  555. package/dist/handlers/tools/dispatcher/logging.d.ts +5 -13
  556. package/dist/handlers/tools/dispatcher/logging.d.ts.map +1 -1
  557. package/dist/handlers/tools/dispatcher/logging.js +15 -9
  558. package/dist/handlers/tools/dispatcher/logging.js.map +1 -1
  559. package/dist/handlers/tools/dispatcher/misc-operations.d.ts +32 -0
  560. package/dist/handlers/tools/dispatcher/misc-operations.d.ts.map +1 -0
  561. package/dist/handlers/tools/dispatcher/misc-operations.js +44 -0
  562. package/dist/handlers/tools/dispatcher/misc-operations.js.map +1 -0
  563. package/dist/handlers/tools/dispatcher/operations/advanced-search.d.ts +18 -0
  564. package/dist/handlers/tools/dispatcher/operations/advanced-search.d.ts.map +1 -0
  565. package/dist/handlers/tools/dispatcher/operations/advanced-search.js +79 -0
  566. package/dist/handlers/tools/dispatcher/operations/advanced-search.js.map +1 -0
  567. package/dist/handlers/tools/dispatcher/operations/batch.d.ts +5 -5
  568. package/dist/handlers/tools/dispatcher/operations/batch.d.ts.map +1 -1
  569. package/dist/handlers/tools/dispatcher/operations/batch.js.map +1 -1
  570. package/dist/handlers/tools/dispatcher/operations/crud.d.ts +4 -4
  571. package/dist/handlers/tools/dispatcher/operations/crud.d.ts.map +1 -1
  572. package/dist/handlers/tools/dispatcher/operations/crud.js +26 -8
  573. package/dist/handlers/tools/dispatcher/operations/crud.js.map +1 -1
  574. package/dist/handlers/tools/dispatcher/operations/details.d.ts +1 -1
  575. package/dist/handlers/tools/dispatcher/operations/details.d.ts.map +1 -1
  576. package/dist/handlers/tools/dispatcher/operations/details.js.map +1 -1
  577. package/dist/handlers/tools/dispatcher/operations/lists.d.ts +17 -10
  578. package/dist/handlers/tools/dispatcher/operations/lists.d.ts.map +1 -1
  579. package/dist/handlers/tools/dispatcher/operations/lists.js +26 -0
  580. package/dist/handlers/tools/dispatcher/operations/lists.js.map +1 -1
  581. package/dist/handlers/tools/dispatcher/operations/notes.d.ts +2 -2
  582. package/dist/handlers/tools/dispatcher/operations/notes.d.ts.map +1 -1
  583. package/dist/handlers/tools/dispatcher/operations/notes.js +38 -10
  584. package/dist/handlers/tools/dispatcher/operations/notes.js.map +1 -1
  585. package/dist/handlers/tools/dispatcher/operations/records.d.ts +21 -0
  586. package/dist/handlers/tools/dispatcher/operations/records.d.ts.map +1 -0
  587. package/dist/handlers/tools/dispatcher/operations/records.js +73 -0
  588. package/dist/handlers/tools/dispatcher/operations/records.js.map +1 -0
  589. package/dist/handlers/tools/dispatcher/operations/search.d.ts +7 -7
  590. package/dist/handlers/tools/dispatcher/operations/search.d.ts.map +1 -1
  591. package/dist/handlers/tools/dispatcher/operations/search.js +5 -4
  592. package/dist/handlers/tools/dispatcher/operations/search.js.map +1 -1
  593. package/dist/handlers/tools/dispatcher/utils.d.ts +12 -0
  594. package/dist/handlers/tools/dispatcher/utils.d.ts.map +1 -0
  595. package/dist/handlers/tools/dispatcher/utils.js +29 -0
  596. package/dist/handlers/tools/dispatcher/utils.js.map +1 -0
  597. package/dist/handlers/tools/dispatcher/validation.d.ts +1 -1
  598. package/dist/handlers/tools/dispatcher/validation.d.ts.map +1 -1
  599. package/dist/handlers/tools/dispatcher/validation.js +3 -1
  600. package/dist/handlers/tools/dispatcher/validation.js.map +1 -1
  601. package/dist/handlers/tools/error-types.d.ts +4 -4
  602. package/dist/handlers/tools/error-types.d.ts.map +1 -1
  603. package/dist/handlers/tools/error-types.js +3 -1
  604. package/dist/handlers/tools/error-types.js.map +1 -1
  605. package/dist/handlers/tools/formatters.d.ts +17 -2
  606. package/dist/handlers/tools/formatters.d.ts.map +1 -1
  607. package/dist/handlers/tools/formatters.js +7 -2
  608. package/dist/handlers/tools/formatters.js.map +1 -1
  609. package/dist/handlers/tools/index.d.ts +3 -1
  610. package/dist/handlers/tools/index.d.ts.map +1 -1
  611. package/dist/handlers/tools/index.js +44 -31
  612. package/dist/handlers/tools/index.js.map +1 -1
  613. package/dist/handlers/tools/registry.d.ts +1958 -108
  614. package/dist/handlers/tools/registry.d.ts.map +1 -1
  615. package/dist/handlers/tools/registry.js +130 -32
  616. package/dist/handlers/tools/registry.js.map +1 -1
  617. package/dist/handlers/tools/standards/index.d.ts +17 -0
  618. package/dist/handlers/tools/standards/index.d.ts.map +1 -0
  619. package/dist/handlers/tools/standards/index.js +32 -0
  620. package/dist/handlers/tools/standards/index.js.map +1 -0
  621. package/dist/index.d.ts +9 -2
  622. package/dist/index.d.ts.map +1 -1
  623. package/dist/index.js +18 -175
  624. package/dist/index.js.map +1 -1
  625. package/dist/lib/http/toMcpResult.d.ts +30 -0
  626. package/dist/lib/http/toMcpResult.d.ts.map +1 -0
  627. package/dist/lib/http/toMcpResult.js +62 -0
  628. package/dist/lib/http/toMcpResult.js.map +1 -0
  629. package/dist/middleware/performance-compat.d.ts +39 -0
  630. package/dist/middleware/performance-compat.d.ts.map +1 -0
  631. package/dist/middleware/performance-compat.js +110 -0
  632. package/dist/middleware/performance-compat.js.map +1 -0
  633. package/dist/middleware/performance-enhanced.d.ts +170 -0
  634. package/dist/middleware/performance-enhanced.d.ts.map +1 -0
  635. package/dist/middleware/performance-enhanced.js +509 -0
  636. package/dist/middleware/performance-enhanced.js.map +1 -0
  637. package/dist/middleware/performance.d.ts +124 -0
  638. package/dist/middleware/performance.d.ts.map +1 -0
  639. package/dist/middleware/performance.js +298 -0
  640. package/dist/middleware/performance.js.map +1 -0
  641. package/dist/middleware/validation.d.ts +88 -0
  642. package/dist/middleware/validation.d.ts.map +1 -0
  643. package/dist/middleware/validation.js +377 -0
  644. package/dist/middleware/validation.js.map +1 -0
  645. package/dist/objects/base-operations.d.ts +7 -3
  646. package/dist/objects/base-operations.d.ts.map +1 -1
  647. package/dist/objects/base-operations.js +92 -20
  648. package/dist/objects/base-operations.js.map +1 -1
  649. package/dist/objects/batch-companies.d.ts +16 -4
  650. package/dist/objects/batch-companies.d.ts.map +1 -1
  651. package/dist/objects/batch-companies.js +44 -22
  652. package/dist/objects/batch-companies.js.map +1 -1
  653. package/dist/objects/companies/attributes.d.ts +1 -1
  654. package/dist/objects/companies/attributes.d.ts.map +1 -1
  655. package/dist/objects/companies/attributes.js +94 -117
  656. package/dist/objects/companies/attributes.js.map +1 -1
  657. package/dist/objects/companies/basic.d.ts +7 -9
  658. package/dist/objects/companies/basic.d.ts.map +1 -1
  659. package/dist/objects/companies/basic.js +325 -100
  660. package/dist/objects/companies/basic.js.map +1 -1
  661. package/dist/objects/companies/index.d.ts +1 -1
  662. package/dist/objects/companies/index.d.ts.map +1 -1
  663. package/dist/objects/companies/index.js +1 -1
  664. package/dist/objects/companies/index.js.map +1 -1
  665. package/dist/objects/companies/notes.d.ts.map +1 -1
  666. package/dist/objects/companies/notes.js +63 -34
  667. package/dist/objects/companies/notes.js.map +1 -1
  668. package/dist/objects/companies/relationships.d.ts +1 -1
  669. package/dist/objects/companies/relationships.d.ts.map +1 -1
  670. package/dist/objects/companies/relationships.js +40 -12
  671. package/dist/objects/companies/relationships.js.map +1 -1
  672. package/dist/objects/companies/search.d.ts +9 -121
  673. package/dist/objects/companies/search.d.ts.map +1 -1
  674. package/dist/objects/companies/search.js +84 -381
  675. package/dist/objects/companies/search.js.map +1 -1
  676. package/dist/objects/companies/types.d.ts +11 -12
  677. package/dist/objects/companies/types.d.ts.map +1 -1
  678. package/dist/objects/companies/types.js.map +1 -1
  679. package/dist/objects/deals/attributes.d.ts +88 -0
  680. package/dist/objects/deals/attributes.d.ts.map +1 -0
  681. package/dist/objects/deals/attributes.js +155 -0
  682. package/dist/objects/deals/attributes.js.map +1 -0
  683. package/dist/objects/deals/index.d.ts +8 -0
  684. package/dist/objects/deals/index.d.ts.map +1 -0
  685. package/dist/objects/deals/index.js +11 -0
  686. package/dist/objects/deals/index.js.map +1 -0
  687. package/dist/objects/deals/notes.d.ts +20 -0
  688. package/dist/objects/deals/notes.d.ts.map +1 -0
  689. package/dist/objects/deals/notes.js +60 -0
  690. package/dist/objects/deals/notes.js.map +1 -0
  691. package/dist/objects/deals/relationships.d.ts +23 -0
  692. package/dist/objects/deals/relationships.d.ts.map +1 -0
  693. package/dist/objects/deals/relationships.js +86 -0
  694. package/dist/objects/deals/relationships.js.map +1 -0
  695. package/dist/objects/lists/attributes.d.ts +2 -0
  696. package/dist/objects/lists/attributes.d.ts.map +1 -0
  697. package/dist/objects/lists/attributes.js +26 -0
  698. package/dist/objects/lists/attributes.js.map +1 -0
  699. package/dist/objects/lists/base.d.ts +22 -0
  700. package/dist/objects/lists/base.d.ts.map +1 -0
  701. package/dist/objects/lists/base.js +212 -0
  702. package/dist/objects/lists/base.js.map +1 -0
  703. package/dist/objects/lists/batch.d.ts +12 -0
  704. package/dist/objects/lists/batch.d.ts.map +1 -0
  705. package/dist/objects/lists/batch.js +21 -0
  706. package/dist/objects/lists/batch.js.map +1 -0
  707. package/dist/objects/lists/entries.d.ts +23 -0
  708. package/dist/objects/lists/entries.d.ts.map +1 -0
  709. package/dist/objects/lists/entries.js +179 -0
  710. package/dist/objects/lists/entries.js.map +1 -0
  711. package/dist/objects/lists/filtering.d.ts +19 -0
  712. package/dist/objects/lists/filtering.d.ts.map +1 -0
  713. package/dist/objects/lists/filtering.js +118 -0
  714. package/dist/objects/lists/filtering.js.map +1 -0
  715. package/dist/objects/lists/index.d.ts +9 -0
  716. package/dist/objects/lists/index.d.ts.map +1 -0
  717. package/dist/objects/lists/index.js +8 -0
  718. package/dist/objects/lists/index.js.map +1 -0
  719. package/dist/objects/lists/membership.d.ts +3 -0
  720. package/dist/objects/lists/membership.d.ts.map +1 -0
  721. package/dist/objects/lists/membership.js +76 -0
  722. package/dist/objects/lists/membership.js.map +1 -0
  723. package/dist/objects/lists/search.d.ts +6 -0
  724. package/dist/objects/lists/search.d.ts.map +1 -0
  725. package/dist/objects/lists/search.js +15 -0
  726. package/dist/objects/lists/search.js.map +1 -0
  727. package/dist/objects/lists/shared.d.ts +18 -0
  728. package/dist/objects/lists/shared.d.ts.map +1 -0
  729. package/dist/objects/lists/shared.js +66 -0
  730. package/dist/objects/lists/shared.js.map +1 -0
  731. package/dist/objects/lists.d.ts +4 -195
  732. package/dist/objects/lists.d.ts.map +1 -1
  733. package/dist/objects/lists.js +4 -670
  734. package/dist/objects/lists.js.map +1 -1
  735. package/dist/objects/notes.d.ts +77 -0
  736. package/dist/objects/notes.d.ts.map +1 -0
  737. package/dist/objects/notes.js +180 -0
  738. package/dist/objects/notes.js.map +1 -0
  739. package/dist/objects/paginated-people.d.ts +4 -4
  740. package/dist/objects/paginated-people.d.ts.map +1 -1
  741. package/dist/objects/paginated-people.js.map +1 -1
  742. package/dist/objects/people/attributes.d.ts +88 -0
  743. package/dist/objects/people/attributes.d.ts.map +1 -0
  744. package/dist/objects/people/attributes.js +169 -0
  745. package/dist/objects/people/attributes.js.map +1 -0
  746. package/dist/objects/people/basic.d.ts +3 -3
  747. package/dist/objects/people/basic.d.ts.map +1 -1
  748. package/dist/objects/people/basic.js +14 -3
  749. package/dist/objects/people/basic.js.map +1 -1
  750. package/dist/objects/people/batch.js +2 -2
  751. package/dist/objects/people/batch.js.map +1 -1
  752. package/dist/objects/people/email-validation.d.ts +14 -0
  753. package/dist/objects/people/email-validation.d.ts.map +1 -0
  754. package/dist/objects/people/email-validation.js +75 -0
  755. package/dist/objects/people/email-validation.js.map +1 -0
  756. package/dist/objects/people/errors.d.ts +18 -0
  757. package/dist/objects/people/errors.d.ts.map +1 -0
  758. package/dist/objects/people/errors.js +26 -0
  759. package/dist/objects/people/errors.js.map +1 -0
  760. package/dist/objects/people/index.d.ts +1 -0
  761. package/dist/objects/people/index.d.ts.map +1 -1
  762. package/dist/objects/people/index.js +2 -0
  763. package/dist/objects/people/index.js.map +1 -1
  764. package/dist/objects/people/notes.js.map +1 -1
  765. package/dist/objects/people/relationships.js +2 -2
  766. package/dist/objects/people/relationships.js.map +1 -1
  767. package/dist/objects/people/search.d.ts.map +1 -1
  768. package/dist/objects/people/search.js +6 -12
  769. package/dist/objects/people/search.js.map +1 -1
  770. package/dist/objects/people/types.d.ts +39 -18
  771. package/dist/objects/people/types.d.ts.map +1 -1
  772. package/dist/objects/people/types.js +99 -21
  773. package/dist/objects/people/types.js.map +1 -1
  774. package/dist/objects/people-write.d.ts +10 -21
  775. package/dist/objects/people-write.d.ts.map +1 -1
  776. package/dist/objects/people-write.js +82 -93
  777. package/dist/objects/people-write.js.map +1 -1
  778. package/dist/objects/records/formatters.d.ts +2 -2
  779. package/dist/objects/records/formatters.d.ts.map +1 -1
  780. package/dist/objects/records/formatters.js +5 -2
  781. package/dist/objects/records/formatters.js.map +1 -1
  782. package/dist/objects/records/index.d.ts.map +1 -1
  783. package/dist/objects/records/index.js +212 -25
  784. package/dist/objects/records/index.js.map +1 -1
  785. package/dist/objects/tasks.d.ts +11 -0
  786. package/dist/objects/tasks.d.ts.map +1 -1
  787. package/dist/objects/tasks.js +149 -3
  788. package/dist/objects/tasks.js.map +1 -1
  789. package/dist/objects/workspace-members.d.ts +5 -0
  790. package/dist/objects/workspace-members.d.ts.map +1 -0
  791. package/dist/objects/workspace-members.js +86 -0
  792. package/dist/objects/workspace-members.js.map +1 -0
  793. package/dist/prompts/error-handler.d.ts +9 -3
  794. package/dist/prompts/error-handler.d.ts.map +1 -1
  795. package/dist/prompts/error-handler.js +63 -4
  796. package/dist/prompts/error-handler.js.map +1 -1
  797. package/dist/prompts/handlers.d.ts +5 -1
  798. package/dist/prompts/handlers.d.ts.map +1 -1
  799. package/dist/prompts/handlers.js +151 -48
  800. package/dist/prompts/handlers.js.map +1 -1
  801. package/dist/prompts/templates/companies.d.ts.map +1 -1
  802. package/dist/prompts/templates/companies.js +8 -21
  803. package/dist/prompts/templates/companies.js.map +1 -1
  804. package/dist/prompts/templates/deals.d.ts +7 -0
  805. package/dist/prompts/templates/deals.d.ts.map +1 -0
  806. package/dist/prompts/templates/deals.js +140 -0
  807. package/dist/prompts/templates/deals.js.map +1 -0
  808. package/dist/prompts/templates/index.d.ts.map +1 -1
  809. package/dist/prompts/templates/index.js +2 -0
  810. package/dist/prompts/templates/index.js.map +1 -1
  811. package/dist/prompts/types.d.ts +4 -4
  812. package/dist/prompts/types.d.ts.map +1 -1
  813. package/dist/prompts/v1/add-to-list.v1.d.ts +38 -0
  814. package/dist/prompts/v1/add-to-list.v1.d.ts.map +1 -0
  815. package/dist/prompts/v1/add-to-list.v1.js +91 -0
  816. package/dist/prompts/v1/add-to-list.v1.js.map +1 -0
  817. package/dist/prompts/v1/advance-deal.v1.d.ts +41 -0
  818. package/dist/prompts/v1/advance-deal.v1.d.ts.map +1 -0
  819. package/dist/prompts/v1/advance-deal.v1.js +100 -0
  820. package/dist/prompts/v1/advance-deal.v1.js.map +1 -0
  821. package/dist/prompts/v1/company-search.v1.d.ts +44 -0
  822. package/dist/prompts/v1/company-search.v1.d.ts.map +1 -0
  823. package/dist/prompts/v1/company-search.v1.js +114 -0
  824. package/dist/prompts/v1/company-search.v1.js.map +1 -0
  825. package/dist/prompts/v1/constants.d.ts +112 -0
  826. package/dist/prompts/v1/constants.d.ts.map +1 -0
  827. package/dist/prompts/v1/constants.js +119 -0
  828. package/dist/prompts/v1/constants.js.map +1 -0
  829. package/dist/prompts/v1/create-task.v1.d.ts +50 -0
  830. package/dist/prompts/v1/create-task.v1.d.ts.map +1 -0
  831. package/dist/prompts/v1/create-task.v1.js +136 -0
  832. package/dist/prompts/v1/create-task.v1.js.map +1 -0
  833. package/dist/prompts/v1/deal-search.v1.d.ts +44 -0
  834. package/dist/prompts/v1/deal-search.v1.d.ts.map +1 -0
  835. package/dist/prompts/v1/deal-search.v1.js +114 -0
  836. package/dist/prompts/v1/deal-search.v1.js.map +1 -0
  837. package/dist/prompts/v1/index.d.ts +56 -0
  838. package/dist/prompts/v1/index.d.ts.map +1 -0
  839. package/dist/prompts/v1/index.js +81 -0
  840. package/dist/prompts/v1/index.js.map +1 -0
  841. package/dist/prompts/v1/log-activity.v1.d.ts +48 -0
  842. package/dist/prompts/v1/log-activity.v1.d.ts.map +1 -0
  843. package/dist/prompts/v1/log-activity.v1.js +124 -0
  844. package/dist/prompts/v1/log-activity.v1.js.map +1 -0
  845. package/dist/prompts/v1/meeting-prep.v1.d.ts +42 -0
  846. package/dist/prompts/v1/meeting-prep.v1.d.ts.map +1 -0
  847. package/dist/prompts/v1/meeting-prep.v1.js +105 -0
  848. package/dist/prompts/v1/meeting-prep.v1.js.map +1 -0
  849. package/dist/prompts/v1/people-search.v1.d.ts +45 -0
  850. package/dist/prompts/v1/people-search.v1.d.ts.map +1 -0
  851. package/dist/prompts/v1/people-search.v1.js +115 -0
  852. package/dist/prompts/v1/people-search.v1.js.map +1 -0
  853. package/dist/prompts/v1/pipeline-health.v1.d.ts +48 -0
  854. package/dist/prompts/v1/pipeline-health.v1.d.ts.map +1 -0
  855. package/dist/prompts/v1/pipeline-health.v1.js +131 -0
  856. package/dist/prompts/v1/pipeline-health.v1.js.map +1 -0
  857. package/dist/prompts/v1/qualify-lead.v1.d.ts +51 -0
  858. package/dist/prompts/v1/qualify-lead.v1.d.ts.map +1 -0
  859. package/dist/prompts/v1/qualify-lead.v1.js +157 -0
  860. package/dist/prompts/v1/qualify-lead.v1.js.map +1 -0
  861. package/dist/prompts/v1/types.d.ts +134 -0
  862. package/dist/prompts/v1/types.d.ts.map +1 -0
  863. package/dist/prompts/v1/types.js +36 -0
  864. package/dist/prompts/v1/types.js.map +1 -0
  865. package/dist/prompts/v1/utils/telemetry.d.ts +64 -0
  866. package/dist/prompts/v1/utils/telemetry.d.ts.map +1 -0
  867. package/dist/prompts/v1/utils/telemetry.js +88 -0
  868. package/dist/prompts/v1/utils/telemetry.js.map +1 -0
  869. package/dist/prompts/v1/utils/token-metadata.d.ts +43 -0
  870. package/dist/prompts/v1/utils/token-metadata.d.ts.map +1 -0
  871. package/dist/prompts/v1/utils/token-metadata.js +90 -0
  872. package/dist/prompts/v1/utils/token-metadata.js.map +1 -0
  873. package/dist/prompts/v1/utils/validation.d.ts +69 -0
  874. package/dist/prompts/v1/utils/validation.d.ts.map +1 -0
  875. package/dist/prompts/v1/utils/validation.js +140 -0
  876. package/dist/prompts/v1/utils/validation.js.map +1 -0
  877. package/dist/server/createServer.d.ts +64 -0
  878. package/dist/server/createServer.d.ts.map +1 -0
  879. package/dist/server/createServer.js +74 -0
  880. package/dist/server/createServer.js.map +1 -0
  881. package/dist/services/CachingService.d.ts +201 -0
  882. package/dist/services/CachingService.d.ts.map +1 -0
  883. package/dist/services/CachingService.js +421 -0
  884. package/dist/services/CachingService.js.map +1 -0
  885. package/dist/services/ErrorService.d.ts +90 -0
  886. package/dist/services/ErrorService.d.ts.map +1 -0
  887. package/dist/services/ErrorService.js +479 -0
  888. package/dist/services/ErrorService.js.map +1 -0
  889. package/dist/services/MockService.d.ts +67 -0
  890. package/dist/services/MockService.d.ts.map +1 -0
  891. package/dist/services/MockService.js +87 -0
  892. package/dist/services/MockService.js.map +1 -0
  893. package/dist/services/OpenAiCompatibilityService.d.ts +27 -0
  894. package/dist/services/OpenAiCompatibilityService.d.ts.map +1 -0
  895. package/dist/services/OpenAiCompatibilityService.js +171 -0
  896. package/dist/services/OpenAiCompatibilityService.js.map +1 -0
  897. package/dist/services/UniversalCreateService.d.ts +57 -0
  898. package/dist/services/UniversalCreateService.d.ts.map +1 -0
  899. package/dist/services/UniversalCreateService.js +358 -0
  900. package/dist/services/UniversalCreateService.js.map +1 -0
  901. package/dist/services/UniversalDeleteService.d.ts +31 -0
  902. package/dist/services/UniversalDeleteService.d.ts.map +1 -0
  903. package/dist/services/UniversalDeleteService.js +184 -0
  904. package/dist/services/UniversalDeleteService.js.map +1 -0
  905. package/dist/services/UniversalMetadataService.d.ts +68 -0
  906. package/dist/services/UniversalMetadataService.d.ts.map +1 -0
  907. package/dist/services/UniversalMetadataService.js +215 -0
  908. package/dist/services/UniversalMetadataService.js.map +1 -0
  909. package/dist/services/UniversalRetrievalService.d.ts +70 -0
  910. package/dist/services/UniversalRetrievalService.d.ts.map +1 -0
  911. package/dist/services/UniversalRetrievalService.js +533 -0
  912. package/dist/services/UniversalRetrievalService.js.map +1 -0
  913. package/dist/services/UniversalSearchService.d.ts +52 -0
  914. package/dist/services/UniversalSearchService.d.ts.map +1 -0
  915. package/dist/services/UniversalSearchService.js +578 -0
  916. package/dist/services/UniversalSearchService.js.map +1 -0
  917. package/dist/services/UniversalUpdateService.d.ts +77 -0
  918. package/dist/services/UniversalUpdateService.d.ts.map +1 -0
  919. package/dist/services/UniversalUpdateService.js +486 -0
  920. package/dist/services/UniversalUpdateService.js.map +1 -0
  921. package/dist/services/UniversalUtilityService.d.ts +92 -0
  922. package/dist/services/UniversalUtilityService.d.ts.map +1 -0
  923. package/dist/services/UniversalUtilityService.js +300 -0
  924. package/dist/services/UniversalUtilityService.js.map +1 -0
  925. package/dist/services/ValidationService.d.ts +134 -0
  926. package/dist/services/ValidationService.d.ts.map +1 -0
  927. package/dist/services/ValidationService.js +365 -0
  928. package/dist/services/ValidationService.js.map +1 -0
  929. package/dist/services/_guards.d.ts +29 -0
  930. package/dist/services/_guards.d.ts.map +1 -0
  931. package/dist/services/_guards.js +48 -0
  932. package/dist/services/_guards.js.map +1 -0
  933. package/dist/services/create/CreateValidation.d.ts +7 -0
  934. package/dist/services/create/CreateValidation.d.ts.map +1 -0
  935. package/dist/services/create/CreateValidation.js +66 -0
  936. package/dist/services/create/CreateValidation.js.map +1 -0
  937. package/dist/services/create/attio-create.service.d.ts +127 -0
  938. package/dist/services/create/attio-create.service.d.ts.map +1 -0
  939. package/dist/services/create/attio-create.service.js +227 -0
  940. package/dist/services/create/attio-create.service.js.map +1 -0
  941. package/dist/services/create/creators/base-creator.d.ts +86 -0
  942. package/dist/services/create/creators/base-creator.d.ts.map +1 -0
  943. package/dist/services/create/creators/base-creator.js +221 -0
  944. package/dist/services/create/creators/base-creator.js.map +1 -0
  945. package/dist/services/create/creators/company-creator.d.ts +58 -0
  946. package/dist/services/create/creators/company-creator.d.ts.map +1 -0
  947. package/dist/services/create/creators/company-creator.js +244 -0
  948. package/dist/services/create/creators/company-creator.js.map +1 -0
  949. package/dist/services/create/creators/email-strategies.d.ts +62 -0
  950. package/dist/services/create/creators/email-strategies.d.ts.map +1 -0
  951. package/dist/services/create/creators/email-strategies.js +94 -0
  952. package/dist/services/create/creators/email-strategies.js.map +1 -0
  953. package/dist/services/create/creators/index.d.ts +13 -0
  954. package/dist/services/create/creators/index.d.ts.map +1 -0
  955. package/dist/services/create/creators/index.js +12 -0
  956. package/dist/services/create/creators/index.js.map +1 -0
  957. package/dist/services/create/creators/note-creator.d.ts +49 -0
  958. package/dist/services/create/creators/note-creator.d.ts.map +1 -0
  959. package/dist/services/create/creators/note-creator.js +132 -0
  960. package/dist/services/create/creators/note-creator.js.map +1 -0
  961. package/dist/services/create/creators/person-creator.d.ts +64 -0
  962. package/dist/services/create/creators/person-creator.d.ts.map +1 -0
  963. package/dist/services/create/creators/person-creator.js +202 -0
  964. package/dist/services/create/creators/person-creator.js.map +1 -0
  965. package/dist/services/create/creators/task-creator.d.ts +45 -0
  966. package/dist/services/create/creators/task-creator.d.ts.map +1 -0
  967. package/dist/services/create/creators/task-creator.js +129 -0
  968. package/dist/services/create/creators/task-creator.js.map +1 -0
  969. package/dist/services/create/creators/types.d.ts +65 -0
  970. package/dist/services/create/creators/types.d.ts.map +1 -0
  971. package/dist/services/create/creators/types.js +8 -0
  972. package/dist/services/create/creators/types.js.map +1 -0
  973. package/dist/services/create/data-normalizers.d.ts +94 -0
  974. package/dist/services/create/data-normalizers.d.ts.map +1 -0
  975. package/dist/services/create/data-normalizers.js +304 -0
  976. package/dist/services/create/data-normalizers.js.map +1 -0
  977. package/dist/services/create/extractor.d.ts +35 -0
  978. package/dist/services/create/extractor.d.ts.map +1 -0
  979. package/dist/services/create/extractor.js +205 -0
  980. package/dist/services/create/extractor.js.map +1 -0
  981. package/dist/services/create/factory.d.ts +31 -0
  982. package/dist/services/create/factory.d.ts.map +1 -0
  983. package/dist/services/create/factory.js +72 -0
  984. package/dist/services/create/factory.js.map +1 -0
  985. package/dist/services/create/helpers/ErrorHelpers.d.ts +27 -0
  986. package/dist/services/create/helpers/ErrorHelpers.d.ts.map +1 -0
  987. package/dist/services/create/helpers/ErrorHelpers.js +37 -0
  988. package/dist/services/create/helpers/ErrorHelpers.js.map +1 -0
  989. package/dist/services/create/index.d.ts +12 -0
  990. package/dist/services/create/index.d.ts.map +1 -0
  991. package/dist/services/create/index.js +14 -0
  992. package/dist/services/create/index.js.map +1 -0
  993. package/dist/services/create/mock-create.service.d.ts +30 -0
  994. package/dist/services/create/mock-create.service.d.ts.map +1 -0
  995. package/dist/services/create/mock-create.service.js +298 -0
  996. package/dist/services/create/mock-create.service.js.map +1 -0
  997. package/dist/services/create/strategies/BaseCreateStrategy.d.ts +14 -0
  998. package/dist/services/create/strategies/BaseCreateStrategy.d.ts.map +1 -0
  999. package/dist/services/create/strategies/BaseCreateStrategy.js +2 -0
  1000. package/dist/services/create/strategies/BaseCreateStrategy.js.map +1 -0
  1001. package/dist/services/create/strategies/CompanyCreateStrategy.d.ts +6 -0
  1002. package/dist/services/create/strategies/CompanyCreateStrategy.d.ts.map +1 -0
  1003. package/dist/services/create/strategies/CompanyCreateStrategy.js +47 -0
  1004. package/dist/services/create/strategies/CompanyCreateStrategy.js.map +1 -0
  1005. package/dist/services/create/strategies/DealCreateStrategy.d.ts +6 -0
  1006. package/dist/services/create/strategies/DealCreateStrategy.d.ts.map +1 -0
  1007. package/dist/services/create/strategies/DealCreateStrategy.js +47 -0
  1008. package/dist/services/create/strategies/DealCreateStrategy.js.map +1 -0
  1009. package/dist/services/create/strategies/ListCreateStrategy.d.ts +6 -0
  1010. package/dist/services/create/strategies/ListCreateStrategy.d.ts.map +1 -0
  1011. package/dist/services/create/strategies/ListCreateStrategy.js +41 -0
  1012. package/dist/services/create/strategies/ListCreateStrategy.js.map +1 -0
  1013. package/dist/services/create/strategies/NoteCreateStrategy.d.ts +6 -0
  1014. package/dist/services/create/strategies/NoteCreateStrategy.d.ts.map +1 -0
  1015. package/dist/services/create/strategies/NoteCreateStrategy.js +35 -0
  1016. package/dist/services/create/strategies/NoteCreateStrategy.js.map +1 -0
  1017. package/dist/services/create/strategies/PersonCreateStrategy.d.ts +6 -0
  1018. package/dist/services/create/strategies/PersonCreateStrategy.d.ts.map +1 -0
  1019. package/dist/services/create/strategies/PersonCreateStrategy.js +50 -0
  1020. package/dist/services/create/strategies/PersonCreateStrategy.js.map +1 -0
  1021. package/dist/services/create/strategies/RecordCreateStrategy.d.ts +6 -0
  1022. package/dist/services/create/strategies/RecordCreateStrategy.d.ts.map +1 -0
  1023. package/dist/services/create/strategies/RecordCreateStrategy.js +16 -0
  1024. package/dist/services/create/strategies/RecordCreateStrategy.js.map +1 -0
  1025. package/dist/services/create/strategies/TaskCreateStrategy.d.ts +6 -0
  1026. package/dist/services/create/strategies/TaskCreateStrategy.d.ts.map +1 -0
  1027. package/dist/services/create/strategies/TaskCreateStrategy.js +100 -0
  1028. package/dist/services/create/strategies/TaskCreateStrategy.js.map +1 -0
  1029. package/dist/services/create/types.d.ts +73 -0
  1030. package/dist/services/create/types.d.ts.map +1 -0
  1031. package/dist/services/create/types.js +8 -0
  1032. package/dist/services/create/types.js.map +1 -0
  1033. package/dist/services/create/validators.d.ts +3 -0
  1034. package/dist/services/create/validators.d.ts.map +1 -0
  1035. package/dist/services/create/validators.js +8 -0
  1036. package/dist/services/create/validators.js.map +1 -0
  1037. package/dist/services/metadata/MetadataCacheService.d.ts +5 -0
  1038. package/dist/services/metadata/MetadataCacheService.d.ts.map +1 -0
  1039. package/dist/services/metadata/MetadataCacheService.js +7 -0
  1040. package/dist/services/metadata/MetadataCacheService.js.map +1 -0
  1041. package/dist/services/metadata/MetadataDiscoveryService.d.ts +15 -0
  1042. package/dist/services/metadata/MetadataDiscoveryService.d.ts.map +1 -0
  1043. package/dist/services/metadata/MetadataDiscoveryService.js +139 -0
  1044. package/dist/services/metadata/MetadataDiscoveryService.js.map +1 -0
  1045. package/dist/services/metadata/MetadataErrorService.d.ts +7 -0
  1046. package/dist/services/metadata/MetadataErrorService.d.ts.map +1 -0
  1047. package/dist/services/metadata/MetadataErrorService.js +34 -0
  1048. package/dist/services/metadata/MetadataErrorService.js.map +1 -0
  1049. package/dist/services/metadata/MetadataMetricsService.d.ts +10 -0
  1050. package/dist/services/metadata/MetadataMetricsService.d.ts.map +1 -0
  1051. package/dist/services/metadata/MetadataMetricsService.js +72 -0
  1052. package/dist/services/metadata/MetadataMetricsService.js.map +1 -0
  1053. package/dist/services/metadata/MetadataRecordService.d.ts +8 -0
  1054. package/dist/services/metadata/MetadataRecordService.d.ts.map +1 -0
  1055. package/dist/services/metadata/MetadataRecordService.js +44 -0
  1056. package/dist/services/metadata/MetadataRecordService.js.map +1 -0
  1057. package/dist/services/metadata/MetadataTransformService.d.ts +7 -0
  1058. package/dist/services/metadata/MetadataTransformService.d.ts.map +1 -0
  1059. package/dist/services/metadata/MetadataTransformService.js +87 -0
  1060. package/dist/services/metadata/MetadataTransformService.js.map +1 -0
  1061. package/dist/services/metadata/discovery-runner.d.ts +25 -0
  1062. package/dist/services/metadata/discovery-runner.d.ts.map +1 -0
  1063. package/dist/services/metadata/discovery-runner.js +66 -0
  1064. package/dist/services/metadata/discovery-runner.js.map +1 -0
  1065. package/dist/services/metadata/index.d.ts +10 -0
  1066. package/dist/services/metadata/index.d.ts.map +1 -0
  1067. package/dist/services/metadata/index.js +29 -0
  1068. package/dist/services/metadata/index.js.map +1 -0
  1069. package/dist/services/metadata/task-metadata.d.ts +13 -0
  1070. package/dist/services/metadata/task-metadata.d.ts.map +1 -0
  1071. package/dist/services/metadata/task-metadata.js +84 -0
  1072. package/dist/services/metadata/task-metadata.js.map +1 -0
  1073. package/dist/services/metadata/types.d.ts +95 -0
  1074. package/dist/services/metadata/types.d.ts.map +1 -0
  1075. package/dist/services/metadata/types.js +2 -0
  1076. package/dist/services/metadata/types.js.map +1 -0
  1077. package/dist/services/normalizers/AttributeAwareNormalizer.d.ts +2 -0
  1078. package/dist/services/normalizers/AttributeAwareNormalizer.d.ts.map +1 -0
  1079. package/dist/services/normalizers/AttributeAwareNormalizer.js +109 -0
  1080. package/dist/services/normalizers/AttributeAwareNormalizer.js.map +1 -0
  1081. package/dist/services/normalizers/PhoneNormalizer.d.ts +3 -0
  1082. package/dist/services/normalizers/PhoneNormalizer.d.ts.map +1 -0
  1083. package/dist/services/normalizers/PhoneNormalizer.js +2 -0
  1084. package/dist/services/normalizers/PhoneNormalizer.js.map +1 -0
  1085. package/dist/services/search-strategies/BaseSearchStrategy.d.ts +47 -0
  1086. package/dist/services/search-strategies/BaseSearchStrategy.d.ts.map +1 -0
  1087. package/dist/services/search-strategies/BaseSearchStrategy.js +100 -0
  1088. package/dist/services/search-strategies/BaseSearchStrategy.js.map +1 -0
  1089. package/dist/services/search-strategies/CompanySearchStrategy.d.ts +42 -0
  1090. package/dist/services/search-strategies/CompanySearchStrategy.d.ts.map +1 -0
  1091. package/dist/services/search-strategies/CompanySearchStrategy.js +137 -0
  1092. package/dist/services/search-strategies/CompanySearchStrategy.js.map +1 -0
  1093. package/dist/services/search-strategies/ListSearchStrategy.d.ts +30 -0
  1094. package/dist/services/search-strategies/ListSearchStrategy.d.ts.map +1 -0
  1095. package/dist/services/search-strategies/ListSearchStrategy.js +135 -0
  1096. package/dist/services/search-strategies/ListSearchStrategy.js.map +1 -0
  1097. package/dist/services/search-strategies/PeopleSearchStrategy.d.ts +42 -0
  1098. package/dist/services/search-strategies/PeopleSearchStrategy.d.ts.map +1 -0
  1099. package/dist/services/search-strategies/PeopleSearchStrategy.js +178 -0
  1100. package/dist/services/search-strategies/PeopleSearchStrategy.js.map +1 -0
  1101. package/dist/services/search-strategies/TaskSearchStrategy.d.ts +38 -0
  1102. package/dist/services/search-strategies/TaskSearchStrategy.d.ts.map +1 -0
  1103. package/dist/services/search-strategies/TaskSearchStrategy.js +146 -0
  1104. package/dist/services/search-strategies/TaskSearchStrategy.js.map +1 -0
  1105. package/dist/services/search-strategies/index.d.ts +11 -0
  1106. package/dist/services/search-strategies/index.d.ts.map +1 -0
  1107. package/dist/services/search-strategies/index.js +10 -0
  1108. package/dist/services/search-strategies/index.js.map +1 -0
  1109. package/dist/services/search-strategies/interfaces.d.ts +69 -0
  1110. package/dist/services/search-strategies/interfaces.d.ts.map +1 -0
  1111. package/dist/services/search-strategies/interfaces.js +6 -0
  1112. package/dist/services/search-strategies/interfaces.js.map +1 -0
  1113. package/dist/services/search-strategies/query-filter-builder.d.ts +5 -0
  1114. package/dist/services/search-strategies/query-filter-builder.d.ts.map +1 -0
  1115. package/dist/services/search-strategies/query-filter-builder.js +129 -0
  1116. package/dist/services/search-strategies/query-filter-builder.js.map +1 -0
  1117. package/dist/services/search-utilities/FunctionValidator.d.ts +14 -0
  1118. package/dist/services/search-utilities/FunctionValidator.d.ts.map +1 -0
  1119. package/dist/services/search-utilities/FunctionValidator.js +32 -0
  1120. package/dist/services/search-utilities/FunctionValidator.js.map +1 -0
  1121. package/dist/services/search-utilities/SearchUtilities.d.ts +50 -0
  1122. package/dist/services/search-utilities/SearchUtilities.d.ts.map +1 -0
  1123. package/dist/services/search-utilities/SearchUtilities.js +235 -0
  1124. package/dist/services/search-utilities/SearchUtilities.js.map +1 -0
  1125. package/dist/services/update/ResponseNormalizer.d.ts +12 -0
  1126. package/dist/services/update/ResponseNormalizer.d.ts.map +1 -0
  1127. package/dist/services/update/ResponseNormalizer.js +118 -0
  1128. package/dist/services/update/ResponseNormalizer.js.map +1 -0
  1129. package/dist/services/update/UpdateValidation.d.ts +58 -0
  1130. package/dist/services/update/UpdateValidation.d.ts.map +1 -0
  1131. package/dist/services/update/UpdateValidation.js +245 -0
  1132. package/dist/services/update/UpdateValidation.js.map +1 -0
  1133. package/dist/services/update/strategies/BaseUpdateStrategy.d.ts +13 -0
  1134. package/dist/services/update/strategies/BaseUpdateStrategy.d.ts.map +1 -0
  1135. package/dist/services/update/strategies/BaseUpdateStrategy.js +9 -0
  1136. package/dist/services/update/strategies/BaseUpdateStrategy.js.map +1 -0
  1137. package/dist/services/update/strategies/CompanyUpdateStrategy.d.ts +10 -0
  1138. package/dist/services/update/strategies/CompanyUpdateStrategy.d.ts.map +1 -0
  1139. package/dist/services/update/strategies/CompanyUpdateStrategy.js +34 -0
  1140. package/dist/services/update/strategies/CompanyUpdateStrategy.js.map +1 -0
  1141. package/dist/services/update/strategies/ListUpdateStrategy.d.ts +13 -0
  1142. package/dist/services/update/strategies/ListUpdateStrategy.d.ts.map +1 -0
  1143. package/dist/services/update/strategies/ListUpdateStrategy.js +49 -0
  1144. package/dist/services/update/strategies/ListUpdateStrategy.js.map +1 -0
  1145. package/dist/services/update/strategies/PersonUpdateStrategy.d.ts +10 -0
  1146. package/dist/services/update/strategies/PersonUpdateStrategy.d.ts.map +1 -0
  1147. package/dist/services/update/strategies/PersonUpdateStrategy.js +32 -0
  1148. package/dist/services/update/strategies/PersonUpdateStrategy.js.map +1 -0
  1149. package/dist/services/update/strategies/RecordUpdateStrategy.d.ts +13 -0
  1150. package/dist/services/update/strategies/RecordUpdateStrategy.d.ts.map +1 -0
  1151. package/dist/services/update/strategies/RecordUpdateStrategy.js +22 -0
  1152. package/dist/services/update/strategies/RecordUpdateStrategy.js.map +1 -0
  1153. package/dist/services/update/strategies/TaskUpdateStrategy.d.ts +9 -0
  1154. package/dist/services/update/strategies/TaskUpdateStrategy.d.ts.map +1 -0
  1155. package/dist/services/update/strategies/TaskUpdateStrategy.js +130 -0
  1156. package/dist/services/update/strategies/TaskUpdateStrategy.js.map +1 -0
  1157. package/dist/services/utils/attribute-metadata.d.ts +7 -0
  1158. package/dist/services/utils/attribute-metadata.d.ts.map +1 -0
  1159. package/dist/services/utils/attribute-metadata.js +84 -0
  1160. package/dist/services/utils/attribute-metadata.js.map +1 -0
  1161. package/dist/smithery.d.ts +56 -0
  1162. package/dist/smithery.d.ts.map +1 -0
  1163. package/dist/smithery.js +43 -0
  1164. package/dist/smithery.js.map +1 -0
  1165. package/dist/test-support/mock-alias.d.ts +3 -0
  1166. package/dist/test-support/mock-alias.d.ts.map +1 -0
  1167. package/dist/test-support/mock-alias.js +34 -0
  1168. package/dist/test-support/mock-alias.js.map +1 -0
  1169. package/dist/test-support/test-data-registry.d.ts +19 -0
  1170. package/dist/test-support/test-data-registry.d.ts.map +1 -0
  1171. package/dist/test-support/test-data-registry.js +37 -0
  1172. package/dist/test-support/test-data-registry.js.map +1 -0
  1173. package/dist/types/api-operations.d.ts +138 -0
  1174. package/dist/types/api-operations.d.ts.map +1 -0
  1175. package/dist/types/api-operations.js +6 -0
  1176. package/dist/types/api-operations.js.map +1 -0
  1177. package/dist/types/attio.d.ts +137 -47
  1178. package/dist/types/attio.d.ts.map +1 -1
  1179. package/dist/types/attio.js +8 -7
  1180. package/dist/types/attio.js.map +1 -1
  1181. package/dist/types/batch-types.d.ts +80 -0
  1182. package/dist/types/batch-types.d.ts.map +1 -0
  1183. package/dist/types/batch-types.js +57 -0
  1184. package/dist/types/batch-types.js.map +1 -0
  1185. package/dist/types/error-interfaces.d.ts +56 -0
  1186. package/dist/types/error-interfaces.d.ts.map +1 -0
  1187. package/dist/types/error-interfaces.js +60 -0
  1188. package/dist/types/error-interfaces.js.map +1 -0
  1189. package/dist/types/error-types.d.ts +70 -0
  1190. package/dist/types/error-types.d.ts.map +1 -0
  1191. package/dist/types/error-types.js +91 -0
  1192. package/dist/types/error-types.js.map +1 -0
  1193. package/dist/types/list-types.d.ts +121 -0
  1194. package/dist/types/list-types.d.ts.map +1 -0
  1195. package/dist/types/list-types.js +52 -0
  1196. package/dist/types/list-types.js.map +1 -0
  1197. package/dist/types/service-types.d.ts +214 -0
  1198. package/dist/types/service-types.d.ts.map +1 -0
  1199. package/dist/types/service-types.js +28 -0
  1200. package/dist/types/service-types.js.map +1 -0
  1201. package/dist/types/tool-types.d.ts +16 -0
  1202. package/dist/types/tool-types.d.ts.map +1 -1
  1203. package/dist/types/universal-service-types.d.ts +179 -0
  1204. package/dist/types/universal-service-types.d.ts.map +1 -0
  1205. package/dist/types/universal-service-types.js +141 -0
  1206. package/dist/types/universal-service-types.js.map +1 -0
  1207. package/dist/utils/AttioFieldMapper.d.ts +34 -0
  1208. package/dist/utils/AttioFieldMapper.d.ts.map +1 -0
  1209. package/dist/utils/AttioFieldMapper.js +84 -0
  1210. package/dist/utils/AttioFieldMapper.js.map +1 -0
  1211. package/dist/utils/AttioFilterOperators.d.ts +49 -0
  1212. package/dist/utils/AttioFilterOperators.d.ts.map +1 -0
  1213. package/dist/utils/AttioFilterOperators.js +173 -0
  1214. package/dist/utils/AttioFilterOperators.js.map +1 -0
  1215. package/dist/utils/attio-response.d.ts +73 -0
  1216. package/dist/utils/attio-response.d.ts.map +1 -0
  1217. package/dist/utils/attio-response.js +79 -0
  1218. package/dist/utils/attio-response.js.map +1 -0
  1219. package/dist/utils/attribute-format-helpers.d.ts +24 -0
  1220. package/dist/utils/attribute-format-helpers.d.ts.map +1 -0
  1221. package/dist/utils/attribute-format-helpers.js +373 -0
  1222. package/dist/utils/attribute-format-helpers.js.map +1 -0
  1223. package/dist/utils/attribute-mapping/attribute-mappers.d.ts +3 -3
  1224. package/dist/utils/attribute-mapping/attribute-mappers.d.ts.map +1 -1
  1225. package/dist/utils/attribute-mapping/attribute-mappers.js +54 -26
  1226. package/dist/utils/attribute-mapping/attribute-mappers.js.map +1 -1
  1227. package/dist/utils/attribute-mapping/filter-translator.d.ts +1 -1
  1228. package/dist/utils/attribute-mapping/filter-translator.d.ts.map +1 -1
  1229. package/dist/utils/attribute-mapping/filter-translator.js +26 -12
  1230. package/dist/utils/attribute-mapping/filter-translator.js.map +1 -1
  1231. package/dist/utils/attribute-mapping/legacy-maps.d.ts.map +1 -1
  1232. package/dist/utils/attribute-mapping/legacy-maps.js +2 -41
  1233. package/dist/utils/attribute-mapping/legacy-maps.js.map +1 -1
  1234. package/dist/utils/attribute-mapping/mapping-utils.d.ts.map +1 -1
  1235. package/dist/utils/attribute-mapping/mapping-utils.js +0 -14
  1236. package/dist/utils/attribute-mapping/mapping-utils.js.map +1 -1
  1237. package/dist/utils/auto-discovery.d.ts.map +1 -1
  1238. package/dist/utils/auto-discovery.js +18 -5
  1239. package/dist/utils/auto-discovery.js.map +1 -1
  1240. package/dist/utils/axios-error-mapper.d.ts +62 -0
  1241. package/dist/utils/axios-error-mapper.d.ts.map +1 -0
  1242. package/dist/utils/axios-error-mapper.js +356 -0
  1243. package/dist/utils/axios-error-mapper.js.map +1 -0
  1244. package/dist/utils/batch-validation.d.ts +77 -0
  1245. package/dist/utils/batch-validation.d.ts.map +1 -0
  1246. package/dist/utils/batch-validation.js +220 -0
  1247. package/dist/utils/batch-validation.js.map +1 -0
  1248. package/dist/utils/cli-colors.d.ts +2 -2
  1249. package/dist/utils/cli-colors.js +2 -2
  1250. package/dist/utils/client-resolver.d.ts +20 -0
  1251. package/dist/utils/client-resolver.d.ts.map +1 -0
  1252. package/dist/utils/client-resolver.js +89 -0
  1253. package/dist/utils/client-resolver.js.map +1 -0
  1254. package/dist/utils/config-loader.d.ts +3 -3
  1255. package/dist/utils/config-loader.d.ts.map +1 -1
  1256. package/dist/utils/config-loader.js +83 -16
  1257. package/dist/utils/config-loader.js.map +1 -1
  1258. package/dist/utils/config-migration.d.ts +6 -6
  1259. package/dist/utils/config-migration.js +10 -10
  1260. package/dist/utils/config-migration.js.map +1 -1
  1261. package/dist/utils/date-parser.d.ts +53 -0
  1262. package/dist/utils/date-parser.d.ts.map +1 -0
  1263. package/dist/utils/date-parser.js +239 -0
  1264. package/dist/utils/date-parser.js.map +1 -0
  1265. package/dist/utils/date-utils.d.ts +13 -0
  1266. package/dist/utils/date-utils.d.ts.map +1 -1
  1267. package/dist/utils/date-utils.js +110 -17
  1268. package/dist/utils/date-utils.js.map +1 -1
  1269. package/dist/utils/domain-utils.js +2 -2
  1270. package/dist/utils/domain-utils.js.map +1 -1
  1271. package/dist/utils/dynamic-import.d.ts +1 -1
  1272. package/dist/utils/dynamic-import.d.ts.map +1 -1
  1273. package/dist/utils/dynamic-import.js +4 -3
  1274. package/dist/utils/dynamic-import.js.map +1 -1
  1275. package/dist/utils/enhanced-validation.d.ts +47 -0
  1276. package/dist/utils/enhanced-validation.d.ts.map +1 -0
  1277. package/dist/utils/enhanced-validation.js +254 -0
  1278. package/dist/utils/enhanced-validation.js.map +1 -0
  1279. package/dist/utils/error-detection.d.ts +37 -0
  1280. package/dist/utils/error-detection.d.ts.map +1 -0
  1281. package/dist/utils/error-detection.js +157 -0
  1282. package/dist/utils/error-detection.js.map +1 -0
  1283. package/dist/utils/error-enhancer.d.ts +3 -2
  1284. package/dist/utils/error-enhancer.d.ts.map +1 -1
  1285. package/dist/utils/error-enhancer.js +61 -44
  1286. package/dist/utils/error-enhancer.js.map +1 -1
  1287. package/dist/utils/error-examples.d.ts +40 -0
  1288. package/dist/utils/error-examples.d.ts.map +1 -0
  1289. package/dist/utils/error-examples.js +163 -0
  1290. package/dist/utils/error-examples.js.map +1 -0
  1291. package/dist/utils/error-handler.d.ts +11 -8
  1292. package/dist/utils/error-handler.d.ts.map +1 -1
  1293. package/dist/utils/error-handler.js +50 -18
  1294. package/dist/utils/error-handler.js.map +1 -1
  1295. package/dist/utils/error-response-utils.d.ts +68 -0
  1296. package/dist/utils/error-response-utils.d.ts.map +1 -0
  1297. package/dist/utils/error-response-utils.js +223 -0
  1298. package/dist/utils/error-response-utils.js.map +1 -0
  1299. package/dist/utils/error-sanitizer.d.ts +82 -0
  1300. package/dist/utils/error-sanitizer.d.ts.map +1 -0
  1301. package/dist/utils/error-sanitizer.js +366 -0
  1302. package/dist/utils/error-sanitizer.js.map +1 -0
  1303. package/dist/utils/error-utilities.d.ts +189 -0
  1304. package/dist/utils/error-utilities.d.ts.map +1 -0
  1305. package/dist/utils/error-utilities.js +303 -0
  1306. package/dist/utils/error-utilities.js.map +1 -0
  1307. package/dist/utils/field-suggestions.d.ts +77 -0
  1308. package/dist/utils/field-suggestions.d.ts.map +1 -0
  1309. package/dist/utils/field-suggestions.js +252 -0
  1310. package/dist/utils/field-suggestions.js.map +1 -0
  1311. package/dist/utils/filters/builders/activity.js.map +1 -1
  1312. package/dist/utils/filters/builders/basic.d.ts +1 -1
  1313. package/dist/utils/filters/builders/basic.d.ts.map +1 -1
  1314. package/dist/utils/filters/builders/basic.js +1 -1
  1315. package/dist/utils/filters/builders/basic.js.map +1 -1
  1316. package/dist/utils/filters/builders/complex.d.ts +1 -1
  1317. package/dist/utils/filters/builders/complex.d.ts.map +1 -1
  1318. package/dist/utils/filters/builders/complex.js +2 -2
  1319. package/dist/utils/filters/builders/complex.js.map +1 -1
  1320. package/dist/utils/filters/builders/date.js +1 -1
  1321. package/dist/utils/filters/builders/date.js.map +1 -1
  1322. package/dist/utils/filters/builders/index.d.ts +1 -0
  1323. package/dist/utils/filters/builders/index.d.ts.map +1 -1
  1324. package/dist/utils/filters/builders/index.js +1 -0
  1325. package/dist/utils/filters/builders/index.js.map +1 -1
  1326. package/dist/utils/filters/builders/numeric.js.map +1 -1
  1327. package/dist/utils/filters/builders/query-api.d.ts +71 -0
  1328. package/dist/utils/filters/builders/query-api.d.ts.map +1 -0
  1329. package/dist/utils/filters/builders/query-api.js +229 -0
  1330. package/dist/utils/filters/builders/query-api.js.map +1 -0
  1331. package/dist/utils/filters/builders/text.d.ts.map +1 -1
  1332. package/dist/utils/filters/builders/text.js +1 -3
  1333. package/dist/utils/filters/builders/text.js.map +1 -1
  1334. package/dist/utils/filters/cache.js +2 -2
  1335. package/dist/utils/filters/cache.js.map +1 -1
  1336. package/dist/utils/filters/index.d.ts +3 -2
  1337. package/dist/utils/filters/index.d.ts.map +1 -1
  1338. package/dist/utils/filters/index.js +7 -3
  1339. package/dist/utils/filters/index.js.map +1 -1
  1340. package/dist/utils/filters/operators.d.ts.map +1 -1
  1341. package/dist/utils/filters/operators.js +10 -10
  1342. package/dist/utils/filters/operators.js.map +1 -1
  1343. package/dist/utils/filters/relationship.d.ts +7 -7
  1344. package/dist/utils/filters/relationship.d.ts.map +1 -1
  1345. package/dist/utils/filters/relationship.js +7 -1
  1346. package/dist/utils/filters/relationship.js.map +1 -1
  1347. package/dist/utils/filters/timeframe-utils.d.ts +135 -0
  1348. package/dist/utils/filters/timeframe-utils.d.ts.map +1 -0
  1349. package/dist/utils/filters/timeframe-utils.js +429 -0
  1350. package/dist/utils/filters/timeframe-utils.js.map +1 -0
  1351. package/dist/utils/filters/translators.d.ts +14 -2
  1352. package/dist/utils/filters/translators.d.ts.map +1 -1
  1353. package/dist/utils/filters/translators.js +162 -75
  1354. package/dist/utils/filters/translators.js.map +1 -1
  1355. package/dist/utils/filters/types.d.ts +68 -7
  1356. package/dist/utils/filters/types.d.ts.map +1 -1
  1357. package/dist/utils/filters/types.js +5 -12
  1358. package/dist/utils/filters/types.js.map +1 -1
  1359. package/dist/utils/filters/utils.d.ts +2 -18
  1360. package/dist/utils/filters/utils.d.ts.map +1 -1
  1361. package/dist/utils/filters/utils.js +5 -25
  1362. package/dist/utils/filters/utils.js.map +1 -1
  1363. package/dist/utils/filters/validation-utils.d.ts +3 -3
  1364. package/dist/utils/filters/validation-utils.d.ts.map +1 -1
  1365. package/dist/utils/filters/validation-utils.js +36 -15
  1366. package/dist/utils/filters/validation-utils.js.map +1 -1
  1367. package/dist/utils/filters/validators.d.ts +4 -4
  1368. package/dist/utils/filters/validators.d.ts.map +1 -1
  1369. package/dist/utils/filters/validators.js +80 -66
  1370. package/dist/utils/filters/validators.js.map +1 -1
  1371. package/dist/utils/json-serializer.d.ts +6 -6
  1372. package/dist/utils/json-serializer.d.ts.map +1 -1
  1373. package/dist/utils/json-serializer.js +60 -8
  1374. package/dist/utils/json-serializer.js.map +1 -1
  1375. package/dist/utils/log-sanitizer.d.ts +14 -0
  1376. package/dist/utils/log-sanitizer.d.ts.map +1 -0
  1377. package/dist/utils/log-sanitizer.js +248 -0
  1378. package/dist/utils/log-sanitizer.js.map +1 -0
  1379. package/dist/utils/logger.d.ts +30 -29
  1380. package/dist/utils/logger.d.ts.map +1 -1
  1381. package/dist/utils/logger.js +119 -41
  1382. package/dist/utils/logger.js.map +1 -1
  1383. package/dist/utils/markdown-formatter.d.ts +47 -0
  1384. package/dist/utils/markdown-formatter.d.ts.map +1 -0
  1385. package/dist/utils/markdown-formatter.js +145 -0
  1386. package/dist/utils/markdown-formatter.js.map +1 -0
  1387. package/dist/utils/mcp-discovery.d.ts +16 -0
  1388. package/dist/utils/mcp-discovery.d.ts.map +1 -0
  1389. package/dist/utils/mcp-discovery.js +36 -0
  1390. package/dist/utils/mcp-discovery.js.map +1 -0
  1391. package/dist/utils/mock-state.d.ts +50 -0
  1392. package/dist/utils/mock-state.d.ts.map +1 -0
  1393. package/dist/utils/mock-state.js +192 -0
  1394. package/dist/utils/mock-state.js.map +1 -0
  1395. package/dist/utils/normalization/email-validation-config.d.ts +42 -0
  1396. package/dist/utils/normalization/email-validation-config.d.ts.map +1 -0
  1397. package/dist/utils/normalization/email-validation-config.js +107 -0
  1398. package/dist/utils/normalization/email-validation-config.js.map +1 -0
  1399. package/dist/utils/normalization/people-normalization.d.ts +100 -0
  1400. package/dist/utils/normalization/people-normalization.d.ts.map +1 -0
  1401. package/dist/utils/normalization/people-normalization.js +508 -0
  1402. package/dist/utils/normalization/people-normalization.js.map +1 -0
  1403. package/dist/utils/numeric-utils.js.map +1 -1
  1404. package/dist/utils/pagination.d.ts +1 -1
  1405. package/dist/utils/pagination.d.ts.map +1 -1
  1406. package/dist/utils/pagination.js +6 -3
  1407. package/dist/utils/pagination.js.map +1 -1
  1408. package/dist/utils/person-lookup.d.ts.map +1 -1
  1409. package/dist/utils/person-lookup.js +1 -1
  1410. package/dist/utils/person-lookup.js.map +1 -1
  1411. package/dist/utils/personal-name-parser.d.ts +37 -0
  1412. package/dist/utils/personal-name-parser.d.ts.map +1 -0
  1413. package/dist/utils/personal-name-parser.js +106 -0
  1414. package/dist/utils/personal-name-parser.js.map +1 -0
  1415. package/dist/utils/rate-limiter.d.ts +23 -4
  1416. package/dist/utils/rate-limiter.d.ts.map +1 -1
  1417. package/dist/utils/rate-limiter.js +5 -4
  1418. package/dist/utils/rate-limiter.js.map +1 -1
  1419. package/dist/utils/record-utils.d.ts +6 -6
  1420. package/dist/utils/record-utils.d.ts.map +1 -1
  1421. package/dist/utils/record-utils.js +12 -12
  1422. package/dist/utils/record-utils.js.map +1 -1
  1423. package/dist/utils/relationship-helpers.d.ts +55 -0
  1424. package/dist/utils/relationship-helpers.d.ts.map +1 -0
  1425. package/dist/utils/relationship-helpers.js +113 -0
  1426. package/dist/utils/relationship-helpers.js.map +1 -0
  1427. package/dist/utils/relationship-utils.d.ts.map +1 -1
  1428. package/dist/utils/relationship-utils.js.map +1 -1
  1429. package/dist/utils/resource-mapping.d.ts +97 -0
  1430. package/dist/utils/resource-mapping.d.ts.map +1 -0
  1431. package/dist/utils/resource-mapping.js +277 -0
  1432. package/dist/utils/resource-mapping.js.map +1 -0
  1433. package/dist/utils/response-formatter.d.ts.map +1 -1
  1434. package/dist/utils/response-formatter.js +0 -3
  1435. package/dist/utils/response-formatter.js.map +1 -1
  1436. package/dist/utils/schema-pre-validation.d.ts +95 -0
  1437. package/dist/utils/schema-pre-validation.d.ts.map +1 -0
  1438. package/dist/utils/schema-pre-validation.js +683 -0
  1439. package/dist/utils/schema-pre-validation.js.map +1 -0
  1440. package/dist/utils/secure-error-handler.d.ts +231 -0
  1441. package/dist/utils/secure-error-handler.d.ts.map +1 -0
  1442. package/dist/utils/secure-error-handler.js +478 -0
  1443. package/dist/utils/secure-error-handler.js.map +1 -0
  1444. package/dist/utils/security-constants.d.ts +18 -0
  1445. package/dist/utils/security-constants.d.ts.map +1 -0
  1446. package/dist/utils/security-constants.js +22 -0
  1447. package/dist/utils/security-constants.js.map +1 -0
  1448. package/dist/utils/task-debug.d.ts +9 -0
  1449. package/dist/utils/task-debug.d.ts.map +1 -0
  1450. package/dist/utils/task-debug.js +72 -0
  1451. package/dist/utils/task-debug.js.map +1 -0
  1452. package/dist/utils/test-impact-analyzer.d.ts +65 -0
  1453. package/dist/utils/test-impact-analyzer.d.ts.map +1 -0
  1454. package/dist/utils/test-impact-analyzer.js +339 -0
  1455. package/dist/utils/test-impact-analyzer.js.map +1 -0
  1456. package/dist/utils/token-count.d.ts +5 -0
  1457. package/dist/utils/token-count.d.ts.map +1 -0
  1458. package/dist/utils/token-count.js +57 -0
  1459. package/dist/utils/token-count.js.map +1 -0
  1460. package/dist/utils/token-footprint-analyzer.d.ts +46 -0
  1461. package/dist/utils/token-footprint-analyzer.d.ts.map +1 -0
  1462. package/dist/utils/token-footprint-analyzer.js +221 -0
  1463. package/dist/utils/token-footprint-analyzer.js.map +1 -0
  1464. package/dist/utils/type-extraction.d.ts +252 -0
  1465. package/dist/utils/type-extraction.d.ts.map +1 -0
  1466. package/dist/utils/type-extraction.js +358 -0
  1467. package/dist/utils/type-extraction.js.map +1 -0
  1468. package/dist/utils/types/common.d.ts +39 -0
  1469. package/dist/utils/types/common.d.ts.map +1 -0
  1470. package/dist/utils/types/common.js +5 -0
  1471. package/dist/utils/types/common.js.map +1 -0
  1472. package/dist/utils/uri-parser.js +1 -1
  1473. package/dist/utils/uri-parser.js.map +1 -1
  1474. package/dist/utils/validation/email-validation.d.ts +49 -0
  1475. package/dist/utils/validation/email-validation.d.ts.map +1 -0
  1476. package/dist/utils/validation/email-validation.js +122 -0
  1477. package/dist/utils/validation/email-validation.js.map +1 -0
  1478. package/dist/utils/validation/field-validation.d.ts +79 -0
  1479. package/dist/utils/validation/field-validation.d.ts.map +1 -0
  1480. package/dist/utils/validation/field-validation.js +586 -0
  1481. package/dist/utils/validation/field-validation.js.map +1 -0
  1482. package/dist/utils/validation/id-validation.d.ts +81 -0
  1483. package/dist/utils/validation/id-validation.d.ts.map +1 -0
  1484. package/dist/utils/validation/id-validation.js +222 -0
  1485. package/dist/utils/validation/id-validation.js.map +1 -0
  1486. package/dist/utils/validation/phone-validation.d.ts +25 -0
  1487. package/dist/utils/validation/phone-validation.d.ts.map +1 -0
  1488. package/dist/utils/validation/phone-validation.js +133 -0
  1489. package/dist/utils/validation/phone-validation.js.map +1 -0
  1490. package/dist/utils/validation/uuid-validation.d.ts +96 -0
  1491. package/dist/utils/validation/uuid-validation.d.ts.map +1 -0
  1492. package/dist/utils/validation/uuid-validation.js +228 -0
  1493. package/dist/utils/validation/uuid-validation.js.map +1 -0
  1494. package/dist/utils/validation-utils.d.ts +57 -0
  1495. package/dist/utils/validation-utils.d.ts.map +1 -0
  1496. package/dist/utils/validation-utils.js +275 -0
  1497. package/dist/utils/validation-utils.js.map +1 -0
  1498. package/dist/utils/validation.d.ts +4 -4
  1499. package/dist/utils/validation.d.ts.map +1 -1
  1500. package/dist/utils/validation.js +28 -5
  1501. package/dist/utils/validation.js.map +1 -1
  1502. package/dist/utils/value-matcher.d.ts +1 -1
  1503. package/dist/utils/value-matcher.d.ts.map +1 -1
  1504. package/dist/utils/value-matcher.js +8 -20
  1505. package/dist/utils/value-matcher.js.map +1 -1
  1506. package/dist/validators/attribute-validator.d.ts +3 -3
  1507. package/dist/validators/attribute-validator.d.ts.map +1 -1
  1508. package/dist/validators/attribute-validator.js +1 -1
  1509. package/dist/validators/attribute-validator.js.map +1 -1
  1510. package/dist/validators/company/error-handler.d.ts +2 -0
  1511. package/dist/validators/company/error-handler.d.ts.map +1 -0
  1512. package/dist/validators/company/error-handler.js +10 -0
  1513. package/dist/validators/company/error-handler.js.map +1 -0
  1514. package/dist/validators/company/field_detector.d.ts.map +1 -1
  1515. package/dist/validators/company/field_detector.js +20 -0
  1516. package/dist/validators/company/field_detector.js.map +1 -1
  1517. package/dist/validators/company/index.d.ts.map +1 -1
  1518. package/dist/validators/company/index.js +71 -53
  1519. package/dist/validators/company/index.js.map +1 -1
  1520. package/dist/validators/url/linkedin-validator.d.ts +5 -0
  1521. package/dist/validators/url/linkedin-validator.d.ts.map +1 -0
  1522. package/dist/validators/url/linkedin-validator.js +24 -0
  1523. package/dist/validators/url/linkedin-validator.js.map +1 -0
  1524. package/package.json +194 -42
  1525. package/dist/handlers/tool-configs/people-fix-complete.d.ts +0 -6
  1526. package/dist/handlers/tool-configs/people-fix-complete.d.ts.map +0 -1
  1527. package/dist/handlers/tool-configs/people-fix-complete.js +0 -76
  1528. package/dist/handlers/tool-configs/people-fix-complete.js.map +0 -1
  1529. package/dist/handlers/tool-configs/people-fixed.d.ts +0 -12
  1530. package/dist/handlers/tool-configs/people-fixed.d.ts.map +0 -1
  1531. package/dist/handlers/tool-configs/people-fixed.js +0 -58
  1532. package/dist/handlers/tool-configs/people-fixed.js.map +0 -1
  1533. package/dist/handlers/tool-configs/people.d.ts +0 -599
  1534. package/dist/handlers/tool-configs/people.d.ts.map +0 -1
  1535. package/dist/handlers/tool-configs/people.js +0 -817
  1536. package/dist/handlers/tool-configs/people.js.map +0 -1
  1537. package/dist/handlers/tool-configs/records.d.ts +0 -282
  1538. package/dist/handlers/tool-configs/records.d.ts.map +0 -1
  1539. package/dist/handlers/tool-configs/records.js +0 -277
  1540. package/dist/handlers/tool-configs/records.js.map +0 -1
  1541. package/dist/handlers/tools/dispatcher/operations/info.d.ts +0 -25
  1542. package/dist/handlers/tools/dispatcher/operations/info.d.ts.map +0 -1
  1543. package/dist/handlers/tools/dispatcher/operations/info.js +0 -82
  1544. package/dist/handlers/tools/dispatcher/operations/info.js.map +0 -1
  1545. package/dist/health/http-server.d.ts +0 -24
  1546. package/dist/health/http-server.d.ts.map +0 -1
  1547. package/dist/health/http-server.js +0 -106
  1548. package/dist/health/http-server.js.map +0 -1
  1549. package/dist/objects/records.d.ts +0 -88
  1550. package/dist/objects/records.d.ts.map +0 -1
  1551. package/dist/objects/records.js +0 -432
  1552. package/dist/objects/records.js.map +0 -1
  1553. package/dist/utils/api-fallback.d.ts +0 -39
  1554. package/dist/utils/api-fallback.d.ts.map +0 -1
  1555. package/dist/utils/api-fallback.js +0 -94
  1556. package/dist/utils/api-fallback.js.map +0 -1
  1557. package/dist/utils/debug-b2b-segment.d.ts +0 -2
  1558. package/dist/utils/debug-b2b-segment.d.ts.map +0 -1
  1559. package/dist/utils/debug-b2b-segment.js +0 -67
  1560. package/dist/utils/debug-b2b-segment.js.map +0 -1
package/README.md CHANGED
@@ -2,69 +2,406 @@
2
2
 
3
3
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
4
4
  [![npm version](https://badge.fury.io/js/attio-mcp.svg)](https://badge.fury.io/js/attio-mcp)
5
- [![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
5
+ [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)](https://nodejs.org/)
6
6
  [![GitHub Release](https://img.shields.io/github/v/release/kesslerio/attio-mcp-server)](https://github.com/kesslerio/attio-mcp-server/releases)
7
+ [![smithery badge](https://smithery.ai/badge/@kesslerio/attio-mcp-server)](https://smithery.ai/server/@kesslerio/attio-mcp-server)
8
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/kesslerio/attio-mcp-server)
7
9
 
8
- A comprehensive Model Context Protocol (MCP) server for [Attio](https://attio.com/), the AI-native CRM. This server enables AI assistants like Claude to interact directly with your Attio data through natural language, providing seamless integration between conversational AI and your CRM workflows.
10
+ A comprehensive Model Context Protocol (MCP) server for [Attio](https://attio.com/), providing **complete CRM surface coverage**. This server enables AI assistants like Claude and ChatGPT to interact directly with your entire Attio workspace through natural language—manage Deals, Tasks, Lists, People, Companies, Records, and Notes without falling back to raw API calls.
9
11
 
10
12
  ## 🎯 What is Attio MCP Server?
11
13
 
12
- Transform your CRM workflows with AI-powered automation. Instead of clicking through multiple screens, simply ask Claude to find prospects, update records, manage pipelines, and analyze your data using natural language commands.
14
+ Transform your CRM workflows with AI-powered automation. Instead of clicking through multiple screens, simply ask Claude or ChatGPT to find prospects, update records, manage pipelines, and analyze your data using natural language commands.
15
+
16
+ **🎉 v1.0.0 Milestone**: Complete Attio CRM surface coverage with full ChatGPT Developer Mode integration.
13
17
 
14
18
  > "Find all AI companies with 50+ employees that we haven't contacted in 30 days and add them to our Q1 outreach list"
15
19
 
16
- ## Core Features
20
+ ## 🚀 **NEW: ChatGPT Developer Mode Integration**
21
+
22
+ **v1.0.0 introduces full ChatGPT compatibility!** ChatGPT Pro/Plus users can now access the entire Attio toolset through natural language via [Smithery marketplace](https://smithery.ai/server/@kesslerio/attio-mcp-server).
23
+
24
+ - **🔐 Built-in Approval Flows**: MCP safety annotations auto-approve read operations, request approval for writes
25
+ - **🌐 OAuth Integration**: Seamless authentication via `https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp`
26
+ - **💬 Natural Language CRM**: Manage your entire Attio workspace through conversational AI
27
+ - **📖 Setup Guide**: See [ChatGPT Developer Mode docs](./docs/chatgpt-developer-mode.md) for complete configuration
28
+
29
+ ## ✨ Core Features & Implementation Status
30
+
31
+ ### 🎯 **Universal Tools Architecture** (14 Tools)
32
+
33
+ **68% Tool Reduction**: Consolidated 40+ resource-specific tools into 14 universal operations for consistent, powerful CRM management.
34
+
35
+ - **High Performance**: 89.7% speed improvement with 227KB memory reduction (PR #483)
36
+ - **Enterprise Quality**: 97.15/100 production readiness score with zero breaking changes
37
+ - **Clean Architecture**: Complete production-test separation with mock factory pattern
17
38
 
18
- ### 📊 **Company Management** (27 Tools)
19
- - **Smart Search**: Find companies by domain, text, or complex filters
20
- - **Full CRUD**: Create, read, update, and delete company records
21
- - **Relationship Discovery**: Find companies through their people's attributes
22
- - **Batch Operations**: Process hundreds of companies efficiently
23
- - **Notes & Activities**: Track all company interactions
39
+ ### 📊 **Feature Implementation Status**
24
40
 
25
- ### 👥 **People Management** (15 Tools)
26
- - **Contact Search**: Find people by email, phone, name, or activity history
27
- - **Relationship Tracking**: Link people to companies with role management
28
- - **Activity Timeline**: Track all interactions and touchpoints
29
- - **Advanced Filtering**: Multi-attribute search with date ranges
30
- - **Bulk Operations**: Efficiently manage large contact databases
41
+ #### **Complete CRM Surface Coverage**
42
+
43
+ - **Companies**: Search, Create, Update, Delete, Advanced Search, Relationship Search
44
+ - **People**: Search, Create, Update, Delete, Advanced Search, Relationship Search
45
+ - **Deals**: Full CRUD operations with intelligent field mapping and stage validation
46
+ - **Tasks**: Create, Update, Delete, Search with multi-assignee support
47
+ - **Lists**: Full CRUD operations, filtering, advanced filtering, entry management
48
+ - **Notes**: Create and list operations for all record types
49
+ - **Records**: Universal CRUD operations across all resource types
50
+ - **Batch Operations**: Create, Update, Delete with chunking and error handling
51
+ - **Content Search**: Universal search capabilities across notes, tasks, and lists
52
+ - **Relationship Navigation**: Bidirectional company↔person↔deal relationships
53
+ - **Advanced Filtering**: Sophisticated query capabilities with intelligent field mapping
54
+
55
+ ### 📊 **Company Management**
56
+
57
+ - **Universal Search**: Find companies with `search-records` and `advanced-search`
58
+ - **Full CRUD**: Create, read, update, and delete with universal record operations
59
+ - **Relationship Discovery**: Find companies through `search-by-relationship`
60
+ - **Batch Operations**: Process hundreds of companies with `batch-operations`
61
+ - **Detailed Information**: Get contact, business, and social info with `get-detailed-info`
62
+
63
+ ### 👥 **People Management**
64
+
65
+ - **Universal Contact Search**: Find people by any criteria using universal search tools
66
+ - **Relationship Tracking**: Link people to companies with `search-by-relationship`
67
+ - **Activity Timeline**: Track interactions with `search-by-content` and `search-by-timeframe`
68
+ - **Advanced Filtering**: Multi-attribute search with universal filtering
69
+ - **Bulk Operations**: Efficiently manage contacts with universal batch operations
31
70
 
32
71
  ### 📋 **Lists & Pipeline Management** (11 Tools)
72
+
33
73
  - **Pipeline Operations**: Move deals through sales stages
34
74
  - **Smart Segmentation**: Create and manage targeted contact lists
35
75
  - **Advanced Filtering**: Complex multi-condition filtering with AND/OR logic
36
76
  - **Entry Management**: Add, remove, and update list memberships
37
77
  - **Deal Tracking**: Monitor opportunities and revenue pipeline
78
+ - **Deal Defaults**: Configurable default stage, owner, and currency for streamlined deal creation
79
+
80
+ ### ✅ **Task Management**
38
81
 
39
- ### **Task Management** (5 Tools)
40
- - **Assignment System**: Create and assign tasks to team members
41
- - **Record Linking**: Associate tasks with CRM records
42
- - **Progress Tracking**: Monitor completion and deadlines
43
- - **Team Coordination**: Streamline follow-ups and activities
82
+ - **Universal Task Operations**: Create, update, and manage tasks with universal tools
83
+ - **Record Linking**: Associate tasks with any record type using `resource_type` parameter
84
+ - **Progress Tracking**: Monitor completion with universal search and filtering
85
+ - **Team Coordination**: Streamline follow-ups with consistent universal operations
44
86
 
45
87
  ### 🔧 **Advanced Capabilities**
88
+
46
89
  - **Batch Processing**: Handle bulk operations with error tracking
47
- - **Flexible Filtering**: Text, numeric, date, boolean, and relationship filters
90
+ - **Enhanced Filtering**: Text, numeric, date, boolean, and relationship filters with timeframe search (Issue #475)
48
91
  - **Data Export**: JSON serialization for integrations
49
92
  - **Real-time Updates**: Live data synchronization with Attio
50
93
 
94
+ ### 💬 **Pre-Built Prompts** (10 Prompts)
95
+
96
+ Intelligent shortcuts that help Claude work faster with your CRM data:
97
+
98
+ - **Search & Find** (5): people_search, company_search, deal_search, meeting_prep, pipeline_health
99
+ - **Take Actions** (4): log_activity, create_task, advance_deal, add_to_list with dry-run safety
100
+ - **Research & Qualify** (1): qualify_lead with automated web research and BANT/CHAMP frameworks
101
+ - **Token-efficient**: 300-700 tokens per prompt with consistent formatting
102
+ - **Discoverable**: Claude automatically suggests relevant prompts for your tasks
103
+
104
+ See [Using Out-of-the-Box Prompts](#-using-out-of-the-box-prompts) for detailed documentation and examples.
105
+
106
+ ## 🎯 **Using Out-of-the-Box Prompts**
107
+
108
+ **NEW**: 10 pre-built MCP prompts for common Sales workflows. No setup required—just use them!
109
+
110
+ ### Available Prompts
111
+
112
+ | Prompt | Description | Key Arguments | Example |
113
+ | -------------------- | ----------------------------------------------- | ------------------------------------------------ | ---------------------------------- |
114
+ | `people_search.v1` | Find people by title, company, territory | `query`, `limit`, `format` | Find AE in fintech, SF |
115
+ | `company_search.v1` | Query companies by domain, segment, plan | `query`, `limit`, `format` | Find SaaS companies >100 employees |
116
+ | `deal_search.v1` | Filter deals by owner, stage, value, close date | `query`, `limit`, `format` | Find deals >$50k closing Q1 |
117
+ | `log_activity.v1` | Log calls/meetings/emails to records | `target`, `type`, `summary`, `dry_run` | Log call with Nina at Acme |
118
+ | `create_task.v1` | Create tasks with natural language due dates | `title`, `content`, `due_date`, `dry_run` | Create task: Follow up tomorrow |
119
+ | `advance_deal.v1` | Move deal to target stage with next action | `deal`, `target_stage`, `create_task`, `dry_run` | Advance deal to "Proposal Sent" |
120
+ | `add_to_list.v1` | Add records to a List by name or ID | `records`, `list`, `dry_run` | Add 5 companies to Q1 Outreach |
121
+ | `qualify_lead.v1` | Research lead with web + BANT/CHAMP scoring | `target`, `framework`, `limit_web`, `dry_run` | Qualify Acme Corp with BANT |
122
+ | `meeting_prep.v1` | 360° prep: notes, tasks, deals, agenda | `target`, `format`, `verbosity` | Prep for meeting with Acme CEO |
123
+ | `pipeline_health.v1` | Weekly snapshot: created/won/slipped + risks | `owner`, `timeframe`, `segment` | Pipeline health for @me last 30d |
124
+
125
+ ### Quick Examples
126
+
127
+ ```bash
128
+ # Search for prospects
129
+ "Use people_search.v1: Find Account Executives in San Francisco at fintech companies, limit 25"
130
+
131
+ # Log activity
132
+ "Use log_activity.v1: Log a call with Nina at Acme Corp, discussed Q1 pricing, create follow-up task"
133
+
134
+ # Qualify a lead (with web research)
135
+ "Use qualify_lead.v1: Qualify Acme Corp using BANT framework, dry run mode"
136
+
137
+ # Meeting prep
138
+ "Use meeting_prep.v1: Prepare for meeting with contact at Acme Corp"
139
+ ```
140
+
141
+ ### Universal Arguments
142
+
143
+ **All read prompts** support:
144
+
145
+ - `format`: `table` | `json` | `ids` (default: `table`)
146
+ - `fields_preset`: `sales_short` | `full` (default: `sales_short`)
147
+ - `verbosity`: `brief` | `normal` (default: `brief`)
148
+
149
+ **All write prompts** support:
150
+
151
+ - `dry_run`: `true` | `false` (default: `false`) - Preview changes without executing
152
+
153
+ ### Token Awareness Features
154
+
155
+ Prompts include built-in token optimization:
156
+
157
+ - **Budget Guards**: Prompts stay within token limits (people_search <500, qualify_lead <400)
158
+ - **Dev Metadata**: Set `MCP_DEV_META=true` for token counts in responses
159
+ - **Telemetry**: Set `PROMPT_TELEMETRY_ENABLED=true` for usage logging
160
+ - **Configurable Limits**: Override with `MAX_PROMPT_TOKENS` environment variable
161
+
162
+ For complete prompt documentation, see [docs/prompts/v1-catalog.md](./docs/prompts/v1-catalog.md).
163
+
164
+ ## ⚠️ **Known Limitations & Important Notes**
165
+
166
+ ### **Current Limitations**
167
+
168
+ - **Field Parameter Filtering**: Tasks endpoint `/objects/tasks/attributes` has limitations, handled with fallback patterns
169
+ - **Pagination**: Tasks pagination uses in-memory handling due to API constraints
170
+
171
+ ### **API Compatibility**
172
+
173
+ - **Universal Tools**: Primary interface (14 tools) - recommended for all new integrations
174
+ - **Legacy Tools**: Available via `DISABLE_UNIVERSAL_TOOLS=true` environment variable (deprecated)
175
+ - **Lists API**: Fully functional with complete CRUD operations (contrary to some outdated documentation)
176
+
177
+ ### 🤝 **OpenAI MCP Compatibility**
178
+
179
+ - **Developer Mode Ready**: Every tool now publishes MCP safety annotations (`readOnlyHint`, `destructiveHint`) so OpenAI Developer Mode can auto-approve reads and request confirmation for writes.
180
+ - **Search Compatibility Surface**: The `search` and `fetch` tools remain available for OpenAI's baseline MCP support. Set `ATTIO_MCP_TOOL_MODE=search` to expose only these read-only endpoints (plus `aaa-health-check`) when Developer Mode is unavailable.
181
+ - **Default Behaviour**: With `ATTIO_MCP_TOOL_MODE` unset, the full universal tool set is exposed—matching Claude’s experience—while OpenAI users still see the compatibility wrappers.
182
+ - **Detailed Guide**: See [docs/chatgpt-developer-mode.md](./docs/chatgpt-developer-mode.md) for environment variables, approval flows, and validation tips.
183
+ - **User Documentation**: See the [ChatGPT Developer Mode docs](./docs/chatgpt-developer-mode.md) for a complete walkthrough of approval flows and setup instructions.
184
+
185
+ ### **Performance Considerations**
186
+
187
+ - **Batch Operations**: Optimized with chunking, rate limiting, and error recovery
188
+ - **Large Datasets**: Automatic pagination and field filtering for optimal performance
189
+ - **Rate Limiting**: Built-in protection against API rate limits with exponential backoff
190
+
191
+ For detailed troubleshooting and solutions, see [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) and [GitHub Issues](https://github.com/kesslerio/attio-mcp-server/issues).
192
+
193
+ ## 🎯 **Mastering Advanced Search Filters**
194
+
195
+ **The Power Behind Precise CRM Queries** - Stop wrestling with complex data searches. Our advanced filtering system lets you find exactly what you need with surgical precision.
196
+
197
+ > _"Find all AI companies with 50+ employees that we haven't contacted in 30 days and add them to our Q1 outreach list"_ - This kind of complex query is exactly what advanced search filters excel at.
198
+
199
+ ### 🏗️ **Filter Architecture**
200
+
201
+ Every advanced search follows this proven pattern that's been battle-tested across thousands of CRM queries:
202
+
203
+ ```json
204
+ {
205
+ "resource_type": "companies",
206
+ "filters": {
207
+ "filters": [
208
+ {
209
+ "attribute": { "slug": "field_name" },
210
+ "condition": "operator",
211
+ "value": "search_value"
212
+ }
213
+ ]
214
+ }
215
+ }
216
+ ```
217
+
218
+ ### ⚡ **Real-World Examples**
219
+
220
+ **🔍 Single Criteria Search**
221
+
222
+ ```json
223
+ {
224
+ "resource_type": "companies",
225
+ "filters": {
226
+ "filters": [
227
+ {
228
+ "attribute": { "slug": "name" },
229
+ "condition": "contains",
230
+ "value": "Tech"
231
+ }
232
+ ]
233
+ }
234
+ }
235
+ ```
236
+
237
+ **🎯 Multi-Criteria Power Search (AND Logic)**
238
+
239
+ ```json
240
+ {
241
+ "resource_type": "companies",
242
+ "filters": {
243
+ "filters": [
244
+ {
245
+ "attribute": { "slug": "name" },
246
+ "condition": "contains",
247
+ "value": "Tech"
248
+ },
249
+ {
250
+ "attribute": { "slug": "employee_count" },
251
+ "condition": "greater_than",
252
+ "value": 50
253
+ },
254
+ {
255
+ "attribute": { "slug": "industry" },
256
+ "condition": "equals",
257
+ "value": "AI/Machine Learning"
258
+ }
259
+ ]
260
+ }
261
+ }
262
+ ```
263
+
264
+ **🚀 Flexible OR Logic**
265
+
266
+ ```json
267
+ {
268
+ "resource_type": "companies",
269
+ "filters": {
270
+ "filters": [
271
+ {
272
+ "attribute": { "slug": "name" },
273
+ "condition": "contains",
274
+ "value": "Tech"
275
+ },
276
+ {
277
+ "attribute": { "slug": "name" },
278
+ "condition": "contains",
279
+ "value": "AI"
280
+ }
281
+ ],
282
+ "matchAny": true
283
+ }
284
+ }
285
+ ```
286
+
287
+ ### 🧠 **Smart Filter Operators**
288
+
289
+ | Operator | Perfect For | Example Use Case |
290
+ | -------------- | ------------------- | ------------------------------------- |
291
+ | `contains` | Text searches | Finding companies with "Tech" in name |
292
+ | `equals` | Exact matches | Specific industry classification |
293
+ | `starts_with` | Prefix searches | Companies beginning with "Acme" |
294
+ | `ends_with` | Suffix searches | Companies ending with "Inc" |
295
+ | `greater_than` | Numerical analysis | Companies with 100+ employees |
296
+ | `less_than` | Size filtering | Startups under 50 people |
297
+ | `is_empty` | Data cleanup | Find records missing key information |
298
+ | `is_not_empty` | Completeness checks | Records with populated fields |
299
+
300
+ ### 💡 **Pro Tips for Different Teams**
301
+
302
+ **🎯 Sales Teams** - Use these field combinations:
303
+
304
+ - **Companies**: `name`, `industry`, `employee_count`, `website`, `location`
305
+ - **People**: `full_name`, `job_title`, `email`, `company`
306
+
307
+ **📈 Marketing Teams** - Focus on engagement fields:
308
+
309
+ - **Activity tracking**: `last_interaction`, `email_status`, `campaign_response`
310
+ - **Segmentation**: `industry`, `company_size`, `location`, `engagement_score`
311
+
312
+ **✅ Customer Success** - Monitor health metrics:
313
+
314
+ - **Account health**: `renewal_date`, `support_tickets`, `usage_metrics`
315
+ - **Risk indicators**: `last_contact`, `satisfaction_score`, `contract_value`
316
+
317
+ ### 🚨 **Avoid These Common Mistakes**
318
+
319
+ ❌ **Wrong** (Flat object structure):
320
+
321
+ ```json
322
+ {
323
+ "filters": {
324
+ "name": { "operator": "contains", "value": "Test" }
325
+ }
326
+ }
327
+ ```
328
+
329
+ ✅ **Correct** (Nested array structure):
330
+
331
+ ```json
332
+ {
333
+ "filters": {
334
+ "filters": [
335
+ {
336
+ "attribute": { "slug": "name" },
337
+ "condition": "contains",
338
+ "value": "Test"
339
+ }
340
+ ]
341
+ }
342
+ }
343
+ ```
344
+
345
+ ### 🔧 **Quick Troubleshooting**
346
+
347
+ **Getting "Filters must include a 'filters' array property"?**
348
+
349
+ 1. ✅ Ensure your filters object contains a `filters` array
350
+ 2. ✅ Each array item needs `attribute`, `condition`, and `value`
351
+ 3. ✅ The `attribute` must be an object with a `slug` property
352
+ 4. ✅ Double-check your JSON structure matches the examples above
353
+
354
+ **💬 Pro Tip**: Start with simple single-filter searches, then build complexity once you're comfortable with the structure.
355
+
356
+ ## 🏆 Latest Updates - Critical Issues Resolved
357
+
358
+ ✅ **100% Integration Test Pass Rate Achieved** - All critical API contract violations and build issues have been resolved:
359
+
360
+ ### Recently Fixed Issues (August 2025)
361
+
362
+ - **P0 Critical API Failures**: Fixed response data structure handling for robust fallback patterns
363
+ - **Build Compilation Errors**: Created missing enhanced-validation module and resolved TypeScript compilation
364
+ - **E2E Test Implementation**: Fixed JSON truncation, resource mappings, and email validation consistency
365
+ - **Field Parameter Filtering**: Resolved tasks attribute handling with special case for missing `/objects/tasks/attributes` endpoint
366
+ - **Email Validation Consistency**: Fixed batch validation and create/update operation alignment
367
+ - **Pagination System**: Documented tasks pagination limitation with in-memory handling workaround
368
+
369
+ ### Test Status
370
+
371
+ - **Integration Tests**: 15/15 passing (100% pass rate)
372
+ - **Build Status**: All TypeScript compilation successful
373
+ - **API Contract**: All violations resolved with robust error handling
374
+
375
+ See [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) for detailed solutions to these resolved issues.
376
+
51
377
  ## 🚀 Installation
52
378
 
379
+ ### Installing via Smithery
380
+
381
+ To install Attio CRM Integration Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kesslerio/attio-mcp-server):
382
+
383
+ ```bash
384
+ npx -y @smithery/cli install @kesslerio/attio-mcp-server --client claude
385
+ ```
386
+
53
387
  ### Option 1: NPM (Recommended)
388
+
54
389
  ```bash
55
390
  # Global installation for CLI usage
56
- npm install -g attio-mcp
391
+ npm install -g attio-mcp-server
57
392
 
58
393
  # Or local installation for project integration
59
- npm install attio-mcp
394
+ npm install attio-mcp-server
60
395
  ```
61
396
 
62
397
  ### Option 2: One-Command Script Installation
398
+
63
399
  ```bash
64
400
  curl -fsSL https://raw.githubusercontent.com/kesslerio/attio-mcp-server/main/install.sh | bash
65
401
  ```
66
402
 
67
403
  ### Option 3: Manual Installation
404
+
68
405
  ```bash
69
406
  git clone https://github.com/kesslerio/attio-mcp-server.git
70
407
  cd attio-mcp-server
@@ -75,37 +412,131 @@ npm run build
75
412
  ## ⚡ Quick Start
76
413
 
77
414
  ### Prerequisites
415
+
78
416
  - Node.js (v18 or higher)
79
417
  - Attio API Key ([Get one here](https://app.attio.com/settings/api))
80
418
  - Attio Workspace ID
81
419
 
82
420
  ### 1. Set Environment Variables
421
+
83
422
  ```bash
84
423
  export ATTIO_API_KEY="your_api_key_here"
85
424
  export ATTIO_WORKSPACE_ID="your_workspace_id_here"
425
+
426
+ # Optional: Deal defaults configuration
427
+ export ATTIO_DEFAULT_DEAL_STAGE="Interested" # Default stage for new deals
428
+ export ATTIO_DEFAULT_DEAL_OWNER="user@company.com" # Default owner email address (see below)
429
+ export ATTIO_DEFAULT_CURRENCY="USD" # Default currency for deal values
86
430
  ```
87
431
 
88
432
  ### 2. Test the Installation
433
+
89
434
  ```bash
90
435
  # Test the MCP server
91
- attio-mcp --help
436
+ attio-mcp-server --help
92
437
 
93
438
  # Discover your Attio workspace attributes
94
- attio-discover attributes
439
+ attio-mcp-server discover attributes
440
+ ```
441
+
442
+ ### 3. 🎯 **CRITICAL: Configure Field Mappings**
443
+
444
+ The MCP server uses **field mapping files** to translate between natural language and Attio's API field names. **This configuration is essential for proper operation.**
445
+
446
+ #### **Quick Setup**
447
+
448
+ ```bash
449
+ # 1. Copy the sample configuration to create your user config
450
+ cp configs/runtime/mappings/sample.json configs/runtime/mappings/user.json
451
+
452
+ # 2. Edit user.json to match your workspace's custom fields
453
+ # Focus on the "objects.companies" and "objects.people" sections
454
+ ```
455
+
456
+ #### **Configuration Files** (in `configs/runtime/mappings/`)
457
+
458
+ - **`default.json`** - Standard Attio CRM fields (loaded first, don't edit)
459
+ - **`sample.json`** - Examples with custom field templates (copy from this, not used at runtime)
460
+ - **`user.json`** - **YOUR workspace-specific overrides** (merged on top of default.json)
461
+
462
+ > 💡 **Key Insight**: `user.json` is merged on top of `default.json`, so only include **overrides and additions**. Don't duplicate mappings that already exist in `default.json`.
463
+
464
+ #### **How Configuration Merging Works**
465
+
466
+ The MCP server loads configuration in this order:
467
+
468
+ 1. **`default.json`** - Contains all standard Attio fields (Name, Description, Team, etc.)
469
+ 2. **`user.json`** - Your custom additions/overrides are **merged on top**
470
+
471
+ **Example**: If `default.json` has `"Name": "name"` and your `user.json` also has `"Name": "name"`, that's wasted tokens. Only include fields that are:
472
+
473
+ - **New custom fields** (not in default.json)
474
+ - **Different mappings** (overriding default behavior)
475
+
476
+ #### **Optimized user.json Example**
477
+
478
+ ```json
479
+ {
480
+ "mappings": {
481
+ "attributes": {
482
+ "objects": {
483
+ "companies": {
484
+ "// Only your custom fields - defaults are inherited": "",
485
+ "Lead Score": "lead_score",
486
+ "B2B Segment": "b2b_segment",
487
+ "Industry Vertical": "custom_industry_field"
488
+ }
489
+ }
490
+ },
491
+ "lists": {
492
+ "// Only your specific lists": "",
493
+ "Sales Pipeline": "your-pipeline-list-id"
494
+ }
495
+ }
496
+ }
497
+ ```
498
+
499
+ **✅ Good**: Only custom/override fields
500
+ **❌ Wasteful**: Duplicating standard fields from default.json
501
+
502
+ > ⚠️ **Without proper mapping configuration, the MCP server may not work correctly with your custom fields and lists.**
503
+
504
+ **Next:** Verify your field mappings work by testing with Claude:
505
+
506
+ ```
507
+ "Find companies in our pipeline with lead score > 80"
95
508
  ```
96
509
 
97
- ### 3. Configure Claude Desktop
510
+ ### 4. Configure Claude Desktop
98
511
 
99
512
  Add to your Claude Desktop MCP configuration:
100
513
 
514
+ #### Finding Required IDs
515
+
516
+ **Deal Owner Email** (for deal owner defaults):
517
+ The `ATTIO_DEFAULT_DEAL_OWNER` should be set to the email address of the workspace member who should own new deals by default. This is typically your own email address or the email address of your sales team lead.
518
+
519
+ ```bash
520
+ # Example:
521
+ export ATTIO_DEFAULT_DEAL_OWNER="john.smith@company.com"
522
+ ```
523
+
524
+ **Note**: The system will automatically resolve email addresses to workspace member references when creating deals.
525
+
526
+ **Deal Stages**:
527
+ Deal stages are specific to your workspace. Check your Attio workspace settings or use the `discover-attributes` command to find available stages for deals.
528
+
101
529
  ```json
102
530
  {
103
531
  "mcpServers": {
104
532
  "attio-mcp": {
105
- "command": "attio-mcp",
533
+ "command": "attio-mcp-server",
106
534
  "env": {
107
535
  "ATTIO_API_KEY": "your_api_key_here",
108
- "ATTIO_WORKSPACE_ID": "your_workspace_id_here"
536
+ "ATTIO_WORKSPACE_ID": "your_workspace_id_here",
537
+ "ATTIO_DEFAULT_DEAL_STAGE": "Interested",
538
+ "ATTIO_DEFAULT_DEAL_OWNER": "user@company.com",
539
+ "ATTIO_DEFAULT_CURRENCY": "USD"
109
540
  }
110
541
  }
111
542
  }
@@ -115,13 +546,17 @@ Add to your Claude Desktop MCP configuration:
115
546
  ## 🌟 Example Use Cases
116
547
 
117
548
  ### **For Sales Teams**
549
+
118
550
  ```
119
551
  "Find all companies in the AI space with 50+ employees that we haven't contacted in 30 days"
552
+ "Show me all prospects added yesterday"
553
+ "Find companies created in the last 7 days with revenue over $10M"
120
554
  "Create a task to follow up with Microsoft about the enterprise deal"
121
555
  "Add John Smith from Google to our Q1 prospect list"
122
556
  ```
123
557
 
124
- ### **For Marketing Teams**
558
+ ### **For Marketing Teams**
559
+
125
560
  ```
126
561
  "Create a list of all SaaS companies who opened our last 3 emails but haven't responded"
127
562
  "Show me engagement metrics for our outbound campaign this month"
@@ -129,6 +564,7 @@ Add to your Claude Desktop MCP configuration:
129
564
  ```
130
565
 
131
566
  ### **For Customer Success**
567
+
132
568
  ```
133
569
  "Show me all enterprise customers with upcoming renewal dates in Q1"
134
570
  "Create tasks for check-ins with accounts that haven't been contacted in 60 days"
@@ -136,6 +572,7 @@ Add to your Claude Desktop MCP configuration:
136
572
  ```
137
573
 
138
574
  ### **For Data Operations**
575
+
139
576
  ```
140
577
  "Update all companies with missing industry data based on their domains"
141
578
  "Export all contacts added this quarter to CSV"
@@ -153,32 +590,52 @@ Add to your Claude Desktop MCP configuration:
153
590
 
154
591
  Comprehensive documentation is available in the [docs directory](./docs):
155
592
 
593
+ ### **Universal Tools (Recommended)**
594
+
595
+ ⚠️ **Note**: Universal tools documentation is currently being updated to match the latest implementation. Use the API directly or check the source code for the most accurate interface definitions.
596
+
597
+ - [API Overview](./docs/api/api-overview.md) - High-level API concepts and patterns
598
+ - [Universal Tools Source](./src/handlers/tool-configs/universal/) - Current implementation reference
599
+ - [Tool Schemas](./src/handlers/tool-configs/universal/schemas.ts) - Parameter definitions and validation
600
+
156
601
  ### **Getting Started**
602
+
157
603
  - [Installation & Setup](./docs/getting-started.md)
158
604
  - [Claude Desktop Configuration](./docs/claude-desktop-config.md)
159
605
  - [Troubleshooting Guide](./TROUBLESHOOTING.md)
160
606
 
607
+ ### **Configuration**
608
+
609
+ - [Warning Filter Configuration](./docs/configuration/warning-filters.md) - Understanding cosmetic vs semantic mismatches, ESLint budgets, and suppression strategies
610
+ - [Field Verification Configuration](./docs/configuration/field-verification.md) - Field persistence verification and validation settings
611
+
161
612
  ### **API Reference**
162
- - [API Overview](./docs/api/api-overview.md)
163
- - [Companies API](./docs/api/companies-api.md)
164
- - [People API](./docs/api/people-api.md)
165
- - [Lists API](./docs/api/lists-api.md)
166
- - [Notes API](./docs/api/notes-api.md)
167
- - [Tasks API](./docs/api/tasks-api.md)
613
+
614
+ 📋 **Implementation Status**: These docs describe the Attio API endpoints. For MCP tool usage, refer to universal tools documentation above.
615
+
616
+ - [API Overview](./docs/api/api-overview.md) - General Attio API concepts
617
+ - [Companies API](./docs/api/companies-api.md) - Company record endpoints ✅ Fully Implemented via Universal Tools
618
+ - [People API](./docs/api/people-api.md) - Person record endpoints ✅ Fully Implemented via Universal Tools
619
+ - [Lists API](./docs/api/lists-api.md) - List management endpoints ✅ Fully Implemented
620
+ - [Notes API](./docs/api/notes-api.md) - Notes endpoints ✅ Basic Implementation
621
+ - [Tasks API](./docs/api/tasks-api.md) - Task endpoints ✅ Implemented via Universal Tools
168
622
 
169
623
  ### **Advanced Topics**
170
- - [Batch Operations](./docs/api/batch-operations.md)
171
- - [Advanced Filtering](./docs/api/advanced-filtering.md)
172
- - [Error Handling](./docs/api/error-handling.md)
173
- - [Extending MCP](./docs/api/extending-mcp.md)
624
+
625
+ - [Batch Operations](./docs/api/batch-operations.md) - Bulk operations ✅ Implemented with chunking
626
+ - [Advanced Filtering](./docs/api/advanced-filtering.md) - Complex queries ✅ Implemented
627
+ - [Error Handling](./docs/api/error-handling.md) - Error patterns ✅ Enhanced error handling
628
+ - [Extending MCP](./docs/api/extending-mcp.md) - Customization guide
174
629
 
175
630
  ### **Deployment**
631
+
176
632
  - [Docker Guide](./docs/docker/docker-guide.md)
177
633
  - [Security Best Practices](./docs/docker/security-guide.md)
178
634
 
179
635
  ## 🛠 Development
180
636
 
181
637
  ### **Setup Development Environment**
638
+
182
639
  ```bash
183
640
  git clone https://github.com/kesslerio/attio-mcp-server.git
184
641
  cd attio-mcp-server
@@ -187,13 +644,110 @@ npm run build
187
644
  npm run test:offline
188
645
  ```
189
646
 
647
+ ### **Smithery CLI Development**
648
+
649
+ For local development and testing with Smithery Playground:
650
+
651
+ ```bash
652
+ npm run dev # Opens Smithery Playground with local server
653
+ ```
654
+
655
+ See [docs/deployment/smithery-cli-setup.md](./docs/deployment/smithery-cli-setup.md) for detailed Smithery CLI development setup.
656
+
657
+ ### **Testing**
658
+
659
+ The project includes comprehensive testing at multiple levels with **100% E2E test pass rate**:
660
+
661
+ #### **🚀 E2E Test Framework (100% Pass Rate)**
662
+
663
+ Our comprehensive E2E test framework validates all universal tools with real Attio API integration:
664
+
665
+ ```bash
666
+ # E2E Tests (requires ATTIO_API_KEY in .env file)
667
+ npm run e2e # Run complete E2E test suite (51 tests, 100% pass rate)
668
+ npm test -- test/e2e/suites/universal-tools.e2e.test.ts # Universal tools E2E tests
669
+
670
+ # Set up E2E environment
671
+ echo "ATTIO_API_KEY=your_api_key_here" > .env
672
+ npm run e2e # Should show 51/51 tests passing
673
+ ```
674
+
675
+ **✅ Comprehensive Coverage:**
676
+
677
+ - **Pagination Testing**: Validates `offset` parameter across all universal tools
678
+ - **Field Filtering**: Tests `fields` parameter for selective data retrieval
679
+ - **Tasks Integration**: Complete lifecycle testing for tasks resource type
680
+ - **Cross-Resource Validation**: Ensures consistent behavior across companies, people, lists, tasks
681
+ - **Error Handling**: Validates graceful error responses and edge cases
682
+ - **Performance Monitoring**: Tracks execution times and API response sizes
683
+
684
+ **🛠️ Enhanced Assertions (7 New Methods):**
685
+
686
+ ```typescript
687
+ // Available in test/e2e/utils/assertions.ts
688
+ expectValidPagination(result, params); // Validates pagination behavior
689
+ expectFieldFiltering(result, fields); // Validates field selection
690
+ expectValidTasksIntegration(result); // Tasks-specific validation
691
+ expectSpecificError(result, errorType); // Typed error validation
692
+ expectOptimalPerformance(result, budget); // Performance validation
693
+ expectValidUniversalToolParams(params); // Parameter validation
694
+ expectValidBatchOperation(result, records); // Batch operation validation
695
+ ```
696
+
697
+ **📊 Performance Benchmarks:**
698
+
699
+ - **Search Operations**: < 1000ms per API call
700
+ - **CRUD Operations**: < 1500ms per operation
701
+ - **Batch Operations**: < 3000ms for 10 records
702
+ - **Field Filtering**: < 500ms additional overhead
703
+ - **Pagination**: < 200ms additional per offset
704
+
705
+ #### **Unit & Integration Tests**
706
+
707
+ ```bash
708
+ # Unit Tests (no API required)
709
+ npm test # Run all tests
710
+ npm run test:offline # Run only offline tests (206 tests)
711
+ npm run test:watch # Watch mode for development
712
+
713
+ # Integration Tests (requires API key and test data)
714
+ npm run test:integration # Run all integration tests (15 tests, 100% pass rate)
715
+ npm run setup:test-data # Create test data in your workspace
716
+ ```
717
+
718
+ #### **Test Environment Setup**
719
+
720
+ For E2E and integration tests, you need:
721
+
722
+ 1. **Create `.env` file** in project root:
723
+
724
+ ```bash
725
+ # Required for E2E/Integration tests
726
+ ATTIO_API_KEY=your_64_character_api_key_here
727
+ PORT=3000
728
+ LOG_LEVEL=debug
729
+ NODE_ENV=development
730
+ ```
731
+
732
+ 2. **Verify API key** format (must be exactly 64 characters)
733
+ 3. **Run tests** to validate setup:
734
+
735
+ ```bash
736
+ npm run build && npm run test:integration
737
+ ```
738
+
739
+ See the [Testing Guide](./docs/testing.md) and [E2E Troubleshooting Guide](./docs/testing/e2e-troubleshooting.md) for detailed setup instructions.
740
+
190
741
  ### **Available Scripts**
742
+
191
743
  ```bash
192
744
  npm run build # Build TypeScript
193
745
  npm run test # Run all tests
194
746
  npm run test:offline # Run tests without API calls
747
+ npm run analyze:token-footprint # Generate baseline MCP token footprint report
195
748
  npm run lint # Check code style
196
749
  npm run check # Full quality check
750
+ npm run setup:test-data # Create test data for integration tests
197
751
  ```
198
752
 
199
753
  ## 🤝 Contributing
@@ -207,12 +761,7 @@ We welcome contributions! Please see our [Contributing Guidelines](./CONTRIB.md)
207
761
 
208
762
  ## 📈 What's Next?
209
763
 
210
- This initial release provides a solid foundation for CRM automation. Future versions will include:
211
-
212
- - **Enhanced AI Insights**: AI-powered data analysis and recommendations
213
- - **Custom Workflow Builders**: Visual workflow creation for complex automations
214
- - **Advanced Reporting**: Comprehensive analytics and dashboard integrations
215
- - **Third-Party Integrations**: HubSpot, Salesforce, and other CRM sync capabilities
764
+ This initial release provides a solid foundation for CRM automation.
216
765
 
217
766
  ## 🔗 Links
218
767
 
@@ -233,5 +782,5 @@ This project is licensed under the **Apache License 2.0** - see the [LICENSE](LI
233
782
  **Ready to transform your CRM workflow?** Install Attio MCP Server today and experience the future of CRM automation with AI!
234
783
 
235
784
  ```bash
236
- npm install -g attio-mcp
237
- ```
785
+ npm install -g attio-mcp-server
786
+ ```