conductor-node-mcp 12.32.0 → 12.34.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 (303) hide show
  1. package/README.md +42 -35
  2. package/package.json +2 -2
  3. package/server.js +1 -1
  4. package/server.mjs +1 -1
  5. package/src/server.ts +1 -1
  6. package/src/tools/index.ts +8 -0
  7. package/src/tools/qbd/accounts/create-qbd-accounts.ts +2 -1
  8. package/src/tools/qbd/accounts/update-qbd-accounts.ts +2 -1
  9. package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +2 -1
  10. package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +2 -1
  11. package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +2 -1
  12. package/src/tools/qbd/bills/create-qbd-bills.ts +2 -1
  13. package/src/tools/qbd/bills/update-qbd-bills.ts +2 -1
  14. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +2 -1
  15. package/src/tools/qbd/checks/create-qbd-checks.ts +2 -1
  16. package/src/tools/qbd/checks/update-qbd-checks.ts +2 -1
  17. package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +2 -1
  18. package/src/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.ts +297 -0
  19. package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +54 -0
  20. package/src/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.ts +140 -0
  21. package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +44 -0
  22. package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +1 -1
  23. package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +1 -1
  24. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -1
  25. package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +2 -1
  26. package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +2 -1
  27. package/src/tools/qbd/employees/create-qbd-employees.ts +2 -1
  28. package/src/tools/qbd/employees/update-qbd-employees.ts +2 -1
  29. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +2 -1
  30. package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +1 -1
  31. package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +2 -1
  32. package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +2 -1
  33. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -1
  34. package/src/tools/qbd/invoices/create-qbd-invoices.ts +3 -2
  35. package/src/tools/qbd/invoices/update-qbd-invoices.ts +1 -1
  36. package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +2 -1
  37. package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +2 -1
  38. package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +2 -1
  39. package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +2 -1
  40. package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +3 -2
  41. package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +3 -2
  42. package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +2 -1
  43. package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +2 -1
  44. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -1
  45. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -1
  46. package/src/tools/qbd/service-items/update-qbd-service-items.ts +2 -1
  47. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
  48. package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +2 -1
  49. package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +2 -1
  50. package/tools/index.d.mts.map +1 -1
  51. package/tools/index.d.ts.map +1 -1
  52. package/tools/index.js +8 -0
  53. package/tools/index.js.map +1 -1
  54. package/tools/index.mjs +8 -0
  55. package/tools/index.mjs.map +1 -1
  56. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  57. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  58. package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
  59. package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
  60. package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
  61. package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
  62. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  63. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  64. package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
  65. package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
  66. package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
  67. package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
  68. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  69. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  70. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
  71. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
  72. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
  73. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
  74. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  75. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  76. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
  77. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
  78. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
  79. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
  80. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  81. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  82. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
  83. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
  84. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
  85. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
  86. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  87. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  88. package/tools/qbd/bills/create-qbd-bills.js +1 -1
  89. package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
  90. package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
  91. package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
  92. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  93. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  94. package/tools/qbd/bills/update-qbd-bills.js +1 -1
  95. package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
  96. package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
  97. package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
  98. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
  99. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
  100. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +1 -1
  101. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
  102. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +1 -1
  103. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
  104. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  105. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  106. package/tools/qbd/checks/create-qbd-checks.js +1 -1
  107. package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
  108. package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
  109. package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
  110. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  111. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  112. package/tools/qbd/checks/update-qbd-checks.js +1 -1
  113. package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
  114. package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
  115. package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
  116. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  117. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  118. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
  119. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
  120. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
  121. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
  122. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.mts +45 -0
  123. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.mts.map +1 -0
  124. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.ts +45 -0
  125. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.ts.map +1 -0
  126. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js +260 -0
  127. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js.map +1 -0
  128. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs +256 -0
  129. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs.map +1 -0
  130. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.mts +45 -0
  131. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.mts.map +1 -0
  132. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.ts +45 -0
  133. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.ts.map +1 -0
  134. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +46 -0
  135. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +1 -0
  136. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +42 -0
  137. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +1 -0
  138. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.mts +45 -0
  139. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.mts.map +1 -0
  140. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.ts +45 -0
  141. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.ts.map +1 -0
  142. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js +122 -0
  143. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js.map +1 -0
  144. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs +118 -0
  145. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs.map +1 -0
  146. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts +45 -0
  147. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +1 -0
  148. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts +45 -0
  149. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +1 -0
  150. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +40 -0
  151. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +1 -0
  152. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +36 -0
  153. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +1 -0
  154. package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
  155. package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
  156. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
  157. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
  158. package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
  159. package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
  160. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
  161. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
  162. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
  163. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  164. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
  165. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  166. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  167. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  168. package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
  169. package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
  170. package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
  171. package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
  172. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  173. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  174. package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
  175. package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
  176. package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
  177. package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
  178. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  179. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  180. package/tools/qbd/employees/create-qbd-employees.js +1 -1
  181. package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
  182. package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
  183. package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
  184. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  185. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  186. package/tools/qbd/employees/update-qbd-employees.js +1 -1
  187. package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
  188. package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
  189. package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
  190. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  191. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  192. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +1 -1
  193. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  194. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +1 -1
  195. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  196. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
  197. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
  198. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
  199. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
  200. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  201. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  202. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
  203. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
  204. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
  205. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
  206. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  207. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  208. package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
  209. package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
  210. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
  211. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
  212. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
  213. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  214. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
  215. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  216. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  217. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  218. package/tools/qbd/invoices/create-qbd-invoices.js +2 -2
  219. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  220. package/tools/qbd/invoices/create-qbd-invoices.mjs +2 -2
  221. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  222. package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
  223. package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
  224. package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
  225. package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
  226. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  227. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  228. package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
  229. package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
  230. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
  231. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
  232. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  233. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  234. package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
  235. package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
  236. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
  237. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
  238. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  239. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  240. package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
  241. package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
  242. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
  243. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
  244. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  245. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  246. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
  247. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
  248. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
  249. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
  250. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  251. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  252. package/tools/qbd/receive-payments/create-qbd-receive-payments.js +2 -2
  253. package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
  254. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +2 -2
  255. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
  256. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  257. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  258. package/tools/qbd/receive-payments/update-qbd-receive-payments.js +2 -2
  259. package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
  260. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +2 -2
  261. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
  262. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  263. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  264. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
  265. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
  266. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
  267. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
  268. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  269. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  270. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
  271. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
  272. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
  273. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
  274. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
  275. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  276. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
  277. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  278. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +1 -1
  279. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  280. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
  281. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  282. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  283. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  284. package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
  285. package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
  286. package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
  287. package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
  288. package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
  289. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  290. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
  291. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  292. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  293. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  294. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
  295. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
  296. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
  297. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
  298. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  299. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  300. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
  301. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
  302. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
  303. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
