Skip to main content
Glama

MCP Odoo Shell

by seletz

odoo_model_info

Retrieve detailed information about an Odoo model, including its description, database table name, and field definitions, for efficient database introspection and model analysis.

Instructions

Get information about a specific Odoo model. Retrieves detailed information about the specified model including its description, database table name, and field definitions. :param model_name: Name of the Odoo model (e.g., 'res.partner', 'sale.order') :type model_name: str :return: Formatted information about the model and its fields :rtype: str .. example:: >>> odoo_model_info('res.partner') Model: res.partner Description: Partner Table: res_partner Fields: name: Char email: Char phone: Char ...

Input Schema

NameRequiredDescriptionDefault
model_nameYes

Input Schema (JSON Schema)

{ "properties": { "model_name": { "title": "Model Name", "type": "string" } }, "required": [ "model_name" ], "title": "odoo_model_infoArguments", "type": "object" }
Install Server

Other Tools from MCP Odoo Shell

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/seletz/mcp-odoo-shell'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server