Skip to main content
Glama

create_record

Create a new record in Odoo with a dry-run preview. Confirm to actually save the record.

Instructions

Create one record. Returns a preview unless confirm=True.

Args: model: Odoo model name (must be in ODOO_WRITABLE_MODELS). values: Field -> value mapping for the new record. confirm: Set True to actually create; otherwise a dry-run preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
valuesYes
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description takes full responsibility. It discloses that the tool can either preview or actually create based on confirm, and that the model must be writable. This provides clear behavioral expectations, though it could explicitly state that it performs write operations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two sentences plus a bulleted list of parameters. Every sentence adds value, and the structure (overview then args) is clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (3 params, no annotations, but output schema exists), the description covers the core behavior: creation with preview option, model constraints, and parameter details. It doesn't describe the return format of preview, but the output schema (unseen) likely covers that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It adds meaning: model must be in ODOO_WRITABLE_MODELS, values is a field-value mapping, and confirm toggles between preview and actual creation. This is far beyond the schema's basic type definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create one record' and explains the preview versus actual creation via confirm parameter. It distinguishes itself from sibling tools like create_contact or create_lead by being generic, covering any Odoo model.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creating any record in ODOO_WRITABLE_MODELS and mentions a dry-run mode, but does not explicitly compare with siblings or state when not to use this tool versus specific creators like create_contact.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/minhhq-a1/odoo-pulse'

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