package/README.md CHANGED
@@ -224,40 +224,40 @@ The following tools are available in this MCP server.
224
224
 
225
225
  ### Resource `qbd.accounts`:
226
226
 
227
- - `create_qbd_accounts` (`write`): Creates a new financial account.
227
+ - `create_qbd_accounts` (`write`): Creates a new financial account. QuickBooks requires you to pick a supported account type for the chart of accounts, and non-posting types can’t be created through the API.
228
228
  - `retrieve_qbd_accounts` (`read`): Retrieves an account by ID.
229
- - `update_qbd_accounts` (`write`): Updates an existing financial account.
229
+ - `update_qbd_accounts` (`write`): Updates an existing financial account. You can rename the account, adjust numbering, or change supported attributes, but QuickBooks won’t let you convert it to a non-posting type via the API.
230
230
  - `list_qbd_accounts` (`read`): Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.
231
231
 
232
232
  ### Resource `qbd.bill_check_payments`:
233
233
 
234
- - `create_qbd_bill_check_payments` (`write`): Creates a new bill check payment.
234
+ - `create_qbd_bill_check_payments` (`write`): Records a check payment against one vendor’s open bills. Each bill allocation must include a payment amount, discount, or vendor credit, and the accounts payable account has to match the one used on the bills you’re closing.
235
235
  - `retrieve_qbd_bill_check_payments` (`read`): Retrieves a bill check payment by ID.
236
- - `update_qbd_bill_check_payments` (`write`): Updates an existing bill check payment.
236
+ - `update_qbd_bill_check_payments` (`write`): Updates a bill check payment so you can reallocate how amounts, discounts, or credits are applied to the vendor’s bills. When you update a payment, QuickBooks clears the prior allocations but keeps any existing vendor credits unchanged, so submit the full list of bill applications in this request.
237
237
  - `list_qbd_bill_check_payments` (`read`): Returns a list of bill check payments. Use the `cursor` parameter to paginate through the results.
238
238
  - `delete_qbd_bill_check_payments` (`write`): Permanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.
239
239
 
240
240
  ### Resource `qbd.bill_credit_card_payments`:
241
241
 
242
- - `create_qbd_bill_credit_card_payments` (`write`): Creates a new bill credit card payment.
242
+ - `create_qbd_bill_credit_card_payments` (`write`): Charges one vendor’s bills to a credit card account. Each bill allocation must supply a payment amount, discount, or credit, and you have to use the same accounts payable account that’s on the bills being closed.
243
243
  - `retrieve_qbd_bill_credit_card_payments` (`read`): Retrieves a bill credit card payment by ID.
