get_odoo_profile
Read a bounded profile of the connected Odoo environment, including installed modules and instance information.
Instructions
Read a bounded profile of the connected Odoo environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| module_limit | No | ||
| include_modules | No |
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 |