conductor-node-mcp 12.29.0 → 12.31.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 (494) hide show
  1. package/README.md +7 -0
  2. package/code-tool.d.mts +1 -1
  3. package/code-tool.d.mts.map +1 -1
  4. package/code-tool.d.ts +1 -1
  5. package/code-tool.d.ts.map +1 -1
  6. package/code-tool.js +40 -6
  7. package/code-tool.js.map +1 -1
  8. package/code-tool.mjs +4 -3
  9. package/code-tool.mjs.map +1 -1
  10. package/http.d.mts +5 -1
  11. package/http.d.mts.map +1 -1
  12. package/http.d.ts +5 -1
  13. package/http.d.ts.map +1 -1
  14. package/http.js +7 -9
  15. package/http.js.map +1 -1
  16. package/http.mjs +7 -9
  17. package/http.mjs.map +1 -1
  18. package/index.js +3 -3
  19. package/index.js.map +1 -1
  20. package/index.mjs +3 -3
  21. package/index.mjs.map +1 -1
  22. package/options.js +2 -2
  23. package/options.js.map +1 -1
  24. package/options.mjs +2 -2
  25. package/options.mjs.map +1 -1
  26. package/package.json +2 -2
  27. package/server.d.mts +1 -1
  28. package/server.d.mts.map +1 -1
  29. package/server.d.ts +1 -1
  30. package/server.d.ts.map +1 -1
  31. package/server.js +8 -8
  32. package/server.js.map +1 -1
  33. package/server.mjs +8 -8
  34. package/server.mjs.map +1 -1
  35. package/src/code-tool.ts +5 -3
  36. package/src/http.ts +35 -23
  37. package/src/index.ts +3 -3
  38. package/src/options.ts +2 -2
  39. package/src/server.ts +9 -9
  40. package/src/tools/index.ts +8 -0
  41. package/src/tools/qbd/accounts/list-qbd-accounts.ts +2 -2
  42. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +4 -4
  43. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +4 -4
  44. package/src/tools/qbd/bills/list-qbd-bills.ts +4 -4
  45. package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +4 -4
  46. package/src/tools/qbd/checks/list-qbd-checks.ts +4 -4
  47. package/src/tools/qbd/classes/create-qbd-classes.ts +1 -1
  48. package/src/tools/qbd/classes/list-qbd-classes.ts +3 -3
  49. package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
  50. package/src/tools/qbd/classes/update-qbd-classes.ts +1 -1
  51. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +4 -4
  52. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +4 -4
  53. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -4
  54. package/src/tools/qbd/currencies/create-qbd-currencies.ts +92 -0
  55. package/src/tools/qbd/currencies/list-qbd-currencies.ts +101 -0
  56. package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +52 -0
  57. package/src/tools/qbd/currencies/update-qbd-currencies.ts +101 -0
  58. package/src/tools/qbd/customers/list-qbd-customers.ts +2 -2
  59. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -1
  60. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +3 -3
  61. package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -1
  62. package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +3 -3
  63. package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +3 -3
  64. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +2 -2
  65. package/src/tools/qbd/employees/list-qbd-employees.ts +2 -2
  66. package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -4
  67. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +4 -4
  68. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +2 -2
  69. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +2 -2
  70. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -1
  71. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +2 -2
  72. package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
  73. package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +1 -1
  74. package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -4
  75. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +2 -2
  76. package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
  77. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -4
  78. package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
  79. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +4 -4
  80. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +2 -2
  81. package/src/tools/qbd/other-charge-items/list-qbd-other-charge-items.ts +2 -2
  82. package/src/tools/qbd/other-names/list-qbd-other-names.ts +2 -2
  83. package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
  84. package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +1 -1
  85. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +3 -3
  86. package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
  87. package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +1 -1
  88. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +3 -3
  89. package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
  90. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +2 -2
  91. package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
  92. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +4 -4
  93. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +4 -4
  94. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -4
  95. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +4 -4
  96. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -1
  97. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +3 -3
  98. package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
  99. package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +1 -1
  100. package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +1 -1
  101. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +3 -3
  102. package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
  103. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -1
  104. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +2 -2
  105. package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
  106. package/src/tools/qbd/service-items/list-qbd-service-items.ts +2 -2
  107. package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +1 -1
  108. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +3 -3
  109. package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
  110. package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +1 -1
  111. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +2 -2
  112. package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
  113. package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +1 -1
  114. package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
  115. package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +4 -4
  116. package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
  117. package/src/tools/qbd/transactions/list-qbd-transactions.ts +4 -4
  118. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
  119. package/src/tools/qbd/transfers/create-qbd-transfers.ts +1 -1
  120. package/src/tools/qbd/transfers/list-qbd-transfers.ts +7 -15
  121. package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
  122. package/src/tools/qbd/transfers/update-qbd-transfers.ts +1 -1
  123. package/src/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.ts +2 -2
  124. package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
  125. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +4 -4
  126. package/src/tools/qbd/vendors/list-qbd-vendors.ts +2 -2
  127. package/tools/index.d.mts.map +1 -1
  128. package/tools/index.d.ts.map +1 -1
  129. package/tools/index.js +8 -0
  130. package/tools/index.js.map +1 -1
  131. package/tools/index.mjs +8 -0
  132. package/tools/index.mjs.map +1 -1
  133. package/tools/qbd/accounts/list-qbd-accounts.js +2 -2
  134. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  135. package/tools/qbd/accounts/list-qbd-accounts.mjs +2 -2
  136. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  137. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +4 -4
  138. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  139. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +4 -4
  140. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  141. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +4 -4
  142. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  143. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +4 -4
  144. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  145. package/tools/qbd/bills/list-qbd-bills.js +4 -4
  146. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  147. package/tools/qbd/bills/list-qbd-bills.mjs +4 -4
  148. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  149. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +4 -4
  150. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
  151. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +4 -4
  152. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
  153. package/tools/qbd/checks/list-qbd-checks.js +4 -4
  154. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  155. package/tools/qbd/checks/list-qbd-checks.mjs +4 -4
  156. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  157. package/tools/qbd/classes/create-qbd-classes.js +1 -1
  158. package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
  159. package/tools/qbd/classes/create-qbd-classes.mjs +1 -1
  160. package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
  161. package/tools/qbd/classes/list-qbd-classes.js +3 -3
  162. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  163. package/tools/qbd/classes/list-qbd-classes.mjs +3 -3
  164. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  165. package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
  166. package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
  167. package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
  168. package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
  169. package/tools/qbd/classes/update-qbd-classes.js +1 -1
  170. package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
  171. package/tools/qbd/classes/update-qbd-classes.mjs +1 -1
  172. package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
  173. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +4 -4
  174. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  175. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +4 -4
  176. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  177. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +4 -4
  178. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  179. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +4 -4
  180. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  181. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +4 -4
  182. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  183. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +4 -4
  184. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  185. package/tools/qbd/currencies/create-qbd-currencies.d.mts +45 -0
  186. package/tools/qbd/currencies/create-qbd-currencies.d.mts.map +1 -0
  187. package/tools/qbd/currencies/create-qbd-currencies.d.ts +45 -0
  188. package/tools/qbd/currencies/create-qbd-currencies.d.ts.map +1 -0
  189. package/tools/qbd/currencies/create-qbd-currencies.js +78 -0
  190. package/tools/qbd/currencies/create-qbd-currencies.js.map +1 -0
  191. package/tools/qbd/currencies/create-qbd-currencies.mjs +74 -0
  192. package/tools/qbd/currencies/create-qbd-currencies.mjs.map +1 -0
  193. package/tools/qbd/currencies/list-qbd-currencies.d.mts +45 -0
  194. package/tools/qbd/currencies/list-qbd-currencies.d.mts.map +1 -0
  195. package/tools/qbd/currencies/list-qbd-currencies.d.ts +45 -0
  196. package/tools/qbd/currencies/list-qbd-currencies.d.ts.map +1 -0
  197. package/tools/qbd/currencies/list-qbd-currencies.js +87 -0
  198. package/tools/qbd/currencies/list-qbd-currencies.js.map +1 -0
  199. package/tools/qbd/currencies/list-qbd-currencies.mjs +83 -0
  200. package/tools/qbd/currencies/list-qbd-currencies.mjs.map +1 -0
  201. package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts +45 -0
  202. package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts.map +1 -0
  203. package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts +45 -0
  204. package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts.map +1 -0
  205. package/tools/qbd/currencies/retrieve-qbd-currencies.js +46 -0
  206. package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -0
  207. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +42 -0
  208. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -0
  209. package/tools/qbd/currencies/update-qbd-currencies.d.mts +45 -0
  210. package/tools/qbd/currencies/update-qbd-currencies.d.mts.map +1 -0
  211. package/tools/qbd/currencies/update-qbd-currencies.d.ts +45 -0
  212. package/tools/qbd/currencies/update-qbd-currencies.d.ts.map +1 -0
  213. package/tools/qbd/currencies/update-qbd-currencies.js +86 -0
  214. package/tools/qbd/currencies/update-qbd-currencies.js.map +1 -0
  215. package/tools/qbd/currencies/update-qbd-currencies.mjs +82 -0
  216. package/tools/qbd/currencies/update-qbd-currencies.mjs.map +1 -0
  217. package/tools/qbd/customers/list-qbd-customers.js +2 -2
  218. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  219. package/tools/qbd/customers/list-qbd-customers.mjs +2 -2
  220. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  221. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
  222. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  223. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
  224. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  225. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +3 -3
  226. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  227. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +3 -3
  228. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  229. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
  230. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
  231. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
  232. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
  233. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +3 -3
  234. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
  235. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +3 -3
  236. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
  237. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +3 -3
  238. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
  239. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +3 -3
  240. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
  241. package/tools/qbd/discount-items/list-qbd-discount-items.js +2 -2
  242. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  243. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +2 -2
  244. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  245. package/tools/qbd/employees/list-qbd-employees.js +2 -2
  246. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  247. package/tools/qbd/employees/list-qbd-employees.mjs +2 -2
  248. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  249. package/tools/qbd/estimates/list-qbd-estimates.js +4 -4
  250. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  251. package/tools/qbd/estimates/list-qbd-estimates.mjs +4 -4
  252. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  253. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +4 -4
  254. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  255. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +4 -4
  256. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  257. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +2 -2
  258. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  259. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +2 -2
  260. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  261. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +2 -2
  262. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  263. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +2 -2
  264. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  265. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
  266. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  267. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
  268. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  269. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +2 -2
  270. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  271. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +2 -2
  272. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  273. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
  274. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
  275. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
  276. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
  277. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +1 -1
  278. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
  279. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +1 -1
  280. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
  281. package/tools/qbd/invoices/list-qbd-invoices.js +4 -4
  282. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  283. package/tools/qbd/invoices/list-qbd-invoices.mjs +4 -4
  284. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  285. package/tools/qbd/item-groups/list-qbd-item-groups.js +2 -2
  286. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  287. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +2 -2
  288. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  289. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
  290. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
  291. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
  292. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
  293. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +4 -4
  294. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  295. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +4 -4
  296. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  297. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
  298. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
  299. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
  300. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
  301. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +4 -4
  302. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  303. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +4 -4
  304. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  305. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +2 -2
  306. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  307. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +2 -2
  308. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  309. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js +2 -2
  310. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js.map +1 -1
  311. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs +2 -2
  312. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs.map +1 -1
  313. package/tools/qbd/other-names/list-qbd-other-names.js +2 -2
  314. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  315. package/tools/qbd/other-names/list-qbd-other-names.mjs +2 -2
  316. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  317. package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
  318. package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
  319. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
  320. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
  321. package/tools/qbd/payment-methods/create-qbd-payment-methods.js +1 -1
  322. package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
  323. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +1 -1
  324. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
  325. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +3 -3
  326. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  327. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +3 -3
  328. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  329. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
  330. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
  331. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
  332. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
  333. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +1 -1
  334. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
  335. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +1 -1
  336. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
  337. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +3 -3
  338. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  339. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +3 -3
  340. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  341. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +1 -1
  342. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
  343. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +1 -1
  344. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
  345. package/tools/qbd/price-levels/list-qbd-price-levels.js +2 -2
  346. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  347. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +2 -2
  348. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  349. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
  350. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
  351. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
  352. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
  353. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +4 -4
  354. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  355. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +4 -4
  356. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  357. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +4 -4
  358. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  359. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +4 -4
  360. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  361. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +4 -4
  362. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  363. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +4 -4
  364. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  365. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +4 -4
  366. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  367. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +4 -4
  368. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  369. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
  370. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  371. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
  372. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  373. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +3 -3
  374. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  375. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +3 -3
  376. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  377. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
  378. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
  379. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
  380. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
  381. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +1 -1
  382. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
  383. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +1 -1
  384. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
  385. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +1 -1
  386. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
  387. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +1 -1
  388. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
  389. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +3 -3
  390. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  391. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +3 -3
  392. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  393. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
  394. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
  395. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
  396. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
  397. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +1 -1
  398. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  399. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
  400. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  401. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +2 -2
  402. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  403. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +2 -2
  404. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  405. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
  406. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
  407. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
  408. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
  409. package/tools/qbd/service-items/list-qbd-service-items.js +2 -2
  410. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  411. package/tools/qbd/service-items/list-qbd-service-items.mjs +2 -2
  412. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  413. package/tools/qbd/standard-terms/create-qbd-standard-terms.js +1 -1
  414. package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
  415. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +1 -1
  416. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
  417. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +3 -3
  418. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  419. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +3 -3
  420. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  421. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
  422. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
  423. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
  424. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
  425. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +1 -1
  426. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
  427. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +1 -1
  428. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
  429. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +2 -2
  430. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  431. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +2 -2
  432. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  433. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
  434. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
  435. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
  436. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
  437. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +1 -1
  438. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
  439. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +1 -1
  440. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
  441. package/tools/qbd/templates/list-qbd-templates.js +1 -1
  442. package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
  443. package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
  444. package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
  445. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +4 -4
  446. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
  447. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +4 -4
  448. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
  449. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
  450. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
  451. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
  452. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
  453. package/tools/qbd/transactions/list-qbd-transactions.js +4 -4
  454. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  455. package/tools/qbd/transactions/list-qbd-transactions.mjs +4 -4
  456. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  457. package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
  458. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  459. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
  460. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  461. package/tools/qbd/transfers/create-qbd-transfers.js +1 -1
  462. package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
  463. package/tools/qbd/transfers/create-qbd-transfers.mjs +1 -1
  464. package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
  465. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  466. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  467. package/tools/qbd/transfers/list-qbd-transfers.js +7 -13
  468. package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
  469. package/tools/qbd/transfers/list-qbd-transfers.mjs +7 -13
  470. package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
  471. package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
  472. package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
  473. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
  474. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
  475. package/tools/qbd/transfers/update-qbd-transfers.js +1 -1
  476. package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
  477. package/tools/qbd/transfers/update-qbd-transfers.mjs +1 -1
  478. package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
  479. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js +2 -2
  480. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js.map +1 -1
  481. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs +2 -2
  482. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs.map +1 -1
  483. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
  484. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
  485. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
  486. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
  487. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +4 -4
  488. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  489. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +4 -4
  490. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  491. package/tools/qbd/vendors/list-qbd-vendors.js +2 -2
  492. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  493. package/tools/qbd/vendors/list-qbd-vendors.mjs +2 -2
  494. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
