conductor-node-mcp 12.33.0 → 12.35.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 (240) hide show
  1. package/README.md +35 -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/qbd/accounts/create-qbd-accounts.ts +2 -1
  7. package/src/tools/qbd/accounts/update-qbd-accounts.ts +2 -1
  8. package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +2 -1
  9. package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +2 -1
  10. package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +2 -1
  11. package/src/tools/qbd/bills/create-qbd-bills.ts +2 -1
  12. package/src/tools/qbd/bills/update-qbd-bills.ts +2 -1
  13. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +2 -1
  14. package/src/tools/qbd/checks/create-qbd-checks.ts +2 -1
  15. package/src/tools/qbd/checks/update-qbd-checks.ts +2 -1
  16. package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +2 -1
  17. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -1
  18. package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +2 -1
  19. package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +2 -1
  20. package/src/tools/qbd/employees/create-qbd-employees.ts +2 -1
  21. package/src/tools/qbd/employees/update-qbd-employees.ts +2 -1
  22. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +2 -1
  23. package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +1 -1
  24. package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +2 -1
  25. package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +2 -1
  26. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -1
  27. package/src/tools/qbd/invoices/create-qbd-invoices.ts +2 -1
  28. package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +2 -1
  29. package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +2 -1
  30. package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +2 -1
  31. package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +2 -1
  32. package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +2 -1
  33. package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +2 -1
  34. package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +2 -1
  35. package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +2 -1
  36. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -1
  37. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -1
  38. package/src/tools/qbd/service-items/update-qbd-service-items.ts +2 -1
  39. package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +2 -1
  40. package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +2 -1
  41. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  42. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  43. package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
  44. package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
  45. package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
  46. package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
  47. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  48. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  49. package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
  50. package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
  51. package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
  52. package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
  53. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  54. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  55. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
  56. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
  57. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
  58. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
  59. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  60. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  61. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
  62. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
  63. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
  64. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
  65. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  66. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  67. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
  68. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
  69. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
  70. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
  71. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  72. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  73. package/tools/qbd/bills/create-qbd-bills.js +1 -1
  74. package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
  75. package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
  76. package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
  77. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  78. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  79. package/tools/qbd/bills/update-qbd-bills.js +1 -1
  80. package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
  81. package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
  82. package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
  83. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
  84. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
  85. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +1 -1
  86. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
  87. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +1 -1
  88. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
  89. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  90. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  91. package/tools/qbd/checks/create-qbd-checks.js +1 -1
  92. package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
  93. package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
  94. package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
  95. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  96. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  97. package/tools/qbd/checks/update-qbd-checks.js +1 -1
  98. package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
  99. package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
  100. package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
  101. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  102. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  103. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
  104. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
  105. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
  106. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
  107. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
  108. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  109. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
  110. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  111. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  112. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  113. package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
  114. package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
  115. package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
  116. package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
  117. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  118. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  119. package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
  120. package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
  121. package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
  122. package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
  123. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  124. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  125. package/tools/qbd/employees/create-qbd-employees.js +1 -1
  126. package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
  127. package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
  128. package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
  129. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  130. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  131. package/tools/qbd/employees/update-qbd-employees.js +1 -1
  132. package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
  133. package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
  134. package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
  135. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  136. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  137. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +1 -1
  138. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  139. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +1 -1
  140. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  141. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
  142. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
  143. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
  144. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
  145. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  146. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  147. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
  148. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
  149. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
  150. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
  151. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  152. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  153. package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
  154. package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
  155. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
  156. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
  157. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
  158. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  159. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
  160. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  161. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  162. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  163. package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
  164. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  165. package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
  166. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  167. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  168. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  169. package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
  170. package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
  171. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
  172. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
  173. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  174. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  175. package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
  176. package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
  177. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
  178. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
  179. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  180. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  181. package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
  182. package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
  183. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
  184. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
  185. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  186. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  187. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
  188. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
  189. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
  190. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
  191. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  192. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  193. package/tools/qbd/receive-payments/create-qbd-receive-payments.js +1 -1
  194. package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
  195. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +1 -1
  196. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
  197. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  198. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  199. package/tools/qbd/receive-payments/update-qbd-receive-payments.js +1 -1
  200. package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
  201. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +1 -1
  202. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
  203. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  204. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  205. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
  206. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
  207. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
  208. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
  209. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  210. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  211. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
  212. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
  213. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
  214. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
  215. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
  216. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  217. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
  218. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  219. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +1 -1
  220. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  221. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
  222. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  223. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  224. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  225. package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
  226. package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
  227. package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
  228. package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
  229. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  230. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  231. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
  232. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
  233. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
  234. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
  235. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  236. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  237. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
  238. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
  239. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
  240. 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
 
