describe_schema
List QuickBooks entities and fields available for query, including dialect rules. Use before writing run_query to explore schema without any API cost.
Instructions
Which QuickBooks entities and fields can be queried, and the dialect rules.
Call this before writing a run_query statement. With no argument it lists every queryable entity and available report; with an entity name it returns that entity's key fields. Costs no API call.
Args: entity: Entity name such as "Invoice" or "Customer". Omit for the overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||