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
@@ -99,24 +99,24 @@ export const tool: Tool = {
99
99
  transactionDateFrom: {
100
100
  type: 'string',
101
101
  description:
102
- 'Filter for inventory adjustments 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).',
102
+ "Filter for inventory adjustments 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`).",
103
103
  format: 'date',
104
104
  },
105
105
  transactionDateTo: {
106
106
  type: 'string',
107
107
  description:
108
- 'Filter for inventory adjustments 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).',
108
+ "Filter for inventory adjustments 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`).",
109
109
  format: 'date',
110
110
  },
111
111
  updatedAfter: {
112
112
  type: 'string',
113
113
  description:
114
- 'Filter for inventory adjustments 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.',
114
+ "Filter for inventory adjustments 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.",
115
115
  },
116
116
  updatedBefore: {
117
117
  type: 'string',
118
118
  description:
119
- 'Filter for inventory adjustments 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.',
119
+ "Filter for inventory adjustments 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.",
120
120
  },
121
121
  },
122
122
  required: ['conductorEndUserId'],
@@ -92,12 +92,12 @@ export const tool: Tool = {
92
92
  updatedAfter: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for inventory assembly 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 inventory assembly 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 inventory assembly 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 inventory assembly 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'],
@@ -92,12 +92,12 @@ export const tool: Tool = {
92
92
  updatedAfter: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for inventory 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 inventory 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 inventory 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 inventory 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'],
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_inventory_sites',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -74,12 +74,12 @@ export const tool: Tool = {
74
74
  updatedAfter: {
75
75
  type: 'string',
76
76
  description:
77
- 'Filter for inventory sites 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.',
77
+ "Filter for inventory sites 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.",
78
78
  },
79
79
  updatedBefore: {
80
80
  type: 'string',
81
81
  description:
82
- 'Filter for inventory sites 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.',
82
+ "Filter for inventory sites 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.",
83
83
  },
84
84
  },
85
85
  required: ['conductorEndUserId'],
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_inventory_sites',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an inventory site by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an inventory site by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'update_qbd_inventory_sites',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -113,24 +113,24 @@ export const tool: Tool = {
113
113
  transactionDateFrom: {
114
114
  type: 'string',
115
115
  description:
116
- 'Filter for invoices 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).',
116
+ "Filter for invoices 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`).",
117
117
  format: 'date',
118
118
  },
119
119
  transactionDateTo: {
120
120
  type: 'string',
121
121
  description:
122
- 'Filter for invoices 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).',
122
+ "Filter for invoices 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`).",
123
123
  format: 'date',
124
124
  },
125
125
  updatedAfter: {
126
126
  type: 'string',
127
127
  description:
128
- 'Filter for invoices 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.',
128
+ "Filter for invoices 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.",
129
129
  },
130
130
  updatedBefore: {
131
131
  type: 'string',
132
132
  description:
133
- 'Filter for invoices 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.',
133
+ "Filter for invoices 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.",
134
134
  },
135
135
  },
136
136
  required: ['conductorEndUserId'],
@@ -83,12 +83,12 @@ export const tool: Tool = {
83
83
  updatedAfter: {
84
84
  type: 'string',
85
85
  description:
86
- 'Filter for item groups 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.',
86
+ "Filter for item groups 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.",
87
87
  },
88
88
  updatedBefore: {
89
89
  type: 'string',
90
90
  description:
91
- 'Filter for item groups 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.',
91
+ "Filter for item groups 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.",
92
92
  },
93
93
  },