244
244
  - `list_qbd_bill_credit_card_payments` (`read`): Returns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.
245
245
  - `delete_qbd_bill_credit_card_payments` (`write`): Permanently deletes a a bill credit card payment. The deletion will fail if the bill credit card payment is currently in use or has any linked transactions that are in use.
246
246
 
247
247
  ### Resource `qbd.bills`:
248
248
 
249
- - `create_qbd_bills` (`write`): Creates a new bill.
249
+ - `create_qbd_bills` (`write`): Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.
250
250
  - `retrieve_qbd_bills` (`read`): Retrieves a bill by ID.
251
251
 
252
252
  NOTE: The response automatically includes any linked transactions.
253
253
 
254
- - `update_qbd_bills` (`write`): Updates an existing bill.
254
+ - `update_qbd_bills` (`write`): Updates an existing vendor bill while keeping the required references intact. QuickBooks does not let this update request add new purchase order links, and you must continue to supply the vendor, accounts payable account, and at least one expense or item line when you resubmit the bill.
255
255
  - `list_qbd_bills` (`read`): Returns a list of bills. Use the `cursor` parameter to paginate through the results.
256
256
  - `delete_qbd_bills` (`write`): Permanently deletes a a bill. The deletion will fail if the bill is currently in use or has any linked transactions that are in use.
257
257
 
258
258
  ### Resource `qbd.build_assemblies`:
259
259
 
260
- - `create_qbd_build_assemblies` (`write`): Creates a new build assembly.
260
+ - `create_qbd_build_assemblies` (`write`): Creates a build assembly transaction that consumes component quantities and increases the finished assembly on hand. If components are short you can mark the build as pending instead of failing.
261
261
  - `retrieve_qbd_build_assemblies` (`read`): Retrieves a build assembly by ID.
262
262
  - `update_qbd_build_assemblies` (`write`): Updates an existing build assembly.
263
263
  - `list_qbd_build_assemblies` (`read`): Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.
@@ -265,12 +265,12 @@ The following tools are available in this MCP server.
265
265
 
266
266
  ### Resource `qbd.checks`:
267
267
 
268
- - `create_qbd_checks` (`write`): Creates a new check.
268
+ - `create_qbd_checks` (`write`): Creates a non-payroll check from a bank account. QuickBooks uses this request for direct expense disbursements; to pay vendor bills or payroll liabilities you must use the dedicated bill-payment or payroll transactions instead.
269
269
  - `retrieve_qbd_checks` (`read`): Retrieves a check by ID.
270
270
 
271
271
  NOTE: The response automatically includes any linked transactions.
272
272
 
273
- - `update_qbd_checks` (`write`): Updates an existing check.
273
+ - `update_qbd_checks` (`write`): Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.
274
274
  - `list_qbd_checks` (`read`): Returns a list of checks. Use the `cursor` parameter to paginate through the results.
275
275
  - `delete_qbd_checks` (`write`): Permanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.
276
276
 
@@ -289,7 +289,7 @@ The following tools are available in this MCP server.
289
289
 
290
290
  - `create_qbd_credit_card_charges` (`write`): Creates a new credit card charge for the specified account.
291
291
  - `retrieve_qbd_credit_card_charges` (`read`): Retrieves a credit card charge by ID.
292
- - `update_qbd_credit_card_charges` (`write`): Updates an existing credit card charge.
292
+ - `update_qbd_credit_card_charges` (`write`): Updates an existing credit card charge so you can adjust the credit card account, payee, memo, transaction date, and expense or item lines. The total is recalculated from the line details.
293
293
  - `list_qbd_credit_card_charges` (`read`): Returns a list of credit card charges. Use the `cursor` parameter to paginate through the results.
294
294
  - `delete_qbd_credit_card_charges` (`write`): Permanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.
295
295
 
@@ -301,6 +301,13 @@ The following tools are available in this MCP server.
301
301
  - `list_qbd_credit_card_credits` (`read`): Returns a list of credit card credits. Use the `cursor` parameter to paginate through the results.
302
302
  - `delete_qbd_credit_card_credits` (`write`): Permanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.
303
303
 
