get_odoo_profile
Read a bounded profile of your Odoo environment, with optional module metadata. Control scope via instance selection and module limit.
Instructions
Read a bounded profile of the connected Odoo environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | Optional configured Odoo instance name; uses the default if omitted. | |
| module_limit | No | Maximum installed modules to include; capped at 500. | |
| include_modules | No | Whether to include installed-module metadata. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| profile | No | Server, user-context, transport, and module metadata. | |
| success | Yes | False when the call failed; see error. | |
| metadata_used | No |