@@ -335,7 +335,7 @@ The following tools are available in this MCP server.
335
335
 
336
336
  ### Resource `qbd.date_driven_terms`:
337
337
 
338
- - `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.
339
339
  - `retrieve_qbd_date_driven_terms` (`read`): Retrieves a date-driven term by ID.
340
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.
341
341
 
@@ -349,16 +349,16 @@ The following tools are available in this MCP server.
349
349
 
350
350
  ### Resource `qbd.discount_items`:
351
351
 
352
- - `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.
353
353
  - `retrieve_qbd_discount_items` (`read`): Retrieves a discount item by ID.
354
- - `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.
355
355
  - `list_qbd_discount_items` (`read`): Returns a list of discount items. Use the `cursor` parameter to paginate through the results.
356
356
 
357
357
  ### Resource `qbd.employees`:
358
358
 
359
- - `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.
360
360
  - `retrieve_qbd_employees` (`read`): Retrieves an employee by ID.
361
- - `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.
362
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.
363
363
 
364
364
  ### Resource `qbd.estimates`:
@@ -374,7 +374,7 @@ The following tools are available in this MCP server.
374
374
 
375
375
  ### Resource `qbd.inventory_adjustments`:
376
376
 
377
- - `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.
378
378
  - `retrieve_qbd_inventory_adjustments` (`read`): Retrieves an inventory adjustment by ID.
379
379
  - `update_qbd_inventory_adjustments` (`write`): Updates an existing inventory adjustment.
380
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.
@@ -382,28 +382,28 @@ The following tools are available in this MCP server.
382
382
 
383
383
  ### Resource `qbd.inventory_assembly_items`:
384
384
 
385
- - `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.
386
386
  - `retrieve_qbd_inventory_assembly_items` (`read`): Retrieves an inventory assembly item by ID.
387
- - `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.
388
388
  - `list_qbd_inventory_assembly_items` (`read`): Returns a list of inventory assembly items. Use the `cursor` parameter to paginate through the results.
389
389
 
390
390
  ### Resource `qbd.inventory_items`:
391
391
 
392
392
  - `create_qbd_inventory_items` (`write`): Creates a new inventory item.
393
393
  - `retrieve_qbd_inventory_items` (`read`): Retrieves an inventory item by ID.
394
- - `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.
395
395
  - `list_qbd_inventory_items` (`read`): Returns a list of inventory items. Use the `cursor` parameter to paginate through the results.
396
396
 
397
397
  ### Resource `qbd.inventory_sites`:
398
398
 
399
- - `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.
400
400
  - `retrieve_qbd_inventory_sites` (`read`): Retrieves an inventory site by ID.
401
401
  - `update_qbd_inventory_sites` (`write`): Updates an existing inventory site.
402
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.
403
403
 
404
404
  ### Resource `qbd.invoices`:
405
405
 
406
- - `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.
407
407
  - `retrieve_qbd_invoices` (`read`): Retrieves an invoice by ID.
408
408
 
409
409
  NOTE: The response automatically includes any linked transactions.
@@ -421,7 +421,7 @@ The following tools are available in this MCP server.
421
421
 
422
422
  ### Resource `qbd.item_receipts`:
423
423
 
424
- - `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.
425
425
  - `retrieve_qbd_item_receipts` (`read`): Retrieves an item receipt by ID.
426
426
 
427
427
  NOTE: The response automatically includes any linked transactions.
@@ -437,9 +437,9 @@ The following tools are available in this MCP server.
437
437
 
438
438
  ### Resource `qbd.journal_entries`:
439
439
 
