list_models
List Odoo models with optional name filter to retrieve relevant ERP data structures. Use query, limit, or instance to narrow results.
Instructions
List Odoo models with optional name filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| instance | 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 | ||
| success | Yes | False when the call failed; see error. |