Skip to main content
Glama

search_records

Search Odoo database records by specifying model, field, and value for partial matching, with pagination controls for result management.

Instructions

Search records in any Odoo model. Args: model: Technical model name (e.g., res.partner, sale.order) field: Field to search on (e.g., name, email) value: Value to search for (partial match with ilike) limit: Maximum number of results (default: 20) offset: Offset for pagination (default: 0) Returns: List of found records

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
fieldYes
valueYes
limitNo
offsetNo

Latest Blog Posts

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/industream/mcp-odoo'

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