440
- - `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.
441
441
  - `retrieve_qbd_journal_entries` (`read`): Retrieves a journal entry by ID.
442
- - `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.
443
443
  - `list_qbd_journal_entries` (`read`): Returns a list of journal entries. Use the `cursor` parameter to paginate through the results.
444
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.
445
445
 
@@ -447,7 +447,7 @@ The following tools are available in this MCP server.
447
447
 
448
448
  - `create_qbd_non_inventory_items` (`write`): Creates a new non-inventory item.
449
449
  - `retrieve_qbd_non_inventory_items` (`read`): Retrieves a non-inventory item by ID.
450
- - `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.
451
451
  - `list_qbd_non_inventory_items` (`read`): Returns a list of non-inventory items. Use the `cursor` parameter to paginate through the results.
452
452
 
453
453
  ### Resource `qbd.other_charge_items`:
@@ -500,9 +500,9 @@ The following tools are available in this MCP server.
500
500
 
501
501
  ### Resource `qbd.receive_payments`:
502
502
 
503
- - `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.
504
504
  - `retrieve_qbd_receive_payments` (`read`): Retrieves a receive-payment by ID.
505
- - `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.
506
506
  - `list_qbd_receive_payments` (`read`): Returns a list of receive-payments. Use the `cursor` parameter to paginate through the results.
507
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.
508
508
 
@@ -519,15 +519,15 @@ The following tools are available in this MCP server.
519
519
 
520
520
  ### Resource `qbd.sales_receipts`:
521
521
 
522
- - `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.
523
523
  - `retrieve_qbd_sales_receipts` (`read`): Retrieves a sales receipt by ID.
524
- - `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.
525
525
  - `list_qbd_sales_receipts` (`read`): Returns a list of sales receipts. Use the `cursor` parameter to paginate through the results.
526
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.
527
527
 
528
528
  ### Resource `qbd.sales_representatives`:
529
529
 
530
- - `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.
531
531
  - `retrieve_qbd_sales_representatives` (`read`): Retrieves a sales representative by ID.
532
532
  - `update_qbd_sales_representatives` (`write`): Updates an existing sales representative.
533
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.
@@ -536,7 +536,7 @@ The following tools are available in this MCP server.
536
536
 
537
537
  - `create_qbd_sales_tax_codes` (`write`): Creates a new sales-tax code.
538
538
  - `retrieve_qbd_sales_tax_codes` (`read`): Retrieves a sales-tax code by ID.
539
- - `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.
540
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.
541
541
 
542
542
  ### Resource `qbd.sales_tax_items`:
@@ -550,7 +550,7 @@ The following tools are available in this MCP server.
550
550
 
551
551
  - `create_qbd_service_items` (`write`): Creates a new service item.
552
552
  - `retrieve_qbd_service_items` (`read`): Retrieves a service item by ID.
553
- - `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.
554
554
  - `list_qbd_service_items` (`read`): Returns a list of service items. Use the `cursor` parameter to paginate through the results.
555
555
 
556
556
  ### Resource `qbd.standard_terms`:
@@ -603,12 +603,12 @@ The following tools are available in this MCP server.
603
603
 
604
604
  ### Resource `qbd.vendor_credits`:
605
605
 
606
- - `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.
607
607
  - `retrieve_qbd_vendor_credits` (`read`): Retrieves a vendor credit by ID.
608
608
 
609
609
  NOTE: The response automatically includes any linked transactions.
610
610
 
611
- - `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.
612
612
  - `list_qbd_vendor_credits` (`read`): Returns a list of vendor credits. Use the `cursor` parameter to paginate through the results.
613
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.
614
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node-mcp",
3
- "version": "12.33.0",
3
+ "version": "12.35.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.33.0",
30
+ "conductor-node": "^12.35.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.33.0',
24
+ version: '12.35.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.33.0',
13
+ version: '12.35.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.33.0',
35
+ version: '12.35.0',
36
36
  },
37
37
  { capabilities: { tools: {}, logging: {} } },
38
38
  );
@@ -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: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_date_driven_terms',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new date-driven term.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/date_driven_term',\n $defs: {\n date_driven_term: {\n type: 'object',\n title: 'The Date-Driven Term object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this date-driven term. This ID is unique across all date-driven terms but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this date-driven term was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n discountDayOfMonth: {\n type: 'number',\n description: 'The day of the month within which payment must be received to qualify for the discount specified by `discountPercentage`.'\n },\n discountPercentage: {\n type: 'string',\n description: 'The discount percentage applied to the payment if received on or before the specified `discountDayOfMonth`. The value is between 0 and 100.'\n },\n dueDayOfMonth: {\n type: 'number',\n description: 'The day of the month when full payment is due without discount.'\n },\n gracePeriodDays: {\n type: 'number',\n description: 'The number of days before `dueDayOfMonth` when an invoice or bill issued within this threshold is considered due the following month. For example, with `dueDayOfMonth` set to 15 and `gracePeriodDays` set to 2, an invoice issued on the 13th would be due on the 15th of the next month, while an invoice issued on the 12th would be due on the 15th of the current month.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this date-driven term is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this date-driven term, unique across all date-driven terms.\\n\\n**NOTE**: Date-driven terms do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_date_driven_term\"`.',\n enum: [ 'qbd_date_driven_term'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this date-driven term object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this date-driven term was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'discountDayOfMonth',\n 'discountPercentage',\n 'dueDayOfMonth',\n 'gracePeriodDays',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates 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.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/date_driven_term',\n $defs: {\n date_driven_term: {\n type: 'object',\n title: 'The Date-Driven Term object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this date-driven term. This ID is unique across all date-driven terms but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this date-driven term was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n discountDayOfMonth: {\n type: 'number',\n description: 'The day of the month within which payment must be received to qualify for the discount specified by `discountPercentage`.'\n },\n discountPercentage: {\n type: 'string',\n description: 'The discount percentage applied to the payment if received on or before the specified `discountDayOfMonth`. The value is between 0 and 100.'\n },\n dueDayOfMonth: {\n type: 'number',\n description: 'The day of the month when full payment is due without discount.'\n },\n gracePeriodDays: {\n type: 'number',\n description: 'The number of days before `dueDayOfMonth` when an invoice or bill issued within this threshold is considered due the following month. For example, with `dueDayOfMonth` set to 15 and `gracePeriodDays` set to 2, an invoice issued on the 13th would be due on the 15th of the next month, while an invoice issued on the 12th would be due on the 15th of the current month.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this date-driven term is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this date-driven term, unique across all date-driven terms.\\n\\n**NOTE**: Date-driven terms do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_date_driven_term\"`.',\n enum: [ 'qbd_date_driven_term'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this date-driven term object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this date-driven term was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'discountDayOfMonth',\n 'discountPercentage',\n 'dueDayOfMonth',\n 'gracePeriodDays',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_discount_items',
18
- description: 'Creates a new discount item.',
18
+ description:
19
+ '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.',
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_discount_items',
18
- description: 'Updates an existing discount item.',
18
+ description:
19
+ '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.',
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_employees',
18
- description: 'Creates a new employee.',
18
+ description:
19
+ '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.',
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_employees',
18
- description: 'Updates an existing employee.',
18
+ description:
19
+ '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.',
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_inventory_adjustments',
18
- description: 'Creates a new inventory adjustment.',
18
+ description:
19
+ "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.",
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -15,7 +15,7 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_inventory_assembly_items',
18
- description: 'Creates a new inventory assembly item.',
18
+ description: 'Creates an inventory assembly item that bundles existing inventory items.',
19
19
  inputSchema: {
20
20
  type: 'object',
21
21
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'update_qbd_inventory_assembly_items',
18
- description: 'Updates an existing inventory assembly item.',
18
+ description:
19
+ '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.',
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_inventory_items',
18
- description: 'Updates an existing inventory item.',
18
+ description:
19
+ '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.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_inventory_sites',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates an inventory site for companies using QuickBooks Enterprise with Advanced Inventory.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
15
15
 
16
16
  export const tool: Tool = {
17
17
  name: 'create_qbd_invoices',
18
- description: 'Creates a new invoice.',
18
+ description:
19
+ '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.',
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_item_receipts',
18
- description: 'Creates a new item receipt.',
18
+ description:
19
+ "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.",
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_journal_entries',
18
- description: 'Creates a new journal entry.',
18
+ description:
19
+ '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.',
19
20
  inputSchema: {
20
21
  type: 'object',
21
22
  properties: {