94
94
  required: ['conductorEndUserId'],
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_item_groups',
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 an item group by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/item_group',\n $defs: {\n item_group: {\n type: 'object',\n title: 'The Item Group object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this item group. This ID is unique across all item groups but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The item group\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this item group was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the item group object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The item group\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this item group is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lines: {\n type: 'array',\n description: 'The item lines in this item group.',\n items: {\n type: 'object',\n title: 'The Item Group Line object',\n properties: {\n item: {\n type: 'object',\n description: 'The item associated with this item group line. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n quantity: {\n type: 'number',\n description: 'The quantity of the item group associated with this item group line. This field cannot be cleared.\\n\\n**NOTE**: Do not use this field if the associated item group is a discount item group.'\n },\n unitOfMeasure: {\n type: 'string',\n description: 'The unit-of-measure used for the `quantity` in this item group line. Must be a valid unit within the item\\'s available units of measure.'\n }\n },\n required: [ 'item',\n 'quantity',\n 'unitOfMeasure'\n ]\n }\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this item group, unique across all item groups.\\n\\n**NOTE**: Item groups 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_item_group\"`.',\n enum: [ 'qbd_item_group'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this item group 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 shouldPrintItemsInGroup: {\n type: 'boolean',\n description: 'Indicates whether the individual items in this item group and their separate amounts appear on printed forms.'\n },\n specialItemType: {\n type: 'string',\n description: 'The type of special item for this item group.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n unitOfMeasureSet: {\n type: 'object',\n description: 'The unit-of-measure set associated with this item group, which consists of a base unit and related units.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this item group 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 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'lines',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'shouldPrintItemsInGroup',\n 'specialItemType',\n 'unitOfMeasureSet',\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 an item group by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/item_group',\n $defs: {\n item_group: {\n type: 'object',\n title: 'The Item Group object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this item group. This ID is unique across all item groups but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The item group\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this item group 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 customFields: {\n type: 'array',\n description: 'The custom fields for the item group object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The item group\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this item group is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lines: {\n type: 'array',\n description: 'The item lines in this item group.',\n items: {\n type: 'object',\n title: 'The Item Group Line object',\n properties: {\n item: {\n type: 'object',\n description: 'The item associated with this item group line. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n quantity: {\n type: 'number',\n description: 'The quantity of the item group associated with this item group line. This field cannot be cleared.\\n\\n**NOTE**: Do not use this field if the associated item group is a discount item group.'\n },\n unitOfMeasure: {\n type: 'string',\n description: 'The unit-of-measure used for the `quantity` in this item group line. Must be a valid unit within the item\\'s available units of measure.'\n }\n },\n required: [ 'item',\n 'quantity',\n 'unitOfMeasure'\n ]\n }\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this item group, unique across all item groups.\\n\\n**NOTE**: Item groups 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_item_group\"`.',\n enum: [ 'qbd_item_group'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this item group 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 shouldPrintItemsInGroup: {\n type: 'boolean',\n description: 'Indicates whether the individual items in this item group and their separate amounts appear on printed forms.'\n },\n specialItemType: {\n type: 'string',\n description: 'The type of special item for this item group.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n unitOfMeasureSet: {\n type: 'object',\n description: 'The unit-of-measure set associated with this item group, which consists of a base unit and related units.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this item group 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 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'lines',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'shouldPrintItemsInGroup',\n 'specialItemType',\n 'unitOfMeasureSet',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -101,24 +101,24 @@ export const tool: Tool = {
101
101
  transactionDateFrom: {
102
102
  type: 'string',
103
103
  description:
104
- 'Filter for item receipts 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).',
104
+ "Filter for item receipts 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`).",
105
105
  format: 'date',
106
106
  },
107
107
  transactionDateTo: {
108
108
  type: 'string',
109
109
  description:
110
- 'Filter for item receipts 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).',
110
+ "Filter for item receipts 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`).",
111
111
  format: 'date',
112
112
  },
113
113
  updatedAfter: {
114
114
  type: 'string',
115
115
  description:
116
- 'Filter for item receipts 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.',
116
+ "Filter for item receipts 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.",
117
117
  },
118
118
  updatedBefore: {
119
119
  type: 'string',
120
120
  description:
121
- 'Filter for item receipts 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.',
121
+ "Filter for item receipts 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.",
122
122
  },
123
123
  vendorIds: {
124
124
  type: 'array',
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_item_sites',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an item site by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/item_site',\n $defs: {\n item_site: {\n type: 'object',\n title: 'The Item Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this item site. This ID is unique across all item sites but not across different QuickBooks object types.'\n },\n assemblyBuildPoint: {\n type: 'number',\n description: 'The inventory level of this item site at which a new build assembly should begin. When the combined `quantityOnHand` and `quantityOnPurchaseOrders` drops below this point, QuickBooks flags the need to build additional units.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this item site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n inventoryAssemblyItem: {\n type: 'object',\n description: 'The inventory assembly item associated with this item site. An inventory assembly item is assembled or manufactured from other inventory items, and the items and/or assemblies that make up the assembly are called components.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventoryItem: {\n type: 'object',\n description: 'The inventory item associated with this item site.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventorySite: {\n type: 'object',\n description: 'The site location where inventory for the item associated with this item site is stored.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventorySiteLocation: {\n type: 'object',\n description: 'The specific location (e.g., bin or shelf) within the inventory site where the item associated with this item site is stored.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_item_site\"`.',\n enum: [ 'qbd_item_site'\n ]\n },\n quantityOnHand: {\n type: 'number',\n description: 'The number of units of this item site currently in inventory.'\n },\n quantityOnPendingTransfers: {\n type: 'number',\n description: 'The number of units of this item site that are currently on pending inventory transfer transactions.'\n },\n quantityOnPurchaseOrders: {\n type: 'number',\n description: 'The number of units of this item site that are currently listed on outstanding purchase orders and have not yet been received.'\n },\n quantityOnSalesOrders: {\n type: 'number',\n description: 'The number of units of this item site that are currently listed on outstanding sales orders and have not yet been fulfilled or delivered to customers.'\n },\n quantityRequiredByPendingBuildTransactions: {\n type: 'number',\n description: 'The number of units of this item site required by pending build transactions.'\n },\n quantityToBeBuiltByPendingBuildTransactions: {\n type: 'number',\n description: 'The number of units of this item site that are scheduled to be built on pending build transactions.'\n },\n reorderLevel: {\n type: 'number',\n description: 'The inventory level at which QuickBooks prompts you to reorder this item site.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this item site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this item site 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 'assemblyBuildPoint',\n 'createdAt',\n 'inventoryAssemblyItem',\n 'inventoryItem',\n 'inventorySite',\n 'inventorySiteLocation',\n 'objectType',\n 'quantityOnHand',\n 'quantityOnPendingTransfers',\n 'quantityOnPurchaseOrders',\n 'quantityOnSalesOrders',\n 'quantityRequiredByPendingBuildTransactions',\n 'quantityToBeBuiltByPendingBuildTransactions',\n 'reorderLevel',\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 an item site by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/item_site',\n $defs: {\n item_site: {\n type: 'object',\n title: 'The Item Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this item site. This ID is unique across all item sites but not across different QuickBooks object types.'\n },\n assemblyBuildPoint: {\n type: 'number',\n description: 'The inventory level of this item site at which a new build assembly should begin. When the combined `quantityOnHand` and `quantityOnPurchaseOrders` drops below this point, QuickBooks flags the need to build additional units.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this item site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n inventoryAssemblyItem: {\n type: 'object',\n description: 'The inventory assembly item associated with this item site. An inventory assembly item is assembled or manufactured from other inventory items, and the items and/or assemblies that make up the assembly are called components.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventoryItem: {\n type: 'object',\n description: 'The inventory item associated with this item site.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventorySite: {\n type: 'object',\n description: 'The site location where inventory for the item associated with this item site is stored.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n inventorySiteLocation: {\n type: 'object',\n description: 'The specific location (e.g., bin or shelf) within the inventory site where the item associated with this item site is stored.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_item_site\"`.',\n enum: [ 'qbd_item_site'\n ]\n },\n quantityOnHand: {\n type: 'number',\n description: 'The number of units of this item site currently in inventory.'\n },\n quantityOnPendingTransfers: {\n type: 'number',\n description: 'The number of units of this item site that are currently on pending inventory transfer transactions.'\n },\n quantityOnPurchaseOrders: {\n type: 'number',\n description: 'The number of units of this item site that are currently listed on outstanding purchase orders and have not yet been received.'\n },\n quantityOnSalesOrders: {\n type: 'number',\n description: 'The number of units of this item site that are currently listed on outstanding sales orders and have not yet been fulfilled or delivered to customers.'\n },\n quantityRequiredByPendingBuildTransactions: {\n type: 'number',\n description: 'The number of units of this item site required by pending build transactions.'\n },\n quantityToBeBuiltByPendingBuildTransactions: {\n type: 'number',\n description: 'The number of units of this item site that are scheduled to be built on pending build transactions.'\n },\n reorderLevel: {\n type: 'number',\n description: 'The inventory level at which QuickBooks prompts you to reorder this item site.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this item site object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this item site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'assemblyBuildPoint',\n 'createdAt',\n 'inventoryAssemblyItem',\n 'inventoryItem',\n 'inventorySite',\n 'inventorySiteLocation',\n 'objectType',\n 'quantityOnHand',\n 'quantityOnPendingTransfers',\n 'quantityOnPurchaseOrders',\n 'quantityOnSalesOrders',\n 'quantityRequiredByPendingBuildTransactions',\n 'quantityToBeBuiltByPendingBuildTransactions',\n 'reorderLevel',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -105,24 +105,24 @@ export const tool: Tool = {
105
105
  transactionDateFrom: {
106
106
  type: 'string',
107
107
  description:
108
- 'Filter for journal entries 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).',
108
+ "Filter for journal entries 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`).",
109
109
  format: 'date',
110
110
  },
111
111
  transactionDateTo: {
112
112
  type: 'string',
113
113
  description:
114
- 'Filter for journal entries 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).',
114
+ "Filter for journal entries 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`).",
115
115
  format: 'date',
116
116
  },
117
117
  updatedAfter: {
118
118
  type: 'string',
119
119
  description:
120
- 'Filter for journal entries 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.',
120
+ "Filter for journal entries 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.",
121
121
  },
122
122
  updatedBefore: {
123
123
  type: 'string',
124
124
  description:
125
- 'Filter for journal entries 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.',
125
+ "Filter for journal entries 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.",
126
126
  },
127
127
  },
128
128
  required: ['conductorEndUserId'],
@@ -92,12 +92,12 @@ export const tool: Tool = {
92
92
  updatedAfter: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for non-inventory 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 non-inventory 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 non-inventory 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 non-inventory 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'],
@@ -92,12 +92,12 @@ export const tool: Tool = {
92
92
  updatedAfter: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for other charge 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 other charge 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 other charge 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 other charge 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'],
@@ -79,12 +79,12 @@ export const tool: Tool = {
79
79
  updatedAfter: {
80
80
  type: 'string',
81
81
  description:
82
- 'Filter for other-names 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.',
82
+ "Filter for other-names 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.",
83
83
  },
84
84
  updatedBefore: {
85
85
  type: 'string',
86
86
  description:
87
- 'Filter for other-names 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.',
87
+ "Filter for other-names 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.",
88
88
  },
89
89
  },
90
90
  required: ['conductorEndUserId'],
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_other_names',
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 an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), in the QuickBooks Desktop host machine’s local timezone.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the other-name object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n email: {\n type: 'string',\n description: 'The other-name\\'s email address.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n fax: {\n type: 'string',\n description: 'The other-name\\'s fax number.'\n },\n firstName: {\n type: 'string',\n description: 'The first name of the contact person for this other-name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lastName: {\n type: 'string',\n description: 'The last name of the contact person for this other-name.'\n },\n middleName: {\n type: 'string',\n description: 'The middle name of the contact person for this other-name.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this other-name, unique across all other-names.\\n\\n**NOTE**: Other-names 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 note: {\n type: 'string',\n description: 'A note or comment about this other-name.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_other_name\"`.',\n enum: [ 'qbd_other_name'\n ]\n },\n phone: {\n type: 'string',\n description: 'The other-name\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this other-name 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 salutation: {\n type: 'string',\n description: 'The formal salutation title that precedes the name of the contact person for this other-name, such as \"Mr.\", \"Ms.\", or \"Dr.\".'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this other-name 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 'accountNumber',\n 'address',\n 'alternateContact',\n 'alternatePhone',\n 'companyName',\n 'contact',\n 'createdAt',\n 'customFields',\n 'email',\n 'externalId',\n 'fax',\n 'firstName',\n 'isActive',\n 'lastName',\n 'middleName',\n 'name',\n 'note',\n 'objectType',\n 'phone',\n 'revisionNumber',\n 'salutation',\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 an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name 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 customFields: {\n type: 'array',\n description: 'The custom fields for the other-name object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n email: {\n type: 'string',\n description: 'The other-name\\'s email address.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n fax: {\n type: 'string',\n description: 'The other-name\\'s fax number.'\n },\n firstName: {\n type: 'string',\n description: 'The first name of the contact person for this other-name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lastName: {\n type: 'string',\n description: 'The last name of the contact person for this other-name.'\n },\n middleName: {\n type: 'string',\n description: 'The middle name of the contact person for this other-name.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this other-name, unique across all other-names.\\n\\n**NOTE**: Other-names 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 note: {\n type: 'string',\n description: 'A note or comment about this other-name.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_other_name\"`.',\n enum: [ 'qbd_other_name'\n ]\n },\n phone: {\n type: 'string',\n description: 'The other-name\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this other-name 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 salutation: {\n type: 'string',\n description: 'The formal salutation title that precedes the name of the contact person for this other-name, such as \"Mr.\", \"Ms.\", or \"Dr.\".'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this other-name 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 'accountNumber',\n 'address',\n 'alternateContact',\n 'alternatePhone',\n 'companyName',\n 'contact',\n 'createdAt',\n 'customFields',\n 'email',\n 'externalId',\n 'fax',\n 'firstName',\n 'isActive',\n 'lastName',\n 'middleName',\n 'name',\n 'note',\n 'objectType',\n 'phone',\n 'revisionNumber',\n 'salutation',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {