Skip to main content
Glama

MCP Odoo Shell

by seletz

list_odoo_models

Retrieve Odoo model names from the registry, optionally filtered by a specific pattern. Ideal for identifying relevant models during database operations or introspection.

Instructions

List available Odoo models, optionally filtered by pattern. Queries the Odoo registry to retrieve all available model names. If a pattern is provided, only models containing that pattern in their name will be returned. :param pattern: Optional pattern to filter model names (case-sensitive) :type pattern: str :return: List of model names, one per line :rtype: str .. note:: Results are limited to the first 50 matches to prevent overwhelming output.

Input Schema

NameRequiredDescriptionDefault
patternNo

Input Schema (JSON Schema)

{ "properties": { "pattern": { "default": "", "title": "Pattern", "type": "string" } }, "title": "list_odoo_modelsArguments", "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