Skip to main content
Glama
tylerjharden

odoo-json2

by tylerjharden

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_URLYesHost or origin. `https://` is added if omitted. No path.
ODOO_API_KEYYesUser API key (see below).
ODOO_DATABASEYesDatabase name. Sent as X-Odoo-Database on every JSON-2 call.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
odoo_callA

Call one Odoo 19 External JSON-2 method: POST /json/2/{model}/{method}. Body is named kwargs only (ids, context, plus params). One SQL transaction per call.

odoo_versionA

GET {ODOO_URL}/web/version — connectivity check. No API key. Returns { version, version_info }.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources