schema_catalog
Build and cache a catalog of Odoo model schemas with optional filtering, refresh, and field metadata inclusion.
Instructions
Build and cache a bounded Odoo model schema catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum catalog models to return; capped at 500. | |
| query | No | Optional text used to filter catalog models. | |
| models | No | Optional technical model names to include in the catalog. | |
| refresh | No | Whether to bypass and refresh the cached catalog. | |
| instance | No | Optional configured Odoo instance name; uses the default if omitted. | |
| include_fields | No | Whether to include field metadata for each model. |
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 |