qbo_vendors_search
Find QuickBooks vendors by matching DisplayName partially. Retrieve vendor details for accurate expense and payment management.
Instructions
Search Vendor records by DisplayName (LIKE match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term matched against DisplayName with LIKE '%term%' | |
| maxResults | No | Maximum number of results to return (default: 100, max: 1000) | |
| startPosition | No | Starting position for pagination (1-based, default: 1) |