schema_catalog
Builds and caches a bounded schema catalog for Odoo models, enabling retrieval of model structures and fields based on a query or specific model list.
Instructions
Build and cache a bounded Odoo model schema catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| models | No | ||
| refresh | No | ||
| instance | No | ||
| include_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| count | No | ||
| error | No | Sanitized error message when success is false. | |
| result | No | Model entries; fields included when requested. | |
| success | Yes | False when the call failed; see error. | |
| metadata_used | No |