304
+ ### Resource `qbd.credit_card_refunds`:
305
+
306
+ - `create_qbd_credit_card_refunds` (`write`): Creates a credit card refund linked to one or more existing credit transactions, such as credit memos or overpayments. You must supply at least one entry in `refundAppliedToTransactions`, and the refund amount cannot exceed the available balance on the linked credits.
307
+ - `retrieve_qbd_credit_card_refunds` (`read`): Retrieves a credit card refund by ID.
308
+ - `list_qbd_credit_card_refunds` (`read`): Returns a list of credit card refunds. Use the `cursor` parameter to paginate through the results.
309
+ - `delete_qbd_credit_card_refunds` (`write`): Permanently deletes a a credit card refund. The deletion will fail if the credit card refund is currently in use or has any linked transactions that are in use.
310
+
304
311
  ### Resource `qbd.credit_memos`:
305
312
 
306
313
  - `create_qbd_credit_memos` (`write`): Creates a new credit memo.
@@ -328,7 +335,7 @@ The following tools are available in this MCP server.
328
335
 
329
336
  ### Resource `qbd.date_driven_terms`:
330
337
 
331
- - `create_qbd_date_driven_terms` (`write`): Creates a new date-driven term.
338
+ - `create_qbd_date_driven_terms` (`write`): Creates a date-driven term that sets the payment due on a specific day of the month and can optionally grant an early-payment discount before `discountDayOfMonth`. Use it when you need due dates tied to calendar days instead of a fixed number of days after the transaction.
332
339
  - `retrieve_qbd_date_driven_terms` (`read`): Retrieves a date-driven term by ID.
333
340
  - `list_qbd_date_driven_terms` (`read`): Returns a list of date-driven terms. NOTE: QuickBooks Desktop does not support pagination for date-driven terms; hence, there is no `cursor` parameter. Users typically have few date-driven terms.
334
341
 
@@ -342,16 +349,16 @@ The following tools are available in this MCP server.
342
349
 
343
350
  ### Resource `qbd.discount_items`:
344
351
 
345
- - `create_qbd_discount_items` (`write`): Creates a new discount item.
352
+ - `create_qbd_discount_items` (`write`): Creates a discount item that subtracts either a percentage or fixed amount from transaction totals. Percentage discounts only affect the preceding line, while fixed-amount discounts reduce the accumulated amount above them unless you bound the target lines with a subtotal item.
346
353
  - `retrieve_qbd_discount_items` (`read`): Retrieves a discount item by ID.
347
- - `update_qbd_discount_items` (`write`): Updates an existing discount item.
354
+ - `update_qbd_discount_items` (`write`): Updates a discount item, including its linked account or discount rate. When changing the account, use `updateExistingTransactionsAccount` to control whether existing transactions that reference the item should also be updated.
348
355
  - `list_qbd_discount_items` (`read`): Returns a list of discount items. Use the `cursor` parameter to paginate through the results.
349
356
 
350
357
  ### Resource `qbd.employees`:
351
358
 
352
- - `create_qbd_employees` (`write`): Creates a new employee.
359
+ - `create_qbd_employees` (`write`): Creates an employee record that captures personal details, contact information, employment dates, and payroll settings in a single request so the employee is ready for scheduling, time tracking, and payroll processing.
353
360
  - `retrieve_qbd_employees` (`read`): Retrieves an employee by ID.
354
- - `update_qbd_employees` (`write`): Updates an existing employee.
361
+ - `update_qbd_employees` (`write`): Updates an employee record, allowing you to revise contact details, employment status dates, supervisory assignments, payroll configuration, and additional notes to keep workforce data current.
355
362
  - `list_qbd_employees` (`read`): Returns a list of employees. NOTE: QuickBooks Desktop does not support pagination for employees; hence, there is no `cursor` parameter. Users typically have few employees.
356
363
 
357
364
  ### Resource `qbd.estimates`:
@@ -367,7 +374,7 @@ The following tools are available in this MCP server.
367
374
 
368
375
  ### Resource `qbd.inventory_adjustments`:
369
376
 
370
- - `create_qbd_inventory_adjustments` (`write`): Creates a new inventory adjustment.
377
+ - `create_qbd_inventory_adjustments` (`write`): Creates an inventory adjustment to correct on-hand quantities or values. QuickBooks requires single-user mode unless you're on Enterprise with Advanced Inventory enabled.
371
378
  - `retrieve_qbd_inventory_adjustments` (`read`): Retrieves an inventory adjustment by ID.
372
379
  - `update_qbd_inventory_adjustments` (`write`): Updates an existing inventory adjustment.
373
380
  - `list_qbd_inventory_adjustments` (`read`): Returns a list of inventory adjustments. NOTE: QuickBooks Desktop does not support pagination for inventory adjustments; hence, there is no `cursor` parameter. Users typically have few inventory adjustments.
@@ -375,28 +382,28 @@ The following tools are available in this MCP server.
375
382
 
376
383
  ### Resource `qbd.inventory_assembly_items`:
377
384
 
378
- - `create_qbd_inventory_assembly_items` (`write`): Creates a new inventory assembly item.
385
+ - `create_qbd_inventory_assembly_items` (`write`): Creates an inventory assembly item that bundles existing inventory items.
379
386
  - `retrieve_qbd_inventory_assembly_items` (`read`): Retrieves an inventory assembly item by ID.
380
- - `update_qbd_inventory_assembly_items` (`write`): Updates an existing inventory assembly item.
387
+ - `update_qbd_inventory_assembly_items` (`write`): Updates an inventory assembly item. If you change the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that use the assembly.
381
388
  - `list_qbd_inventory_assembly_items` (`read`): Returns a list of inventory assembly items. Use the `cursor` parameter to paginate through the results.
382
389
 
383
390
  ### Resource `qbd.inventory_items`:
384
391
 
385
392
  - `create_qbd_inventory_items` (`write`): Creates a new inventory item.
386
393
  - `retrieve_qbd_inventory_items` (`read`): Retrieves an inventory item by ID.
387
- - `update_qbd_inventory_items` (`write`): Updates an existing inventory item.
394
+ - `update_qbd_inventory_items` (`write`): Updates an inventory item. If you switch the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that reference the item.
388
395
  - `list_qbd_inventory_items` (`read`): Returns a list of inventory items. Use the `cursor` parameter to paginate through the results.
389
396
 
390
397
  ### Resource `qbd.inventory_sites`:
391
398
 
392
- - `create_qbd_inventory_sites` (`write`): Creates a new inventory site.
399
+ - `create_qbd_inventory_sites` (`write`): Creates an inventory site for companies using QuickBooks Enterprise with Advanced Inventory.
393
400
  - `retrieve_qbd_inventory_sites` (`read`): Retrieves an inventory site by ID.
394
401
  - `update_qbd_inventory_sites` (`write`): Updates an existing inventory site.
395
402
  - `list_qbd_inventory_sites` (`read`): Returns a list of inventory sites. NOTE: QuickBooks Desktop does not support pagination for inventory sites; hence, there is no `cursor` parameter. Users typically have few inventory sites.
396
403
 
397
404
  ### Resource `qbd.invoices`:
398
405
 
399
- - `create_qbd_invoices` (`write`): Creates a new invoice.
406
+ - `create_qbd_invoices` (`write`): Creates an invoice to bill a customer when goods or services were delivered before payment. Use a sales receipt instead if the sale was paid in full.
400
407
  - `retrieve_qbd_invoices` (`read`): Retrieves an invoice by ID.
401
408
 
402
409
  NOTE: The response automatically includes any linked transactions.
@@ -414,7 +421,7 @@ The following tools are available in this MCP server.
414
421
 
415
422
  ### Resource `qbd.item_receipts`:
416
423
 
417
- - `create_qbd_item_receipts` (`write`): Creates a new item receipt.
424
+ - `create_qbd_item_receipts` (`write`): Creates an item receipt to record inventory received from a vendor. You can link it to a purchase order during creation to pull in the order's lines automatically and update quantities, but that link can't be added later with an update.
418
425
  - `retrieve_qbd_item_receipts` (`read`): Retrieves an item receipt by ID.
419
426
 
420
427
  NOTE: The response automatically includes any linked transactions.
@@ -430,9 +437,9 @@ The following tools are available in this MCP server.
430
437
 
431
438
  ### Resource `qbd.journal_entries`:
432
439
 
433
- - `create_qbd_journal_entries` (`write`): Creates a new journal entry.
440
+ - `create_qbd_journal_entries` (`write`): Creates a journal entry with balanced debit and credit lines. QuickBooks Desktop requires total debits to equal total credits, and any line that posts to Accounts Receivable or Accounts Payable must include the related customer or vendor reference.
434
441
  - `retrieve_qbd_journal_entries` (`read`): Retrieves a journal entry by ID.
435
- - `update_qbd_journal_entries` (`write`): Updates an existing journal entry.
442
+ - `update_qbd_journal_entries` (`write`): Updates an existing journal entry. Keep the debits and credits in balance, and include the related customer or vendor on any A/R or A/P line you submit in the update body.
436
443
  - `list_qbd_journal_entries` (`read`): Returns a list of journal entries. Use the `cursor` parameter to paginate through the results.
437
444
  - `delete_qbd_journal_entries` (`write`): Permanently deletes a a journal entry. The deletion will fail if the journal entry is currently in use or has any linked transactions that are in use.
438
445
 
@@ -440,7 +447,7 @@ The following tools are available in this MCP server.
440
447
 
441
448
  - `create_qbd_non_inventory_items` (`write`): Creates a new non-inventory item.
442
449
  - `retrieve_qbd_non_inventory_items` (`read`): Retrieves a non-inventory item by ID.
443
- - `update_qbd_non_inventory_items` (`write`): Updates an existing non-inventory item.
450
+ - `update_qbd_non_inventory_items` (`write`): Updates a non-inventory item. You can modify either `salesOrPurchaseDetails` or `salesAndPurchaseDetails`, but the item must keep the same configuration it was created with. When you change `postingAccount`, `incomeAccount`, or `expenseAccount`, include the matching `updateExistingTransactions...` flag so QuickBooks applies the new account to existing transactions and doesn’t reject the update when historical activity is present.
444
451
  - `list_qbd_non_inventory_items` (`read`): Returns a list of non-inventory items. Use the `cursor` parameter to paginate through the results.
445
452
 
446
453
  ### Resource `qbd.other_charge_items`:
@@ -493,9 +500,9 @@ The following tools are available in this MCP server.
493
500
 
494
501
  ### Resource `qbd.receive_payments`:
495
502
 
496
- - `create_qbd_receive_payments` (`write`): Creates a new receive-payment.
503
+ - `create_qbd_receive_payments` (`write`): Records a customer payment and optionally applies it to specific invoices or credits. All allocations must target the same accounts receivable account as those invoices, and each one has to include a payment amount, discount, or credit so QuickBooks can close out the balance.
497
504
  - `retrieve_qbd_receive_payments` (`read`): Retrieves a receive-payment by ID.
498
- - `update_qbd_receive_payments` (`write`): Updates an existing receive-payment.
505
+ - `update_qbd_receive_payments` (`write`): Updates a received payment. When you resubmit applications to invoices, keep them on the same accounts receivable account and include the payment amount, discount, or credit on every allocation you send.
499
506
  - `list_qbd_receive_payments` (`read`): Returns a list of receive-payments. Use the `cursor` parameter to paginate through the results.
500
507
  - `delete_qbd_receive_payments` (`write`): Permanently deletes a a receive-payment. The deletion will fail if the receive-payment is currently in use or has any linked transactions that are in use.
501
508
 
@@ -512,15 +519,15 @@ The following tools are available in this MCP server.
512
519
 
513
520
  ### Resource `qbd.sales_receipts`:
514
521
 
515
- - `create_qbd_sales_receipts` (`write`): Creates a new sales receipt.
522
+ - `create_qbd_sales_receipts` (`write`): Creates a sales receipt for a sale paid in full. If you include credit card transaction details, QuickBooks requires the payment method to reference a credit card type and automatically deposits the funds to Undeposited Funds rather than a specific bank account.
516
523
  - `retrieve_qbd_sales_receipts` (`read`): Retrieves a sales receipt by ID.
517
- - `update_qbd_sales_receipts` (`write`): Updates an existing sales receipt.
524
+ - `update_qbd_sales_receipts` (`write`): Updates an existing sales receipt. Credit card payments still have to use a credit-card payment method and remain deposited to Undeposited Funds, so don’t switch the deposit account in those scenarios.
518
525
  - `list_qbd_sales_receipts` (`read`): Returns a list of sales receipts. Use the `cursor` parameter to paginate through the results.
519
526
  - `delete_qbd_sales_receipts` (`write`): Permanently deletes a a sales receipt. The deletion will fail if the sales receipt is currently in use or has any linked transactions that are in use.
520
527
 
521
528
  ### Resource `qbd.sales_representatives`:
522
529
 
523
- - `create_qbd_sales_representatives` (`write`): Creates a new sales representative.
530
+ - `create_qbd_sales_representatives` (`write`): Creates a sales representative that references an existing employee, vendor, or other-name record so it can be assigned on sales forms.
524
531
  - `retrieve_qbd_sales_representatives` (`read`): Retrieves a sales representative by ID.
525
532
  - `update_qbd_sales_representatives` (`write`): Updates an existing sales representative.
526
533
  - `list_qbd_sales_representatives` (`read`): Returns a list of sales representatives. NOTE: QuickBooks Desktop does not support pagination for sales representatives; hence, there is no `cursor` parameter. Users typically have few sales representatives.
@@ -529,7 +536,7 @@ The following tools are available in this MCP server.
529
536
 
530
537
  - `create_qbd_sales_tax_codes` (`write`): Creates a new sales-tax code.
531
538
  - `retrieve_qbd_sales_tax_codes` (`read`): Retrieves a sales-tax code by ID.
