schema_lookup
Retrieve the fields, parameters, and requirements for an Accurate API endpoint before calling it; pass resource/action or just a resource to list endpoints.
Instructions
Look up the fields, parameters, and requirements for a specific Accurate endpoint before calling it. endpoint format is '/', e.g. 'purchase-invoice/save', 'item/list', 'vendor/detail', 'purchase-invoice/delete'. Use list_resources first if you don't know the resource name, or pass just the resource name (e.g. 'item') to see all its endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | e.g. 'purchase-invoice/save', 'item/list', or just 'item' to list its endpoints |