odoo_list_crm_leads
ActiveTool of Odoo
declared in 0.1.0
List Odoo CRM leads & opportunities (crm.lead). Returns name, contact, email_from, expected_revenue, probability, stage_id, and type (lead/opportunity). Use for "open opportunities" or "sales pipeline".
Parameters schema
{
"type": "object",
"required": [
"url",
"db",
"username",
"_apiKey"
],
"properties": {
"db": {
"type": "string",
"description": "Odoo database name."
},
"url": {
"type": "string",
"description": "Odoo instance base URL, e.g. https://mycompany.odoo.com (trailing slash optional). Works for Odoo Online and self-hosted."
},
"type": {
"type": "string",
"description": "Filter by record type: \"lead\" or \"opportunity\". Omit for both."
},
"limit": {
"type": "number",
"description": "Max records (default 20)."
},
"_apiKey": {
"type": "string",
"description": "Odoo API key (Settings → Account Security → API Keys) or account password."
},
"username": {
"type": "string",
"description": "Odoo login email."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Odoo
https://github.com/pipeworx-io/mcp-odoo
1/7 registries