Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | Yes | The name of the Odoo database (e.g., deeprunner) | |
| ODOO_URL | Yes | The URL of the Odoo server (e.g., https://odoo.deeprunner.ai) | |
| ODOO_PASSWORD | Yes | The password used to log into Odoo | |
| ODOO_USERNAME | Yes | The username or email used to log into Odoo |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| odoo_search | Search for records in any Odoo model using domain filters. Returns matching record IDs. |
| odoo_read | Read specific fields from records by their IDs |
| odoo_search_read | Search and read records in one call. Most efficient way to get data. |
| odoo_create | Create a new record in any Odoo model |
| odoo_update | Update existing records in any Odoo model |
| odoo_delete | Delete records from any Odoo model |
| odoo_get_fields | Get field definitions for an Odoo model. Useful to understand available fields. |
| odoo_execute | Execute any method on an Odoo model. For advanced operations like workflow actions. |
| inventory_list_products | List products in inventory with stock quantities |
| inventory_get_stock | Get current stock levels for products across warehouses |
| inventory_list_warehouses | List all warehouses and their stock locations |
| inventory_list_operations | List pending inventory operations (receipts, deliveries, transfers) |
| inventory_create_transfer | Create an internal stock transfer between locations |
| crm_list_leads | List CRM leads/opportunities |
| crm_create_lead | Create a new CRM lead/opportunity |
| sales_list_orders | List sales orders |
| sales_create_order | Create a new sales order (quotation) |
| sales_confirm_order | Confirm a quotation to convert it to a sales order |
| contacts_list | List contacts/partners (customers, vendors, etc.) |
| contacts_create | Create a new contact/partner |
| manufacturing_list_orders | List manufacturing orders |
| manufacturing_create_order | Create a new manufacturing order |
| manufacturing_list_boms | List Bills of Materials |
| purchase_list_orders | List purchase orders |
| purchase_create_order | Create a new purchase order |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |