Skip to main content
Glama

odoo_journal_start

Start an intervention journal before any modifications to record the pre-change state and produce client reports. Include title and objective for report headers.

Instructions

Ouvrir un journal d'intervention — AVANT toute ecriture.

Trace ensuite chaque ecriture avec l'etat AVANT modification, ce qui permet le rapport. titre et objectif figurent en tete du rapport remis au client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
titreYes
objectifNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the tool traces each write with the state before modification, enabling the report, and mentions that titre and objectif appear in the header. However, it doesn't mention side effects, required permissions, or how the journal is stored/closed, leaving some behavioral gaps.

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 three concise, front-loaded sentences with no filler. Each sentence contributes: purpose, process, and parameter roles. It is efficiently structured and easy to scan.

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?

The description covers the tool's purpose, timing, and the role of two parameters. It doesn't need to explain return values because an output schema exists. However, it omits prerequisites (e.g., connection state) and potential misuse scenarios, which could be more complete given the lack of annotations.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning to 'titre' and 'objectif' by stating they appear in the report header, but 'path' is not mentioned at all. Thus, two of three parameters are semantically enriched, but the unexplained path keeps this from being a strong score.

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 the tool's function: 'Ouvrir un journal d'intervention' (open an intervention journal) and specifies it must be used before any writes. It distinguishes itself from sibling journal tools (chapter, note, report) by establishing its role as the starting point.

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

Usage Guidelines4/5

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

The description explicitly instructs to use the tool 'AVANT toute ecriture' (before any writing), giving a clear temporal context for when to invoke it. It doesn't explicitly name alternative tools but implies the sequencing among journal tools, which is sufficient for most usage scenarios.

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/JamiTheS/odoo-mcp'

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