Examples

Understanding Models

Look up data model schemas and field details

When you need to know the exact shape of a response:

"What fields does the Orders model have? Which ones are required?"

The assistant calls get_schema with "Orders" and returns the full schema with types, required fields, enums, and defaults.

Copyright © 2026