532
- - `update_qbd_sales_tax_codes` (`write`): Updates an existing sales-tax code.
539
+ - `update_qbd_sales_tax_codes` (`write`): Updates a sales-tax code’s name, activity status, or linked tax items. Once a code has been used you can’t flip it between taxable and non-taxable, and the built-in TAX/NON codes keep their original taxable setting, so plan new codes if you need a different tax status.
533
540
  - `list_qbd_sales_tax_codes` (`read`): Returns a list of sales-tax codes. NOTE: QuickBooks Desktop does not support pagination for sales-tax codes; hence, there is no `cursor` parameter. Users typically have few sales-tax codes.
534
541
 
535
542
  ### Resource `qbd.sales_tax_items`:
@@ -543,7 +550,7 @@ The following tools are available in this MCP server.
543
550
 
544
551
  - `create_qbd_service_items` (`write`): Creates a new service item.
545
552
  - `retrieve_qbd_service_items` (`read`): Retrieves a service item by ID.
546
- - `update_qbd_service_items` (`write`): Updates an existing service item.
553
+ - `update_qbd_service_items` (`write`): Updates a service item’s details, including its accounts and unit-of-measure set. QuickBooks won’t let you convert a sell-only service into a buy-and-sell service (or the reverse); create a separate item instead. If you’re switching the unit of measure, set `forceUnitOfMeasureChange` so QuickBooks replaces it on existing forms.
547
554
  - `list_qbd_service_items` (`read`): Returns a list of service items. Use the `cursor` parameter to paginate through the results.
548
555
 
549
556
  ### Resource `qbd.standard_terms`:
@@ -596,12 +603,12 @@ The following tools are available in this MCP server.
596
603
 
597
604
  ### Resource `qbd.vendor_credits`:
598
605
 
599
- - `create_qbd_vendor_credits` (`write`): Creates a new vendor credit.
606
+ - `create_qbd_vendor_credits` (`write`): Creates a vendor credit to capture returns, rebates, or other amounts a vendor owes so you can apply the credit when recording future bill payments.
600
607
  - `retrieve_qbd_vendor_credits` (`read`): Retrieves a vendor credit by ID.
601
608
 
602
609
  NOTE: The response automatically includes any linked transactions.
603
610
 
604
- - `update_qbd_vendor_credits` (`write`): Updates an existing vendor credit.
611
+ - `update_qbd_vendor_credits` (`write`): Updates a vendor credit before you apply it to bills, letting you adjust the amounts, memo, or line allocations that make up the credit.
605
612
  - `list_qbd_vendor_credits` (`read`): Returns a list of vendor credits. Use the `cursor` parameter to paginate through the results.
606
613
  - `delete_qbd_vendor_credits` (`write`): Permanently deletes a a vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.
607
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node-mcp",
3
- "version": "12.32.0",
3
+ "version": "12.34.0",
4
4
  "description": "The official MCP Server for the Conductor API",
5
5
  "author": "Conductor <support@conductor.is>",
6
6
  "types": "./index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "fix": "eslint --fix --ext ts,js ."
28
28
  },