@@ -0,0 +1,101 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import Conductor from 'conductor-node';
7
+
8
+ export const metadata: Metadata = {
9
+ resource: 'qbd.currencies',
10
+ operation: 'read',
11
+ tags: [],
12
+ httpMethod: 'get',
13
+ httpPath: '/quickbooks-desktop/currencies',
14
+ };
15
+
16
+ export const tool: Tool = {
17
+ name: 'list_qbd_currencies',
18
+ description:
19
+ 'Returns a list of currencies. NOTE: QuickBooks Desktop does not support pagination for currencies; hence, there is no `cursor` parameter. Users typically have few currencies.',
20
+ inputSchema: {
21
+ type: 'object',
22
+ properties: {
23
+ conductorEndUserId: {
24
+ type: 'string',
25
+ description:
26
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
27
+ },
28
+ ids: {
29
+ type: 'array',
30
+ description:
31
+ 'Filter for specific currencies by their QuickBooks-assigned unique identifier(s).\n\n**IMPORTANT**: If you include this parameter, QuickBooks will ignore all other query parameters for this request.\n\n**NOTE**: If any of the values you specify in this parameter are not found, the request will return an error.',
32
+ items: {
33
+ type: 'string',
34
+ },
35
+ },
36
+ limit: {
37
+ type: 'integer',
38
+ description:
39
+ 'The maximum number of objects to return.\n\n**IMPORTANT**: QuickBooks Desktop does not support cursor-based pagination for currencies. This parameter will limit the response size, but you cannot fetch subsequent results using a cursor. For pagination, use the name-range parameters instead (e.g., `nameFrom=A&nameTo=B`).\n\nWhen this parameter is omitted, the endpoint returns all currencies without limit, unlike paginated endpoints which default to 150 records. This is acceptable because currencies typically have low record counts.',
40
+ },
41
+ nameContains: {
42
+ type: 'string',
43
+ description:
44
+ 'Filter for currencies whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ },
46
+ nameEndsWith: {
47
+ type: 'string',
48
+ description:
49
+ 'Filter for currencies whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ },
51
+ nameFrom: {
52
+ type: 'string',
53
+ description:
54
+ 'Filter for currencies whose `name` is alphabetically greater than or equal to this value.',
55
+ },
56
+ names: {
57
+ type: 'array',
58
+ description:
59
+ 'Filter for specific currencies by their name(s), case-insensitive. Like `id`, `name` is a unique identifier for a currency.\n\n**IMPORTANT**: If you include this parameter, QuickBooks will ignore all other query parameters for this request.\n\n**NOTE**: If any of the values you specify in this parameter are not found, the request will return an error.',
60
+ items: {
61
+ type: 'string',
62
+ },
63
+ },
64
+ nameStartsWith: {
65
+ type: 'string',
66
+ description:
67
+ 'Filter for currencies whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ },
69
+ nameTo: {
70
+ type: 'string',
71
+ description: 'Filter for currencies whose `name` is alphabetically less than or equal to this value.',
72
+ },
73
+ status: {
74
+ type: 'string',
75
+ description: 'Filter for currencies that are active, inactive, or both.',
76
+ enum: ['active', 'all', 'inactive'],
77
+ },
78
+ updatedAfter: {
79
+ type: 'string',
80
+ description:
81
+ "Filter for currencies updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
82
+ },
83
+ updatedBefore: {
84
+ type: 'string',
85
+ description:
86
+ "Filter for currencies updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
87
+ },
88
+ },
89
+ required: ['conductorEndUserId'],
90
+ },
91
+ annotations: {
92
+ readOnlyHint: true,
93
+ },
94
+ };
95
+
96
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
97
+ const body = args as any;
98
+ return asTextContentResult(await conductor.qbd.currencies.list(body));
99
+ };
100
+
101
+ export default { metadata, tool, handler };
@@ -0,0 +1,52 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
5
+
6
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.currencies',
11
+ operation: 'read',
12
+ tags: [],
13
+ httpMethod: 'get',
14
+ httpPath: '/quickbooks-desktop/currencies/{id}',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'retrieve_qbd_currencies',
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\nRetrieves a currency by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/currency',\n $defs: {\n currency: {\n type: 'object',\n title: 'The Currency object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this currency. This ID is unique across all currencies but not across different QuickBooks object types.'\n },\n asOfDate: {\n type: 'string',\n description: 'The date when the exchange rate for this currency was last updated, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this currency 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 currencyCode: {\n type: 'string',\n description: 'The internationally accepted currency code used by this currency, typically based on the ISO 4217 standard (for example, USD for US Dollars). Built-in QuickBooks currencies follow ISO 4217. For user-defined currencies, following ISO 4217 is recommended but not required. In many cases, the three-letter code is formed from the country\\'s two-letter internet code plus a currency letter (e.g., BZ + D → BZD for Belize Dollar).'\n },\n currencyFormat: {\n type: 'object',\n title: 'The Currency Format object',\n description: 'Controls how this currency displays thousands separators, grouping, and decimal places.',\n properties: {\n decimalPlaces: {\n type: 'string',\n description: 'Controls the number of decimal places displayed for currency values. Use `0` to hide decimals or `2` to display cents.',\n enum: [ '0',\n '2'\n ]\n },\n decimalSeparator: {\n type: 'string',\n description: 'Controls the decimal separator when displaying currency values (for example, \"1.00\" vs \"1,00\"). Defaults to period.',\n enum: [ 'comma',\n 'period'\n ]\n },\n thousandSeparator: {\n type: 'string',\n description: 'Controls the thousands separator when displaying currency values (for example, \"1,000,000\"). Defaults to comma.',\n enum: [ 'apostrophe',\n 'comma',\n 'period',\n 'space'\n ]\n },\n thousandSeparatorGrouping: {\n type: 'string',\n description: 'Controls how digits are grouped for thousands when displaying currency values (for example, \"10,000,000\").',\n enum: [ 'x_xx_xx_xxx',\n 'xx_xxx_xxx'\n ]\n }\n },\n required: [ 'decimalPlaces',\n 'decimalSeparator',\n 'thousandSeparator',\n 'thousandSeparatorGrouping'\n ]\n },\n exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this currency\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this currency is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isUserDefinedCurrency: {\n type: 'boolean',\n description: 'Indicates whether this currency was created by a QuickBooks user (`true`) or is a built-in currency (`false`).'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this currency, unique across all currencies. For built-in currencies, the name is the internationally accepted currency name and is not editable.\\n\\n**NOTE**: Currencies 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_currency\"`.',\n enum: [ 'qbd_currency'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this currency 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 currency 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 'asOfDate',\n 'createdAt',\n 'currencyCode',\n 'currencyFormat',\n 'exchangeRate',\n 'isActive',\n 'isUserDefinedCurrency',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
+ inputSchema: {
22
+ type: 'object',
23
+ properties: {
24
+ id: {
25
+ type: 'string',
26
+ description: 'The QuickBooks-assigned unique identifier of the currency to retrieve.',
27
+ },
28
+ conductorEndUserId: {
29
+ type: 'string',
30
+ description:
31
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
32
+ },
33
+ jq_filter: {
34
+ type: 'string',
35
+ title: 'jq Filter',
36
+ description:
37
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
38
+ },
39
+ },
40
+ required: ['id', 'conductorEndUserId'],
41
+ },
42
+ annotations: {
43
+ readOnlyHint: true,
44
+ },
45
+ };
46
+
47
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
48
+ const { id, jq_filter, ...body } = args as any;
49
+ return asTextContentResult(await maybeFilter(jq_filter, await conductor.qbd.currencies.retrieve(id, body)));
50
+ };
51
+
52
+ export default { metadata, tool, handler };
@@ -0,0 +1,101 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
5
+
6
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.currencies',
11
+ operation: 'write',
12
+ tags: [],
13
+ httpMethod: 'post',
14
+ httpPath: '/quickbooks-desktop/currencies/{id}',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'update_qbd_currencies',
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\nUpdates an existing currency. For built-in currencies, only the `isActive` status can be changed; name and currency code are not editable. For user-defined currencies, all fields in this request are editable.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/currency',\n $defs: {\n currency: {\n type: 'object',\n title: 'The Currency object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this currency. This ID is unique across all currencies but not across different QuickBooks object types.'\n },\n asOfDate: {\n type: 'string',\n description: 'The date when the exchange rate for this currency was last updated, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this currency 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 currencyCode: {\n type: 'string',\n description: 'The internationally accepted currency code used by this currency, typically based on the ISO 4217 standard (for example, USD for US Dollars). Built-in QuickBooks currencies follow ISO 4217. For user-defined currencies, following ISO 4217 is recommended but not required. In many cases, the three-letter code is formed from the country\\'s two-letter internet code plus a currency letter (e.g., BZ + D → BZD for Belize Dollar).'\n },\n currencyFormat: {\n type: 'object',\n title: 'The Currency Format object',\n description: 'Controls how this currency displays thousands separators, grouping, and decimal places.',\n properties: {\n decimalPlaces: {\n type: 'string',\n description: 'Controls the number of decimal places displayed for currency values. Use `0` to hide decimals or `2` to display cents.',\n enum: [ '0',\n '2'\n ]\n },\n decimalSeparator: {\n type: 'string',\n description: 'Controls the decimal separator when displaying currency values (for example, \"1.00\" vs \"1,00\"). Defaults to period.',\n enum: [ 'comma',\n 'period'\n ]\n },\n thousandSeparator: {\n type: 'string',\n description: 'Controls the thousands separator when displaying currency values (for example, \"1,000,000\"). Defaults to comma.',\n enum: [ 'apostrophe',\n 'comma',\n 'period',\n 'space'\n ]\n },\n thousandSeparatorGrouping: {\n type: 'string',\n description: 'Controls how digits are grouped for thousands when displaying currency values (for example, \"10,000,000\").',\n enum: [ 'x_xx_xx_xxx',\n 'xx_xxx_xxx'\n ]\n }\n },\n required: [ 'decimalPlaces',\n 'decimalSeparator',\n 'thousandSeparator',\n 'thousandSeparatorGrouping'\n ]\n },\n exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this currency\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this currency is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isUserDefinedCurrency: {\n type: 'boolean',\n description: 'Indicates whether this currency was created by a QuickBooks user (`true`) or is a built-in currency (`false`).'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this currency, unique across all currencies. For built-in currencies, the name is the internationally accepted currency name and is not editable.\\n\\n**NOTE**: Currencies 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_currency\"`.',\n enum: [ 'qbd_currency'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this currency 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 currency 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 'asOfDate',\n 'createdAt',\n 'currencyCode',\n 'currencyFormat',\n 'exchangeRate',\n 'isActive',\n 'isUserDefinedCurrency',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
+ inputSchema: {
22
+ type: 'object',
23
+ properties: {
24
+ id: {
25
+ type: 'string',
26
+ description: 'The QuickBooks-assigned unique identifier of the currency to update.',
27
+ },
28
+ revisionNumber: {
29
+ type: 'string',
30
+ description:
31
+ "The current QuickBooks-assigned revision number of the currency object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
32
+ },
33
+ conductorEndUserId: {
34
+ type: 'string',
35
+ description:
36
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
37
+ },
38
+ currencyCode: {
39
+ type: 'string',
40
+ description:
41
+ "The internationally accepted currency code used by this currency, typically based on the ISO 4217 standard (for example, USD for US Dollars). Built-in QuickBooks currencies follow ISO 4217. For user-defined currencies, following ISO 4217 is recommended but not required. In many cases, the three-letter code is formed from the country's two-letter internet code plus a currency letter (e.g., BZ + D → BZD for Belize Dollar).\n\nMaximum length: 3 characters.",
42
+ },
43
+ currencyFormat: {
44
+ type: 'object',
45
+ description:
46
+ 'Controls how this currency displays thousands separators, grouping, and decimal places.',
47
+ properties: {
48
+ decimalPlaces: {
49
+ type: 'string',
50
+ description:
51
+ 'Controls the number of decimal places displayed for currency values. Use `0` to hide decimals or `2` to display cents.',
52
+ enum: ['0', '2'],
53
+ },
54
+ decimalSeparator: {
55
+ type: 'string',
56
+ description:
57
+ 'Controls the decimal separator when displaying currency values (for example, "1.00" vs "1,00"). Defaults to period.',
58
+ enum: ['comma', 'period'],
59
+ },
60
+ thousandSeparator: {
61
+ type: 'string',
62
+ description:
63
+ 'Controls the thousands separator when displaying currency values (for example, "1,000,000"). Defaults to comma.',
64
+ enum: ['apostrophe', 'comma', 'period', 'space'],
65
+ },
66
+ thousandSeparatorGrouping: {
67
+ type: 'string',
68
+ description:
69
+ 'Controls how digits are grouped for thousands when displaying currency values (for example, "10,000,000").',
70
+ enum: ['x_xx_xx_xxx', 'xx_xxx_xxx'],
71
+ },
72
+ },
73
+ },
74
+ isActive: {
75
+ type: 'boolean',
76
+ description:
77
+ 'Indicates whether this currency is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
78
+ },
79
+ name: {
80
+ type: 'string',
81
+ description:
82
+ 'The case-insensitive unique name of this currency, unique across all currencies. For built-in currencies, the name is the internationally accepted currency name and is not editable.\n\n**NOTE**: Currencies 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\nMaximum length: 64 characters.',
83
+ },
84
+ jq_filter: {
85
+ type: 'string',
86
+ title: 'jq Filter',
87
+ description:
88
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
89
+ },
90
+ },
91
+ required: ['id', 'revisionNumber', 'conductorEndUserId'],
92
+ },
93
+ annotations: {},
94
+ };
95
+
96
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
97
+ const { id, jq_filter, ...body } = args as any;
98
+ return asTextContentResult(await maybeFilter(jq_filter, await conductor.qbd.currencies.update(id, body)));
99
+ };
100
+
101
+ export default { metadata, tool, handler };
@@ -122,12 +122,12 @@ export const tool: Tool = {
122
122
  updatedAfter: {
123
123
  type: 'string',
124
124
  description:
125
- 'Filter for customers updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
125
+ "Filter for customers updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
126
126
  },
127
127
  updatedBefore: {
128
128
  type: 'string',
129
129
  description:
130
- 'Filter for customers updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
130
+ "Filter for customers updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
131
131
  },
132
132
  },
133
133
  required: ['conductorEndUserId'],
@@ -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), in the QuickBooks Desktop host machine’s local timezone.'\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), in the QuickBooks Desktop host machine’s local timezone.'\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 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```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_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\nReturns 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.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of date-driven terms.',\n items: {\n $ref: '#/$defs/date_driven_term'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\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), in the QuickBooks Desktop host machine’s local timezone.'\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), in the QuickBooks Desktop host machine’s local timezone.'\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\nReturns 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.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of date-driven terms.',\n items: {\n $ref: '#/$defs/date_driven_term'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\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: {
@@ -80,12 +80,12 @@ export const tool: Tool = {
80
80
  updatedAfter: {
81
81
  type: 'string',
82
82
  description:
83
- 'Filter for date-driven terms updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
83
+ "Filter for date-driven terms updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
84
84
  },
85
85
  updatedBefore: {
86
86
  type: 'string',
87
87
  description:
88
- 'Filter for date-driven terms updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
88
+ "Filter for date-driven terms updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
89
89
  },
90
90
  jq_filter: {
91
91
  type: 'string',
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_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\nRetrieves a date-driven term by ID.\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), in the QuickBooks Desktop host machine’s local timezone.'\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), in the QuickBooks Desktop host machine’s local timezone.'\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\nRetrieves a date-driven term by ID.\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: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_deleted_list_objects',
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\nLists deleted non-transaction list-objects (e.g., customers, vendors, employees, items) from the last 90 days. Results are grouped by list-object type and ordered by actual delete time (ascending). For deleted transactions (e.g., invoices, bills, estimates), see the deleted-transactions endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted list-objects.',\n items: {\n $ref: '#/$defs/deleted_list_object'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_list_object: {\n type: 'object',\n title: 'The Deleted List-Object object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted list-object. This ID is unique across all deleted list-objects but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n listType: {\n type: 'string',\n description: 'The type of deleted list object (i.e., non-transaction).',\n enum: [ 'account',\n 'billing_rate',\n 'class',\n 'currency',\n 'customer',\n 'customer_message',\n 'customer_type',\n 'date_driven_terms',\n 'employee',\n 'inventory_site',\n 'item_discount',\n 'item_fixed_asset',\n 'item_group',\n 'item_inventory',\n 'item_inventory_assembly',\n 'item_non_inventory',\n 'item_other_charge',\n 'item_payment',\n 'item_sales_tax',\n 'item_sales_tax_group',\n 'item_service',\n 'item_subtotal',\n 'job_type',\n 'other_name',\n 'payment_method',\n 'payroll_item_non_wage',\n 'payroll_item_wage',\n 'price_level',\n 'sales_representative',\n 'sales_tax_code',\n 'ship_method',\n 'standard_terms',\n 'to_do',\n 'unit_of_measure_set',\n 'vehicle',\n 'vendor',\n 'vendor_type',\n 'workers_comp_code'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_list_object\"`.',\n enum: [ 'qbd_deleted_list_object'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'listType',\n 'objectType'\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\nLists deleted non-transaction list-objects (e.g., customers, vendors, employees, items) from the last 90 days. Results are grouped by list-object type and ordered by actual delete time (ascending). For deleted transactions (e.g., invoices, bills, estimates), see the deleted-transactions endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted list-objects.',\n items: {\n $ref: '#/$defs/deleted_list_object'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_list_object: {\n type: 'object',\n title: 'The Deleted List-Object object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted list-object. This ID is unique across all deleted list-objects but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object 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 deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was deleted, 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 listType: {\n type: 'string',\n description: 'The type of deleted list object (i.e., non-transaction).',\n enum: [ 'account',\n 'billing_rate',\n 'class',\n 'currency',\n 'customer',\n 'customer_message',\n 'customer_type',\n 'date_driven_terms',\n 'employee',\n 'inventory_site',\n 'item_discount',\n 'item_fixed_asset',\n 'item_group',\n 'item_inventory',\n 'item_inventory_assembly',\n 'item_non_inventory',\n 'item_other_charge',\n 'item_payment',\n 'item_sales_tax',\n 'item_sales_tax_group',\n 'item_service',\n 'item_subtotal',\n 'job_type',\n 'other_name',\n 'payment_method',\n 'payroll_item_non_wage',\n 'payroll_item_wage',\n 'price_level',\n 'sales_representative',\n 'sales_tax_code',\n 'ship_method',\n 'standard_terms',\n 'to_do',\n 'unit_of_measure_set',\n 'vehicle',\n 'vendor',\n 'vendor_type',\n 'workers_comp_code'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_list_object\"`.',\n enum: [ 'qbd_deleted_list_object'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'listType',\n 'objectType'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -76,12 +76,12 @@ export const tool: Tool = {
76
76
  deletedAfter: {
77
77
  type: 'string',
78
78
  description:
79
- 'Filter for deleted list-objects deleted on or after this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
79
+ "Filter for deleted list-objects deleted on or after this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
80
80
  },
81
81
  deletedBefore: {
82
82
  type: 'string',
83
83
  description:
84
- 'Filter for deleted list-objects deleted on or before this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
84
+ "Filter for deleted list-objects deleted on or before this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
85
85
  },
86
86
  jq_filter: {
87
87
  type: 'string',
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_deleted_transactions',
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\nLists deleted transactions of the specified type(s) (e.g., invoice, bill, estimate) in the last 90 days. Results are grouped by transaction type and ordered by actual delete time (ascending). NOTE: For deleted non-transaction list-objects (e.g., customer, vendor, employee), see the deleted-list-objects endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted transactions.',\n items: {\n $ref: '#/$defs/deleted_transaction'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_transaction: {\n type: 'object',\n title: 'The Deleted Transaction object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted transaction. This ID is unique across all transaction types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_transaction\"`.',\n enum: [ 'qbd_deleted_transaction'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this deleted transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of deleted transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'time_tracking',\n 'transfer_inventory',\n 'vehicle_mileage',\n 'vendor_credit'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'objectType',\n 'refNumber',\n 'transactionType'\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\nLists deleted transactions of the specified type(s) (e.g., invoice, bill, estimate) in the last 90 days. Results are grouped by transaction type and ordered by actual delete time (ascending). NOTE: For deleted non-transaction list-objects (e.g., customer, vendor, employee), see the deleted-list-objects endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted transactions.',\n items: {\n $ref: '#/$defs/deleted_transaction'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_transaction: {\n type: 'object',\n title: 'The Deleted Transaction object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted transaction. This ID is unique across all transaction types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction 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 deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was deleted, 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 objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_transaction\"`.',\n enum: [ 'qbd_deleted_transaction'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this deleted transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of deleted transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'time_tracking',\n 'transfer_inventory',\n 'vehicle_mileage',\n 'vendor_credit'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'objectType',\n 'refNumber',\n 'transactionType'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -63,12 +63,12 @@ export const tool: Tool = {
63
63
  deletedAfter: {
64
64
  type: 'string',
65
65
  description:
66
- 'Filter for deleted transactions deleted on or after this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
66
+ "Filter for deleted transactions deleted on or after this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
67
67
  },
68
68
  deletedBefore: {
69
69
  type: 'string',
70
70
  description:
71
- 'Filter for deleted transactions deleted on or before this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
71
+ "Filter for deleted transactions deleted on or before this date/time, within the last 90 days (QuickBooks limit). Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
72
72
  },
73
73
  jq_filter: {
74
74
  type: 'string',
@@ -92,12 +92,12 @@ export const tool: Tool = {
92
92
  updatedAfter: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for discount items updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
95
+ "Filter for discount items updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
96
96
  },
97
97
  updatedBefore: {
98
98
  type: 'string',
99
99
  description:
100
- 'Filter for discount items updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
100
+ "Filter for discount items updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
101
101
  },
102
102
  },
103
103
  required: ['conductorEndUserId'],
@@ -78,12 +78,12 @@ export const tool: Tool = {
78
78
  updatedAfter: {
79
79
  type: 'string',
80
80
  description:
81
- 'Filter for employees updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
81
+ "Filter for employees updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
82
82
  },
83
83
  updatedBefore: {
84
84
  type: 'string',
85
85
  description:
86
- 'Filter for employees updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
86
+ "Filter for employees updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
87
87
  },
88
88
  },
89
89
  required: ['conductorEndUserId'],
@@ -108,24 +108,24 @@ export const tool: Tool = {
108
108
  transactionDateFrom: {
109
109
  type: 'string',
110
110
  description:
111
- 'Filter for estimates whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE**: QuickBooks Desktop interprets date-only values in the QuickBooks Desktop host machine’s local timezone (i.e., midnight in that timezone).',
111
+ "Filter for estimates whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` `2025-01-01T00:00:00`).",
112
112
  format: 'date',
113
113
  },
114
114
  transactionDateTo: {
115
115
  type: 'string',
116
116
  description:
117
- 'Filter for estimates whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE**: QuickBooks Desktop interprets date-only values in the QuickBooks Desktop host machine’s local timezone (i.e., midnight in that timezone).',
117
+ "Filter for estimates whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` `2025-01-01T23:59:59`).",
118
118
  format: 'date',
119
119
  },
120
120
  updatedAfter: {
121
121
  type: 'string',
122
122
  description:
123
- 'Filter for estimates updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
123
+ "Filter for estimates updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
124
124
  },
125
125
  updatedBefore: {
126
126
  type: 'string',
127
127
  description:
128
- 'Filter for estimates updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets this as midnight in the host machine’s local timezone.\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop uses the host machine’s local timezone to interpret the timestamp.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop uses this timezone to interpret the timestamp.',
128
+ "Filter for estimates updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
129
129
  },
130
130
  },
131
131
  required: ['conductorEndUserId'],