conductor-node-mcp 12.36.1 → 12.38.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.
- package/README.md +135 -0
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/server.ts +1 -1
- package/src/tools/end-users/delete-end-users.ts +1 -1
- package/src/tools/end-users/list-end-users.ts +1 -1
- package/src/tools/end-users/passthrough-end-users.ts +1 -1
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +1 -1
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +1 -1
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +1 -1
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bills/delete-qbd-bills.ts +1 -1
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +1 -1
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +1 -1
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/checks/delete-qbd-checks.ts +1 -1
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +1 -1
- package/src/tools/qbd/classes/list-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +1 -1
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +1 -1
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +1 -1
- package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +2 -1
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +1 -1
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +1 -1
- package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +1 -1
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +1 -1
- package/src/tools/qbd/health-check-qbd.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +1 -1
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +1 -1
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +1 -1
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +1 -1
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.ts +2 -1
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +1 -1
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +1 -1
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +1 -1
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +1 -1
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
- package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +1 -1
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +1 -1
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
- package/tools/end-users/delete-end-users.js +1 -1
- package/tools/end-users/delete-end-users.js.map +1 -1
- package/tools/end-users/delete-end-users.mjs +1 -1
- package/tools/end-users/delete-end-users.mjs.map +1 -1
- package/tools/end-users/list-end-users.js +1 -1
- package/tools/end-users/list-end-users.js.map +1 -1
- package/tools/end-users/list-end-users.mjs +1 -1
- package/tools/end-users/list-end-users.mjs.map +1 -1
- package/tools/end-users/passthrough-end-users.js +1 -1
- package/tools/end-users/passthrough-end-users.js.map +1 -1
- package/tools/end-users/passthrough-end-users.mjs +1 -1
- package/tools/end-users/passthrough-end-users.mjs.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +1 -1
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.js +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/health-check-qbd.js +1 -1
- package/tools/qbd/health-check-qbd.js.map +1 -1
- package/tools/qbd/health-check-qbd.mjs +1 -1
- package/tools/qbd/health-check-qbd.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.js +1 -1
- package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
package/README.md
CHANGED
|
@@ -226,6 +226,9 @@ The following tools are available in this MCP server.
|
|
|
226
226
|
|
|
227
227
|
- `create_qbd_accounts` (`write`): Creates a new financial account. QuickBooks requires you to pick a supported account type for the chart of accounts, and non-posting types can’t be created through the API.
|
|
228
228
|
- `retrieve_qbd_accounts` (`read`): Retrieves an account by ID.
|
|
229
|
+
|
|
230
|
+
**IMPORTANT:** If you need to fetch multiple specific accounts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
231
|
+
|
|
229
232
|
- `update_qbd_accounts` (`write`): Updates an existing financial account. You can rename the account, adjust numbering, or change supported attributes, but QuickBooks won’t let you convert it to a non-posting type via the API.
|
|
230
233
|
- `list_qbd_accounts` (`read`): Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.
|
|
231
234
|
|
|
@@ -233,6 +236,9 @@ The following tools are available in this MCP server.
|
|
|
233
236
|
|
|
234
237
|
- `create_qbd_bill_check_payments` (`write`): Records a check payment against one vendor’s open bills. Each bill allocation must include a payment amount, discount, or vendor credit, and the accounts payable account has to match the one used on the bills you’re closing.
|
|
235
238
|
- `retrieve_qbd_bill_check_payments` (`read`): Retrieves a bill check payment by ID.
|
|
239
|
+
|
|
240
|
+
**IMPORTANT:** If you need to fetch multiple specific bill check payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
241
|
+
|
|
236
242
|
- `update_qbd_bill_check_payments` (`write`): Updates a bill check payment so you can reallocate how amounts, discounts, or credits are applied to the vendor’s bills. When you update a payment, QuickBooks clears the prior allocations but keeps any existing vendor credits unchanged, so submit the full list of bill applications in this request.
|
|
237
243
|
- `list_qbd_bill_check_payments` (`read`): Returns a list of bill check payments. Use the `cursor` parameter to paginate through the results.
|
|
238
244
|
- `delete_qbd_bill_check_payments` (`write`): Permanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.
|
|
@@ -241,6 +247,9 @@ The following tools are available in this MCP server.
|
|
|
241
247
|
|
|
242
248
|
- `create_qbd_bill_credit_card_payments` (`write`): Charges one vendor’s bills to a credit card account. Each bill allocation must supply a payment amount, discount, or credit, and you have to use the same accounts payable account that’s on the bills being closed.
|
|
243
249
|
- `retrieve_qbd_bill_credit_card_payments` (`read`): Retrieves a bill credit card payment by ID.
|
|
250
|
+
|
|
251
|
+
**IMPORTANT:** If you need to fetch multiple specific bill credit card payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
252
|
+
|
|
244
253
|
- `list_qbd_bill_credit_card_payments` (`read`): Returns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.
|
|
245
254
|
- `delete_qbd_bill_credit_card_payments` (`write`): Permanently deletes a a bill credit card payment. The deletion will fail if the bill credit card payment is currently in use or has any linked transactions that are in use.
|
|
246
255
|
|
|
@@ -249,6 +258,8 @@ The following tools are available in this MCP server.
|
|
|
249
258
|
- `create_qbd_bills` (`write`): Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.
|
|
250
259
|
- `retrieve_qbd_bills` (`read`): Retrieves a bill by ID.
|
|
251
260
|
|
|
261
|
+
**IMPORTANT:** If you need to fetch multiple specific bills by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
262
|
+
|
|
252
263
|
NOTE: The response automatically includes any linked transactions.
|
|
253
264
|
|
|
254
265
|
- `update_qbd_bills` (`write`): Updates an existing vendor bill while keeping the required references intact. QuickBooks does not let this update request add new purchase order links, and you must continue to supply the vendor, accounts payable account, and at least one expense or item line when you resubmit the bill.
|
|
@@ -259,6 +270,9 @@ The following tools are available in this MCP server.
|
|
|
259
270
|
|
|
260
271
|
- `create_qbd_build_assemblies` (`write`): Creates a build assembly transaction that consumes component quantities and increases the finished assembly on hand. If components are short you can mark the build as pending instead of failing.
|
|
261
272
|
- `retrieve_qbd_build_assemblies` (`read`): Retrieves a build assembly by ID.
|
|
273
|
+
|
|
274
|
+
**IMPORTANT:** If you need to fetch multiple specific build assemblies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
275
|
+
|
|
262
276
|
- `update_qbd_build_assemblies` (`write`): Updates an existing build assembly.
|
|
263
277
|
- `list_qbd_build_assemblies` (`read`): Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.
|
|
264
278
|
- `delete_qbd_build_assemblies` (`write`): Permanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.
|
|
@@ -268,6 +282,8 @@ The following tools are available in this MCP server.
|
|
|
268
282
|
- `create_qbd_checks` (`write`): Creates a non-payroll check from a bank account. QuickBooks uses this request for direct expense disbursements; to pay vendor bills or payroll liabilities you must use the dedicated bill-payment or payroll transactions instead.
|
|
269
283
|
- `retrieve_qbd_checks` (`read`): Retrieves a check by ID.
|
|
270
284
|
|
|
285
|
+
**IMPORTANT:** If you need to fetch multiple specific checks by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
286
|
+
|
|
271
287
|
NOTE: The response automatically includes any linked transactions.
|
|
272
288
|
|
|
273
289
|
- `update_qbd_checks` (`write`): Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.
|
|
@@ -278,6 +294,9 @@ The following tools are available in this MCP server.
|
|
|
278
294
|
|
|
279
295
|
- `create_qbd_classes` (`write`): Creates a new class.
|
|
280
296
|
- `retrieve_qbd_classes` (`read`): Retrieves a class by ID.
|
|
297
|
+
|
|
298
|
+
**IMPORTANT:** If you need to fetch multiple specific classes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
299
|
+
|
|
281
300
|
- `update_qbd_classes` (`write`): Updates an existing class.
|
|
282
301
|
- `list_qbd_classes` (`read`): Returns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.
|
|
283
302
|
|
|
@@ -289,6 +308,9 @@ The following tools are available in this MCP server.
|
|
|
289
308
|
|
|
290
309
|
- `create_qbd_credit_card_charges` (`write`): Creates a new credit card charge for the specified account.
|
|
291
310
|
- `retrieve_qbd_credit_card_charges` (`read`): Retrieves a credit card charge by ID.
|
|
311
|
+
|
|
312
|
+
**IMPORTANT:** If you need to fetch multiple specific credit card charges by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
313
|
+
|
|
292
314
|
- `update_qbd_credit_card_charges` (`write`): Updates an existing credit card charge so you can adjust the credit card account, payee, memo, transaction date, and expense or item lines. The total is recalculated from the line details.
|
|
293
315
|
- `list_qbd_credit_card_charges` (`read`): Returns a list of credit card charges. Use the `cursor` parameter to paginate through the results.
|
|
294
316
|
- `delete_qbd_credit_card_charges` (`write`): Permanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.
|
|
@@ -297,6 +319,9 @@ The following tools are available in this MCP server.
|
|
|
297
319
|
|
|
298
320
|
- `create_qbd_credit_card_credits` (`write`): Creates a new credit card credit for the specified account.
|
|
299
321
|
- `retrieve_qbd_credit_card_credits` (`read`): Retrieves a credit card credit by ID.
|
|
322
|
+
|
|
323
|
+
**IMPORTANT:** If you need to fetch multiple specific credit card credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
324
|
+
|
|
300
325
|
- `update_qbd_credit_card_credits` (`write`): Updates an existing credit card credit.
|
|
301
326
|
- `list_qbd_credit_card_credits` (`read`): Returns a list of credit card credits. Use the `cursor` parameter to paginate through the results.
|
|
302
327
|
- `delete_qbd_credit_card_credits` (`write`): Permanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.
|
|
@@ -305,6 +330,9 @@ The following tools are available in this MCP server.
|
|
|
305
330
|
|
|
306
331
|
- `create_qbd_credit_card_refunds` (`write`): Creates a credit card refund linked to one or more existing credit transactions, such as credit memos or overpayments. You must supply at least one entry in `refundAppliedToTransactions`, and the refund amount cannot exceed the available balance on the linked credits.
|
|
307
332
|
- `retrieve_qbd_credit_card_refunds` (`read`): Retrieves a credit card refund by ID.
|
|
333
|
+
|
|
334
|
+
**IMPORTANT:** If you need to fetch multiple specific credit card refunds by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
335
|
+
|
|
308
336
|
- `list_qbd_credit_card_refunds` (`read`): Returns a list of credit card refunds. Use the `cursor` parameter to paginate through the results.
|
|
309
337
|
- `delete_qbd_credit_card_refunds` (`write`): Permanently deletes a a credit card refund. The deletion will fail if the credit card refund is currently in use or has any linked transactions that are in use.
|
|
310
338
|
|
|
@@ -313,6 +341,8 @@ The following tools are available in this MCP server.
|
|
|
313
341
|
- `create_qbd_credit_memos` (`write`): Creates a new credit memo.
|
|
314
342
|
- `retrieve_qbd_credit_memos` (`read`): Retrieves a credit memo by ID.
|
|
315
343
|
|
|
344
|
+
**IMPORTANT:** If you need to fetch multiple specific credit memos by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
345
|
+
|
|
316
346
|
NOTE: The response automatically includes any linked transactions.
|
|
317
347
|
|
|
318
348
|
- `update_qbd_credit_memos` (`write`): Updates an existing credit memo.
|
|
@@ -323,6 +353,9 @@ The following tools are available in this MCP server.
|
|
|
323
353
|
|
|
324
354
|
- `create_qbd_currencies` (`write`): Creates a user-defined currency with the specified name and currency code. Exchange rates for user-defined currencies are not updated automatically by QuickBooks Desktop; update them manually as needed.
|
|
325
355
|
- `retrieve_qbd_currencies` (`read`): Retrieves a currency by ID.
|
|
356
|
+
|
|
357
|
+
**IMPORTANT:** If you need to fetch multiple specific currencies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
358
|
+
|
|
326
359
|
- `update_qbd_currencies` (`write`): Updates an existing currency. For built-in currencies, only the `isActive` status can be changed; name and currency code are not editable. For user-defined currencies, all fields in this request are editable.
|
|
327
360
|
- `list_qbd_currencies` (`read`): Returns a list of currencies. NOTE: QuickBooks Desktop does not support pagination for currencies; hence, there is no `cursor` parameter. Users typically have few currencies.
|
|
328
361
|
|
|
@@ -330,6 +363,9 @@ The following tools are available in this MCP server.
|
|
|
330
363
|
|
|
331
364
|
- `create_qbd_customers` (`write`): Creates a new customer.
|
|
332
365
|
- `retrieve_qbd_customers` (`read`): Retrieves a customer by ID.
|
|
366
|
+
|
|
367
|
+
**IMPORTANT:** If you need to fetch multiple specific customers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
368
|
+
|
|
333
369
|
- `update_qbd_customers` (`write`): Updates an existing customer.
|
|
334
370
|
- `list_qbd_customers` (`read`): Returns a list of customers. Use the `cursor` parameter to paginate through the results.
|
|
335
371
|
|
|
@@ -337,6 +373,9 @@ The following tools are available in this MCP server.
|
|
|
337
373
|
|
|
338
374
|
- `create_qbd_date_driven_terms` (`write`): Creates a date-driven term that sets the payment due on a specific day of the month and can optionally grant an early-payment discount before `discountDayOfMonth`. Use it when you need due dates tied to calendar days instead of a fixed number of days after the transaction.
|
|
339
375
|
- `retrieve_qbd_date_driven_terms` (`read`): Retrieves a date-driven term by ID.
|
|
376
|
+
|
|
377
|
+
**IMPORTANT:** If you need to fetch multiple specific date-driven terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
378
|
+
|
|
340
379
|
- `list_qbd_date_driven_terms` (`read`): Returns a list of date-driven terms. NOTE: QuickBooks Desktop does not support pagination for date-driven terms; hence, there is no `cursor` parameter. Users typically have few date-driven terms.
|
|
341
380
|
|
|
342
381
|
### Resource `qbd.deleted_list_objects`:
|
|
@@ -351,6 +390,9 @@ The following tools are available in this MCP server.
|
|
|
351
390
|
|
|
352
391
|
- `create_qbd_discount_items` (`write`): Creates a discount item that subtracts either a percentage or fixed amount from transaction totals. Percentage discounts only affect the preceding line, while fixed-amount discounts reduce the accumulated amount above them unless you bound the target lines with a subtotal item.
|
|
353
392
|
- `retrieve_qbd_discount_items` (`read`): Retrieves a discount item by ID.
|
|
393
|
+
|
|
394
|
+
**IMPORTANT:** If you need to fetch multiple specific discount items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
395
|
+
|
|
354
396
|
- `update_qbd_discount_items` (`write`): Updates a discount item, including its linked account or discount rate. When changing the account, use `updateExistingTransactionsAccount` to control whether existing transactions that reference the item should also be updated.
|
|
355
397
|
- `list_qbd_discount_items` (`read`): Returns a list of discount items. Use the `cursor` parameter to paginate through the results.
|
|
356
398
|
|
|
@@ -358,6 +400,9 @@ The following tools are available in this MCP server.
|
|
|
358
400
|
|
|
359
401
|
- `create_qbd_employees` (`write`): Creates an employee record that captures personal details, contact information, employment dates, and payroll settings in a single request so the employee is ready for scheduling, time tracking, and payroll processing.
|
|
360
402
|
- `retrieve_qbd_employees` (`read`): Retrieves an employee by ID.
|
|
403
|
+
|
|
404
|
+
**IMPORTANT:** If you need to fetch multiple specific employees by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
405
|
+
|
|
361
406
|
- `update_qbd_employees` (`write`): Updates an employee record, allowing you to revise contact details, employment status dates, supervisory assignments, payroll configuration, and additional notes to keep workforce data current.
|
|
362
407
|
- `list_qbd_employees` (`read`): Returns a list of employees. NOTE: QuickBooks Desktop does not support pagination for employees; hence, there is no `cursor` parameter. Users typically have few employees.
|
|
363
408
|
|
|
@@ -366,6 +411,8 @@ The following tools are available in this MCP server.
|
|
|
366
411
|
- `create_qbd_estimates` (`write`): Creates a new estimate.
|
|
367
412
|
- `retrieve_qbd_estimates` (`read`): Retrieves an estimate by ID.
|
|
368
413
|
|
|
414
|
+
**IMPORTANT:** If you need to fetch multiple specific estimates by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
415
|
+
|
|
369
416
|
NOTE: The response automatically includes any linked transactions.
|
|
370
417
|
|
|
371
418
|
- `update_qbd_estimates` (`write`): Updates an existing estimate.
|
|
@@ -376,6 +423,9 @@ The following tools are available in this MCP server.
|
|
|
376
423
|
|
|
377
424
|
- `create_qbd_inventory_adjustments` (`write`): Creates an inventory adjustment to correct on-hand quantities or values. QuickBooks requires single-user mode unless you're on Enterprise with Advanced Inventory enabled.
|
|
378
425
|
- `retrieve_qbd_inventory_adjustments` (`read`): Retrieves an inventory adjustment by ID.
|
|
426
|
+
|
|
427
|
+
**IMPORTANT:** If you need to fetch multiple specific inventory adjustments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
428
|
+
|
|
379
429
|
- `update_qbd_inventory_adjustments` (`write`): Updates an existing inventory adjustment.
|
|
380
430
|
- `list_qbd_inventory_adjustments` (`read`): Returns a list of inventory adjustments. NOTE: QuickBooks Desktop does not support pagination for inventory adjustments; hence, there is no `cursor` parameter. Users typically have few inventory adjustments.
|
|
381
431
|
- `delete_qbd_inventory_adjustments` (`write`): Permanently deletes a an inventory adjustment. The deletion will fail if the inventory adjustment is currently in use or has any linked transactions that are in use.
|
|
@@ -384,6 +434,9 @@ The following tools are available in this MCP server.
|
|
|
384
434
|
|
|
385
435
|
- `create_qbd_inventory_assembly_items` (`write`): Creates an inventory assembly item that bundles existing inventory items.
|
|
386
436
|
- `retrieve_qbd_inventory_assembly_items` (`read`): Retrieves an inventory assembly item by ID.
|
|
437
|
+
|
|
438
|
+
**IMPORTANT:** If you need to fetch multiple specific inventory assembly items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
439
|
+
|
|
387
440
|
- `update_qbd_inventory_assembly_items` (`write`): Updates an inventory assembly item. If you change the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that use the assembly.
|
|
388
441
|
- `list_qbd_inventory_assembly_items` (`read`): Returns a list of inventory assembly items. Use the `cursor` parameter to paginate through the results.
|
|
389
442
|
|
|
@@ -391,6 +444,9 @@ The following tools are available in this MCP server.
|
|
|
391
444
|
|
|
392
445
|
- `create_qbd_inventory_items` (`write`): Creates a new inventory item.
|
|
393
446
|
- `retrieve_qbd_inventory_items` (`read`): Retrieves an inventory item by ID.
|
|
447
|
+
|
|
448
|
+
**IMPORTANT:** If you need to fetch multiple specific inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
449
|
+
|
|
394
450
|
- `update_qbd_inventory_items` (`write`): Updates an inventory item. If you switch the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that reference the item.
|
|
395
451
|
- `list_qbd_inventory_items` (`read`): Returns a list of inventory items. Use the `cursor` parameter to paginate through the results.
|
|
396
452
|
|
|
@@ -398,6 +454,9 @@ The following tools are available in this MCP server.
|
|
|
398
454
|
|
|
399
455
|
- `create_qbd_inventory_sites` (`write`): Creates an inventory site for companies using QuickBooks Enterprise with Advanced Inventory.
|
|
400
456
|
- `retrieve_qbd_inventory_sites` (`read`): Retrieves an inventory site by ID.
|
|
457
|
+
|
|
458
|
+
**IMPORTANT:** If you need to fetch multiple specific inventory sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
459
|
+
|
|
401
460
|
- `update_qbd_inventory_sites` (`write`): Updates an existing inventory site.
|
|
402
461
|
- `list_qbd_inventory_sites` (`read`): Returns a list of inventory sites. NOTE: QuickBooks Desktop does not support pagination for inventory sites; hence, there is no `cursor` parameter. Users typically have few inventory sites.
|
|
403
462
|
|
|
@@ -406,6 +465,8 @@ The following tools are available in this MCP server.
|
|
|
406
465
|
- `create_qbd_invoices` (`write`): Creates an invoice to bill a customer when goods or services were delivered before payment. Use a sales receipt instead if the sale was paid in full.
|
|
407
466
|
- `retrieve_qbd_invoices` (`read`): Retrieves an invoice by ID.
|
|
408
467
|
|
|
468
|
+
**IMPORTANT:** If you need to fetch multiple specific invoices by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
469
|
+
|
|
409
470
|
NOTE: The response automatically includes any linked transactions.
|
|
410
471
|
|
|
411
472
|
- `update_qbd_invoices` (`write`): Updates an existing invoice.
|
|
@@ -416,6 +477,9 @@ The following tools are available in this MCP server.
|
|
|
416
477
|
|
|
417
478
|
- `create_qbd_item_groups` (`write`): Creates a new item group.
|
|
418
479
|
- `retrieve_qbd_item_groups` (`read`): Retrieves an item group by ID.
|
|
480
|
+
|
|
481
|
+
**IMPORTANT:** If you need to fetch multiple specific item groups by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
482
|
+
|
|
419
483
|
- `update_qbd_item_groups` (`write`): Updates an existing item group.
|
|
420
484
|
- `list_qbd_item_groups` (`read`): Returns a list of item groups. Use the `cursor` parameter to paginate through the results.
|
|
421
485
|
|
|
@@ -424,6 +488,8 @@ The following tools are available in this MCP server.
|
|
|
424
488
|
- `create_qbd_item_receipts` (`write`): Creates an item receipt to record inventory received from a vendor. You can link it to a purchase order during creation to pull in the order's lines automatically and update quantities, but that link can't be added later with an update.
|
|
425
489
|
- `retrieve_qbd_item_receipts` (`read`): Retrieves an item receipt by ID.
|
|
426
490
|
|
|
491
|
+
**IMPORTANT:** If you need to fetch multiple specific item receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
492
|
+
|
|
427
493
|
NOTE: The response automatically includes any linked transactions.
|
|
428
494
|
|
|
429
495
|
- `update_qbd_item_receipts` (`write`): Updates an existing item receipt.
|
|
@@ -433,12 +499,18 @@ The following tools are available in this MCP server.
|
|
|
433
499
|
### Resource `qbd.item_sites`:
|
|
434
500
|
|
|
435
501
|
- `retrieve_qbd_item_sites` (`read`): Retrieves an item site by ID.
|
|
502
|
+
|
|
503
|
+
**IMPORTANT:** If you need to fetch multiple specific item sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
504
|
+
|
|
436
505
|
- `list_qbd_item_sites` (`read`): Returns a list of item sites. Use the `cursor` parameter to paginate through the results.
|
|
437
506
|
|
|
438
507
|
### Resource `qbd.journal_entries`:
|
|
439
508
|
|
|
440
509
|
- `create_qbd_journal_entries` (`write`): Creates a journal entry with balanced debit and credit lines. QuickBooks Desktop requires total debits to equal total credits, and any line that posts to Accounts Receivable or Accounts Payable must include the related customer or vendor reference.
|
|
441
510
|
- `retrieve_qbd_journal_entries` (`read`): Retrieves a journal entry by ID.
|
|
511
|
+
|
|
512
|
+
**IMPORTANT:** If you need to fetch multiple specific journal entries by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
513
|
+
|
|
442
514
|
- `update_qbd_journal_entries` (`write`): Updates an existing journal entry. Keep the debits and credits in balance, and include the related customer or vendor on any A/R or A/P line you submit in the update body.
|
|
443
515
|
- `list_qbd_journal_entries` (`read`): Returns a list of journal entries. Use the `cursor` parameter to paginate through the results.
|
|
444
516
|
- `delete_qbd_journal_entries` (`write`): Permanently deletes a a journal entry. The deletion will fail if the journal entry is currently in use or has any linked transactions that are in use.
|
|
@@ -447,6 +519,9 @@ The following tools are available in this MCP server.
|
|
|
447
519
|
|
|
448
520
|
- `create_qbd_non_inventory_items` (`write`): Creates a new non-inventory item.
|
|
449
521
|
- `retrieve_qbd_non_inventory_items` (`read`): Retrieves a non-inventory item by ID.
|
|
522
|
+
|
|
523
|
+
**IMPORTANT:** If you need to fetch multiple specific non-inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
524
|
+
|
|
450
525
|
- `update_qbd_non_inventory_items` (`write`): Updates a non-inventory item. You can modify either `salesOrPurchaseDetails` or `salesAndPurchaseDetails`, but the item must keep the same configuration it was created with. When you change `postingAccount`, `incomeAccount`, or `expenseAccount`, include the matching `updateExistingTransactions...` flag so QuickBooks applies the new account to existing transactions and doesn’t reject the update when historical activity is present.
|
|
451
526
|
- `list_qbd_non_inventory_items` (`read`): Returns a list of non-inventory items. Use the `cursor` parameter to paginate through the results.
|
|
452
527
|
|
|
@@ -454,6 +529,9 @@ The following tools are available in this MCP server.
|
|
|
454
529
|
|
|
455
530
|
- `create_qbd_other_charge_items` (`write`): Creates a new other charge item.
|
|
456
531
|
- `retrieve_qbd_other_charge_items` (`read`): Retrieves an other charge item by ID.
|
|
532
|
+
|
|
533
|
+
**IMPORTANT:** If you need to fetch multiple specific other charge items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
534
|
+
|
|
457
535
|
- `update_qbd_other_charge_items` (`write`): Updates an existing other charge item.
|
|
458
536
|
- `list_qbd_other_charge_items` (`read`): Returns a list of other charge items. Use the `cursor` parameter to paginate through the results.
|
|
459
537
|
|
|
@@ -461,6 +539,9 @@ The following tools are available in this MCP server.
|
|
|
461
539
|
|
|
462
540
|
- `create_qbd_other_names` (`write`): Creates a new other-name.
|
|
463
541
|
- `retrieve_qbd_other_names` (`read`): Retrieves an other-name by ID.
|
|
542
|
+
|
|
543
|
+
**IMPORTANT:** If you need to fetch multiple specific other-names by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
544
|
+
|
|
464
545
|
- `update_qbd_other_names` (`write`): Updates an existing other-name.
|
|
465
546
|
- `list_qbd_other_names` (`read`): Returns a list of other-names. NOTE: QuickBooks Desktop does not support pagination for other-names; hence, there is no `cursor` parameter. Users typically have few other-names.
|
|
466
547
|
|
|
@@ -468,12 +549,18 @@ The following tools are available in this MCP server.
|
|
|
468
549
|
|
|
469
550
|
- `create_qbd_payment_methods` (`write`): Creates a new payment method.
|
|
470
551
|
- `retrieve_qbd_payment_methods` (`read`): Retrieves a payment method by ID.
|
|
552
|
+
|
|
553
|
+
**IMPORTANT:** If you need to fetch multiple specific payment methods by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
554
|
+
|
|
471
555
|
- `list_qbd_payment_methods` (`read`): Returns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.
|
|
472
556
|
|
|
473
557
|
### Resource `qbd.payroll_wage_items`:
|
|
474
558
|
|
|
475
559
|
- `create_qbd_payroll_wage_items` (`write`): Creates a new payroll wage item.
|
|
476
560
|
- `retrieve_qbd_payroll_wage_items` (`read`): Retrieves a payroll wage item by ID.
|
|
561
|
+
|
|
562
|
+
**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
563
|
+
|
|
477
564
|
- `list_qbd_payroll_wage_items` (`read`): Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.
|
|
478
565
|
|
|
479
566
|
### Resource `qbd.preferences`:
|
|
@@ -484,6 +571,9 @@ The following tools are available in this MCP server.
|
|
|
484
571
|
|
|
485
572
|
- `create_qbd_price_levels` (`write`): Creates a new price level.
|
|
486
573
|
- `retrieve_qbd_price_levels` (`read`): Retrieves a price level by ID.
|
|
574
|
+
|
|
575
|
+
**IMPORTANT:** If you need to fetch multiple specific price levels by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
576
|
+
|
|
487
577
|
- `update_qbd_price_levels` (`write`): Updates an existing price level.
|
|
488
578
|
- `list_qbd_price_levels` (`read`): Returns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.
|
|
489
579
|
|
|
@@ -492,6 +582,8 @@ The following tools are available in this MCP server.
|
|
|
492
582
|
- `create_qbd_purchase_orders` (`write`): Creates a new purchase order.
|
|
493
583
|
- `retrieve_qbd_purchase_orders` (`read`): Retrieves a purchase order by ID.
|
|
494
584
|
|
|
585
|
+
**IMPORTANT:** If you need to fetch multiple specific purchase orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
586
|
+
|
|
495
587
|
NOTE: The response automatically includes any linked transactions.
|
|
496
588
|
|
|
497
589
|
- `update_qbd_purchase_orders` (`write`): Updates an existing purchase order.
|
|
@@ -502,6 +594,9 @@ The following tools are available in this MCP server.
|
|
|
502
594
|
|
|
503
595
|
- `create_qbd_receive_payments` (`write`): Records a customer payment and optionally applies it to specific invoices or credits. All allocations must target the same accounts receivable account as those invoices, and each one has to include a payment amount, discount, or credit so QuickBooks can close out the balance.
|
|
504
596
|
- `retrieve_qbd_receive_payments` (`read`): Retrieves a receive-payment by ID.
|
|
597
|
+
|
|
598
|
+
**IMPORTANT:** If you need to fetch multiple specific receive-payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
599
|
+
|
|
505
600
|
- `update_qbd_receive_payments` (`write`): Updates a received payment. When you resubmit applications to invoices, keep them on the same accounts receivable account and include the payment amount, discount, or credit on every allocation you send.
|
|
506
601
|
- `list_qbd_receive_payments` (`read`): Returns a list of receive-payments. Use the `cursor` parameter to paginate through the results.
|
|
507
602
|
- `delete_qbd_receive_payments` (`write`): Permanently deletes a a receive-payment. The deletion will fail if the receive-payment is currently in use or has any linked transactions that are in use.
|
|
@@ -511,6 +606,8 @@ The following tools are available in this MCP server.
|
|
|
511
606
|
- `create_qbd_sales_orders` (`write`): Creates a new sales order.
|
|
512
607
|
- `retrieve_qbd_sales_orders` (`read`): Retrieves a sales order by ID.
|
|
513
608
|
|
|
609
|
+
**IMPORTANT:** If you need to fetch multiple specific sales orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
610
|
+
|
|
514
611
|
NOTE: The response automatically includes any linked transactions.
|
|
515
612
|
|
|
516
613
|
- `update_qbd_sales_orders` (`write`): Updates an existing sales order.
|
|
@@ -521,6 +618,9 @@ The following tools are available in this MCP server.
|
|
|
521
618
|
|
|
522
619
|
- `create_qbd_sales_receipts` (`write`): Creates a sales receipt for a sale paid in full. If you include credit card transaction details, QuickBooks requires the payment method to reference a credit card type and automatically deposits the funds to Undeposited Funds rather than a specific bank account.
|
|
523
620
|
- `retrieve_qbd_sales_receipts` (`read`): Retrieves a sales receipt by ID.
|
|
621
|
+
|
|
622
|
+
**IMPORTANT:** If you need to fetch multiple specific sales receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
623
|
+
|
|
524
624
|
- `update_qbd_sales_receipts` (`write`): Updates an existing sales receipt. Credit card payments still have to use a credit-card payment method and remain deposited to Undeposited Funds, so don’t switch the deposit account in those scenarios.
|
|
525
625
|
- `list_qbd_sales_receipts` (`read`): Returns a list of sales receipts. Use the `cursor` parameter to paginate through the results.
|
|
526
626
|
- `delete_qbd_sales_receipts` (`write`): Permanently deletes a a sales receipt. The deletion will fail if the sales receipt is currently in use or has any linked transactions that are in use.
|
|
@@ -529,6 +629,9 @@ The following tools are available in this MCP server.
|
|
|
529
629
|
|
|
530
630
|
- `create_qbd_sales_representatives` (`write`): Creates a sales representative that references an existing employee, vendor, or other-name record so it can be assigned on sales forms.
|
|
531
631
|
- `retrieve_qbd_sales_representatives` (`read`): Retrieves a sales representative by ID.
|
|
632
|
+
|
|
633
|
+
**IMPORTANT:** If you need to fetch multiple specific sales representatives by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
634
|
+
|
|
532
635
|
- `update_qbd_sales_representatives` (`write`): Updates an existing sales representative.
|
|
533
636
|
- `list_qbd_sales_representatives` (`read`): Returns a list of sales representatives. NOTE: QuickBooks Desktop does not support pagination for sales representatives; hence, there is no `cursor` parameter. Users typically have few sales representatives.
|
|
534
637
|
|
|
@@ -536,6 +639,9 @@ The following tools are available in this MCP server.
|
|
|
536
639
|
|
|
537
640
|
- `create_qbd_sales_tax_codes` (`write`): Creates a new sales-tax code.
|
|
538
641
|
- `retrieve_qbd_sales_tax_codes` (`read`): Retrieves a sales-tax code by ID.
|
|
642
|
+
|
|
643
|
+
**IMPORTANT:** If you need to fetch multiple specific sales-tax codes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
644
|
+
|
|
539
645
|
- `update_qbd_sales_tax_codes` (`write`): Updates a sales-tax code’s name, activity status, or linked tax items. Once a code has been used you can’t flip it between taxable and non-taxable, and the built-in TAX/NON codes keep their original taxable setting, so plan new codes if you need a different tax status.
|
|
540
646
|
- `list_qbd_sales_tax_codes` (`read`): Returns a list of sales-tax codes. NOTE: QuickBooks Desktop does not support pagination for sales-tax codes; hence, there is no `cursor` parameter. Users typically have few sales-tax codes.
|
|
541
647
|
|
|
@@ -543,6 +649,9 @@ The following tools are available in this MCP server.
|
|
|
543
649
|
|
|
544
650
|
- `create_qbd_sales_tax_items` (`write`): Creates a new sales-tax item.
|
|
545
651
|
- `retrieve_qbd_sales_tax_items` (`read`): Retrieves a sales-tax item by ID.
|
|
652
|
+
|
|
653
|
+
**IMPORTANT:** If you need to fetch multiple specific sales-tax items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
654
|
+
|
|
546
655
|
- `update_qbd_sales_tax_items` (`write`): Updates an existing sales-tax item.
|
|
547
656
|
- `list_qbd_sales_tax_items` (`read`): Returns a list of sales-tax items. Use the `cursor` parameter to paginate through the results.
|
|
548
657
|
|
|
@@ -550,6 +659,9 @@ The following tools are available in this MCP server.
|
|
|
550
659
|
|
|
551
660
|
- `create_qbd_service_items` (`write`): Creates a new service item.
|
|
552
661
|
- `retrieve_qbd_service_items` (`read`): Retrieves a service item by ID.
|
|
662
|
+
|
|
663
|
+
**IMPORTANT:** If you need to fetch multiple specific service items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
664
|
+
|
|
553
665
|
- `update_qbd_service_items` (`write`): Updates a service item’s details, including its accounts and unit-of-measure set. QuickBooks won’t let you convert a sell-only service into a buy-and-sell service (or the reverse); create a separate item instead. If you’re switching the unit of measure, set `forceUnitOfMeasureChange` so QuickBooks replaces it on existing forms.
|
|
554
666
|
- `list_qbd_service_items` (`read`): Returns a list of service items. Use the `cursor` parameter to paginate through the results.
|
|
555
667
|
|
|
@@ -557,12 +669,18 @@ The following tools are available in this MCP server.
|
|
|
557
669
|
|
|
558
670
|
- `create_qbd_standard_terms` (`write`): Creates a new standard term.
|
|
559
671
|
- `retrieve_qbd_standard_terms` (`read`): Retrieves a standard term by ID.
|
|
672
|
+
|
|
673
|
+
**IMPORTANT:** If you need to fetch multiple specific standard terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
674
|
+
|
|
560
675
|
- `list_qbd_standard_terms` (`read`): Returns a list of standard terms. NOTE: QuickBooks Desktop does not support pagination for standard terms; hence, there is no `cursor` parameter. Users typically have few standard terms.
|
|
561
676
|
|
|
562
677
|
### Resource `qbd.subtotal_items`:
|
|
563
678
|
|
|
564
679
|
- `create_qbd_subtotal_items` (`write`): Creates a new subtotal item.
|
|
565
680
|
- `retrieve_qbd_subtotal_items` (`read`): Retrieves a subtotal item by ID.
|
|
681
|
+
|
|
682
|
+
**IMPORTANT:** If you need to fetch multiple specific subtotal items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
683
|
+
|
|
566
684
|
- `update_qbd_subtotal_items` (`write`): Updates an existing subtotal item.
|
|
567
685
|
- `list_qbd_subtotal_items` (`read`): Returns a list of subtotal items. Use the `cursor` parameter to paginate through the results.
|
|
568
686
|
|
|
@@ -574,6 +692,9 @@ The following tools are available in this MCP server.
|
|
|
574
692
|
|
|
575
693
|
- `create_qbd_time_tracking_activities` (`write`): Creates a new time tracking activity.
|
|
576
694
|
- `retrieve_qbd_time_tracking_activities` (`read`): Retrieves a time tracking activity by ID.
|
|
695
|
+
|
|
696
|
+
**IMPORTANT:** If you need to fetch multiple specific time tracking activities by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
697
|
+
|
|
577
698
|
- `update_qbd_time_tracking_activities` (`write`): Updates an existing time tracking activity.
|
|
578
699
|
- `list_qbd_time_tracking_activities` (`read`): Returns a list of time tracking activities. Use the `cursor` parameter to paginate through the results.
|
|
579
700
|
- `delete_qbd_time_tracking_activities` (`write`): Permanently deletes a a time tracking activity. The deletion will fail if the time tracking activity is currently in use or has any linked transactions that are in use.
|
|
@@ -581,12 +702,18 @@ The following tools are available in this MCP server.
|
|
|
581
702
|
### Resource `qbd.transactions`:
|
|
582
703
|
|
|
583
704
|
- `retrieve_qbd_transactions` (`read`): Retrieves a transaction by ID.
|
|
705
|
+
|
|
706
|
+
**IMPORTANT:** If you need to fetch multiple specific transactions by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
707
|
+
|
|
584
708
|
- `list_qbd_transactions` (`read`): Searches across all transaction types. Unlike transaction-specific queries, this endpoint only returns fields common to all transaction types, such as ID, type, dates, account, and reference numbers. For more details specific to that transaction type, make a subsequent call to the relevant transaction-specific endpoint (such as invoices, bills, etc.). NOTE: This endpoint does not support time tracking activities.
|
|
585
709
|
|
|
586
710
|
### Resource `qbd.transfers`:
|
|
587
711
|
|
|
588
712
|
- `create_qbd_transfers` (`write`): Creates a new transfer.
|
|
589
713
|
- `retrieve_qbd_transfers` (`read`): Retrieves a transfer by ID.
|
|
714
|
+
|
|
715
|
+
**IMPORTANT:** If you need to fetch multiple specific transfers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
716
|
+
|
|
590
717
|
- `update_qbd_transfers` (`write`): Updates an existing transfer.
|
|
591
718
|
- `list_qbd_transfers` (`read`): Returns a list of transfers. Use the `cursor` parameter to paginate through the results.
|
|
592
719
|
|
|
@@ -597,6 +724,9 @@ The following tools are available in this MCP server.
|
|
|
597
724
|
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item). To support both configurations, prefix all UOM set names with "By the" (for example, "By the Barrel"); otherwise, the set may not appear in the QuickBooks UI when the company file is configured for a single unit per item.
|
|
598
725
|
|
|
599
726
|
- `retrieve_qbd_unit_of_measure_sets` (`read`): Retrieves an unit-of-measure set by ID.
|
|
727
|
+
|
|
728
|
+
**IMPORTANT:** If you need to fetch multiple specific unit-of-measure sets by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
729
|
+
|
|
600
730
|
- `list_qbd_unit_of_measure_sets` (`read`): Lists all unit-of-measure sets. NOTE: QuickBooks Desktop does not support pagination for unit-of-measure sets; hence, there is no cursor parameter. Users typically have few unit-of-measure sets.
|
|
601
731
|
|
|
602
732
|
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item).
|
|
@@ -606,6 +736,8 @@ The following tools are available in this MCP server.
|
|
|
606
736
|
- `create_qbd_vendor_credits` (`write`): Creates a vendor credit to capture returns, rebates, or other amounts a vendor owes so you can apply the credit when recording future bill payments.
|
|
607
737
|
- `retrieve_qbd_vendor_credits` (`read`): Retrieves a vendor credit by ID.
|
|
608
738
|
|
|
739
|
+
**IMPORTANT:** If you need to fetch multiple specific vendor credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
740
|
+
|
|
609
741
|
NOTE: The response automatically includes any linked transactions.
|
|
610
742
|
|
|
611
743
|
- `update_qbd_vendor_credits` (`write`): Updates a vendor credit before you apply it to bills, letting you adjust the amounts, memo, or line allocations that make up the credit.
|
|
@@ -616,5 +748,8 @@ The following tools are available in this MCP server.
|
|
|
616
748
|
|
|
617
749
|
- `create_qbd_vendors` (`write`): Creates a new vendor.
|
|
618
750
|
- `retrieve_qbd_vendors` (`read`): Retrieves a vendor by ID.
|
|
751
|
+
|
|
752
|
+
**IMPORTANT:** If you need to fetch multiple specific vendors by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
753
|
+
|
|
619
754
|
- `update_qbd_vendors` (`write`): Updates an existing vendor.
|
|
620
755
|
- `list_qbd_vendors` (`read`): Returns a list of vendors. Use the `cursor` parameter to paginate through the results.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conductor-node-mcp",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.38.0",
|
|
4
4
|
"description": "The official MCP Server for the Conductor API",
|
|
5
5
|
"author": "Conductor <support@conductor.is>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"fix": "eslint --fix --ext ts,js ."
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"conductor-node": "^12.
|
|
30
|
+
"conductor-node": "^12.38.0",
|
|
31
31
|
"@cloudflare/cabidela": "^0.2.4",
|
|
32
32
|
"@modelcontextprotocol/sdk": "^1.11.5",
|
|
33
33
|
"@valtown/deno-http-worker": "^0.0.21",
|
package/server.js
CHANGED
|
@@ -22,7 +22,7 @@ var tools_2 = require("./tools.js");
|
|
|
22
22
|
Object.defineProperty(exports, "endpoints", { enumerable: true, get: function () { return tools_2.endpoints; } });
|
|
23
23
|
const newMcpServer = () => new mcp_js_1.McpServer({
|
|
24
24
|
name: 'conductor_node_api',
|
|
25
|
-
version: '12.
|
|
25
|
+
version: '12.38.0',
|
|
26
26
|
}, { capabilities: { tools: {}, logging: {} } });
|
|
27
27
|
exports.newMcpServer = newMcpServer;
|
|
28
28
|
// Create server instance
|
package/server.mjs
CHANGED
|
@@ -11,7 +11,7 @@ export { ClientType } from "./compat.mjs";
|
|
|
11
11
|
export { endpoints } from "./tools.mjs";
|
|
12
12
|
export const newMcpServer = () => new McpServer({
|
|
13
13
|
name: 'conductor_node_api',
|
|
14
|
-
version: '12.
|
|
14
|
+
version: '12.38.0',
|
|
15
15
|
}, { capabilities: { tools: {}, logging: {} } });
|
|
16
16
|
// Create server instance
|
|
17
17
|
export const server = newMcpServer();
|
package/src/server.ts
CHANGED
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'delete_end_users',
|
|
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\nPermanently deletes an end-user object and all of its connections.\n\n# Response Schema\n```json\n{\n type: 'object',\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\nPermanently deletes an end-user object and all of its connections.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_delete_response',\n $defs: {\n end_user_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The ID of the deleted end-user.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the end-user was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType'\n ]\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_end_users',
|
|
19
19
|
description:
|
|
20
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of your end-users.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
20
|
+
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of your end-users.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_list_response',\n $defs: {\n end_user_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of end-users.',\n items: {\n $ref: '#/$defs/end_user'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n end_user: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this end-user. You must save this value to your database because it is how you identify which of your users to receive your API requests.'\n },\n companyName: {\n type: 'string',\n description: 'The end-user\\'s company name that will be shown elsewhere in Conductor.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this end-user record was created.'\n },\n email: {\n type: 'string',\n description: 'The end-user\\'s email address for identification purposes.'\n },\n integrationConnections: {\n type: 'array',\n description: 'The end-user\\'s integration connections.',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this integration connection.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this integration connection record was created.'\n },\n integrationSlug: {\n type: 'string',\n description: 'The identifier of the third-party platform to integrate.',\n enum: [ 'quickbooks_desktop'\n ]\n },\n lastRequestAt: {\n type: 'string',\n description: 'The date and time of your last API request to this integration connection.'\n },\n lastSuccessfulRequestAt: {\n type: 'string',\n description: 'The date and time of your last *successful* API request to this integration connection. A successful request means the integration fully processed and returned a response without any errors end-to-end.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"integration_connection\"`.',\n enum: [ 'integration_connection'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'integrationSlug',\n 'lastRequestAt',\n 'lastSuccessfulRequestAt',\n 'objectType'\n ]\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n },\n sourceId: {\n type: 'string',\n description: 'The end-user\\'s unique identifier from your system. Maps users between your database and Conductor.'\n }\n },\n required: [ 'id',\n 'companyName',\n 'createdAt',\n 'email',\n 'integrationConnections',\n 'objectType',\n 'sourceId'\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: 'passthrough_end_users',
|
|
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\nSends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.\n\n# Response Schema\n```json\n{\n type: 'object',\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\nSends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_passthrough_response',\n $defs: {\n end_user_passthrough_response: {\n type: 'object',\n description: 'The response from the integration connection.',\n additionalProperties: true\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_account_tax_lines',
|
|
19
19
|
description:
|
|
20
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of account tax lines. NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
20
|
+
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of account tax lines. NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_tax_line_list_response',\n $defs: {\n account_tax_line_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of account tax lines.',\n items: {\n $ref: '#/$defs/account_tax_line'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n account_tax_line: {\n type: 'object',\n title: 'The Account Tax Line object',\n properties: {\n taxLineId: {\n type: 'number',\n description: 'The identifier of the tax line associated with this account tax line. You can see a list of all available values for this field by calling the endpoint for account tax lines.'\n },\n taxLineName: {\n type: 'string',\n description: 'The name of the tax line associated with this account tax line, as it appears on the tax form.'\n }\n },\n required: [ 'taxLineId',\n 'taxLineName'\n ]\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -15,7 +15,8 @@ export const metadata: Metadata = {
|
|
|
15
15
|
|
|
16
16
|
export const tool: Tool = {
|
|
17
17
|
name: 'retrieve_qbd_accounts',
|
|
18
|
-
description:
|
|
18
|
+
description:
|
|
19
|
+
'Retrieves an account by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific accounts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.',
|
|
19
20
|
inputSchema: {
|
|
20
21
|
type: 'object',
|
|
21
22
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'delete_qbd_bill_check_payments',
|
|
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\nPermanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\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\nPermanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/bill_check_payment_delete_response',\n $defs: {\n bill_check_payment_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted bill check payment.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the bill check payment was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_bill_check_payment\"`.',\n enum: [ 'qbd_bill_check_payment'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted bill check payment.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|