Available MCP tools¶
The following AI tools are supported by the Odoo MCP server. Each tool is listed below with its name, description, and suggested Readonly status.
Setup/context retrieval¶
Tool |
Description |
Readonly |
|---|---|---|
|
Returns context about the currently authenticated user’s database, including the user, timezone, active company, and available companies. |
True |
Note
AI Tool: MCP Retrieve initial context runs automatically at the beginning of a user’s session
and is only invoked by the client.
Data querying¶
Tool |
Description |
Readonly |
|---|---|---|
|
Lists every Odoo model the current user can access, including their technical names and descriptions. |
True |
|
Lists the searchable and usable fields on a given model, including type and relations. |
True |
|
Lists every menu the current user can access, with its linked action, model, and available view types. |
True |
|
Returns detailed information for specific menu IDs, such as action, domain, default filters and groupings, and searchable fields. |
True |
|
Searches records on a model using a domain and returns the requested fields. |
True |
|
Groups records by one or more fields and computes aggregates (sums, counts, averages, etc.) over them. |
True |
|
Updates one or more existing records matching a domain with new field values. |
False |
|
Creates new records on a model with specified fields, optionally linking a preview menu to show the result. |
False |
Website styling¶
Tool |
Description |
Readonly |
|---|---|---|
|
Fetches the HTML markup for named website-builder snippets so they can be edited and inserted into a page. |
True |
|
Reads the current contents of the website’s custom SCSS rules. |
True |
|
Overwrites the website’s custom SCSS rules with new styling. |
False |
|
Applies HTML edits (e.g., replace, insert) to a specific website page. |
False |
Media generation¶
Tool |
Description |
Readonly |
|---|---|---|
|
Generates a new image from a text prompt. This tool is only invoked on explicit user request. |
False |
|
Searches Unsplash for stock photos matching a query. |
True |
|
Converts uploaded chat attachment IDs into permanent Odoo image URLs for use in content. |
True |
Additional tools¶
Tool |
Description |
Readonly |
|---|---|---|
|
Delegates a factual question or research task to a web search agent. |
True |
|
Loads detailed instructions and tools for specific registered AI skills by ID. |
True |
See also