schema_catalog
Build and cache a filtered catalog of Odoo model schemas, enabling efficient metadata retrieval for selected models.
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 |