29
29
  "dependencies": {
30
- "conductor-node": "^12.32.0",
30
+ "conductor-node": "^12.34.0",
31
31
  "@cloudflare/cabidela": "^0.2.4",
32
32
  "@modelcontextprotocol/sdk": "^1.11.5",
33
33
  "@valtown/deno-http-worker": "^0.0.21",
package/server.js CHANGED
@@ -21,7 +21,7 @@ var tools_2 = require("./tools.js");
21
21
  Object.defineProperty(exports, "endpoints", { enumerable: true, get: function () { return tools_2.endpoints; } });
22
22
  const newMcpServer = () => new mcp_js_1.McpServer({
23
23
  name: 'conductor_node_api',
24
- version: '12.32.0',
24
+ version: '12.34.0',
25
25
  }, { capabilities: { tools: {}, logging: {} } });
26
26
  exports.newMcpServer = newMcpServer;
27
27
  // Create server instance
package/server.mjs CHANGED
@@ -10,7 +10,7 @@ export { ClientType } from "./compat.mjs";
10
10
  export { endpoints } from "./tools.mjs";
11
11
  export const newMcpServer = () => new McpServer({
12
12
  name: 'conductor_node_api',
13
- version: '12.32.0',
13
+ version: '12.34.0',
14
14
  }, { capabilities: { tools: {}, logging: {} } });
15
15
  // Create server instance
16
16
  export const server = newMcpServer();
package/src/server.ts CHANGED
@@ -32,7 +32,7 @@ export const newMcpServer = () =>
32
32
  new McpServer(
33
33
  {
34
34
  name: 'conductor_node_api',
35
- version: '12.32.0',
35
+ version: '12.34.0',
36
36
  },
37
37
  { capabilities: { tools: {}, logging: {} } },
38
38
  );
@@ -55,6 +55,10 @@ import retrieve_qbd_credit_card_credits from './qbd/credit-card-credits/retrieve
55
55
  import update_qbd_credit_card_credits from './qbd/credit-card-credits/update-qbd-credit-card-credits';
56
56
  import list_qbd_credit_card_credits from './qbd/credit-card-credits/list-qbd-credit-card-credits';
57
57
  import delete_qbd_credit_card_credits from './qbd/credit-card-credits/delete-qbd-credit-card-credits';
58
+ import create_qbd_credit_card_refunds from './qbd/credit-card-refunds/create-qbd-credit-card-refunds';
59
+ import retrieve_qbd_credit_card_refunds from './qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds';
60
+ import list_qbd_credit_card_refunds from './qbd/credit-card-refunds/list-qbd-credit-card-refunds';
61
+ import delete_qbd_credit_card_refunds from './qbd/credit-card-refunds/delete-qbd-credit-card-refunds';
58
62
  import create_qbd_credit_memos from './qbd/credit-memos/create-qbd-credit-memos';
59
63
  import retrieve_qbd_credit_memos from './qbd/credit-memos/retrieve-qbd-credit-memos';
60
64
  import update_qbd_credit_memos from './qbd/credit-memos/update-qbd-credit-memos';
@@ -272,6 +276,10 @@ addEndpoint(retrieve_qbd_credit_card_credits);
272
276
  addEndpoint(update_qbd_credit_card_credits);
273
277
  addEndpoint(list_qbd_credit_card_credits);
274
278
  addEndpoint(delete_qbd_credit_card_credits);
279
+ addEndpoint(create_qbd_credit_card_refunds);
280
+ addEndpoint(retrieve_qbd_credit_card_refunds);
281
+ addEndpoint(list_qbd_credit_card_refunds);
282
+ addEndpoint(delete_qbd_credit_card_refunds);
275
283
  addEndpoint(create_qbd_credit_memos);
276
284
  addEndpoint(retrieve_qbd_credit_memos);
277
285
  addEndpoint(update_qbd_credit_memos);
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_accounts',
18
- description: 'Creates a new financial account.',
18
+ description:
19
+ 'Creates a new financial account. QuickBooks requires you to pick a supported account type for the chart of accounts, and non-posting types can’t be created through the API.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_accounts',
18
- description: 'Updates an existing financial account.',
18
+ description:
19
+ 'Updates an existing financial account. You can rename the account, adjust numbering, or change supported attributes, but QuickBooks won’t let you convert it to a non-posting type via the API.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_bill_check_payments',
18
- description: 'Creates a new bill check payment.',
18
+ description:
19
+ 'Records a check payment against one vendor’s open bills. Each bill allocation must include a payment amount, discount, or vendor credit, and the accounts payable account has to match the one used on the bills you’re closing.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_bill_check_payments',
18
- description: 'Updates an existing bill check payment.',
18
+ description:
19
+ 'Updates a bill check payment so you can reallocate how amounts, discounts, or credits are applied to the vendor’s bills. When you update a payment, QuickBooks clears the prior allocations but keeps any existing vendor credits unchanged, so submit the full list of bill applications in this request.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_bill_credit_card_payments',
18
- description: 'Creates a new bill credit card payment.',
18
+ description:
19
+ 'Charges one vendor’s bills to a credit card account. Each bill allocation must supply a payment amount, discount, or credit, and you have to use the same accounts payable account that’s on the bills being closed.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_bills',
18
- description: 'Creates a new bill.',
18
+ description:
19
+ "Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.",
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_bills',
18
- description: 'Updates an existing bill.',
18
+ description:
19
+ 'Updates an existing vendor bill while keeping the required references intact. QuickBooks does not let this update request add new purchase order links, and you must continue to supply the vendor, accounts payable account, and at least one expense or item line when you resubmit the bill.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_build_assemblies',
18
- description: 'Creates a new build assembly.',
18
+ description:
19
+ 'Creates a build assembly transaction that consumes component quantities and increases the finished assembly on hand. If components are short you can mark the build as pending instead of failing.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_checks',
18
- description: 'Creates a new check.',
18
+ description:
19
+ 'Creates a non-payroll check from a bank account. QuickBooks uses this request for direct expense disbursements; to pay vendor bills or payroll liabilities you must use the dedicated bill-payment or payroll transactions instead.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_checks',
18
- description: 'Updates an existing check.',
18
+ description:
19
+ 'Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_credit_card_charges',
18
- description: 'Updates an existing credit card charge.',
18
+ description:
19
+ 'Updates an existing credit card charge so you can adjust the credit card account, payee, memo, transaction date, and expense or item lines. The total is recalculated from the line details.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {