Skip to main content
Glama
ai-zar

odoo-sh-readonly-mcp

by ai-zar

List Odoo.sh builds

odoo_sh_list_builds
Read-only

Fetch recent Odoo.sh builds with their real status (success, failed, testing) filtered by branch, using a session ID.

Instructions

List recent builds with their REAL status/result (e.g. success, failed, testing) from the Odoo.sh platform API. Filter by branch name. Requires ODOO_SH_SESSION_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax builds to return
branchNoBranch name to filter, e.g. 'main' or 'staging-x'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

The description adds the requirement for ODOO_SH_SESSION_ID and emphasizes 'REAL' statuses, which goes beyond the readOnly/openWorld/destructive annotations. No contradictions exist, and it provides useful behavioral context.

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 a single, focused sentence with no redundancy. It efficiently conveys purpose, key details, and a requirement without any fluff.

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 provides enough context for the expected output (builds with statuses), the source (Odoo.sh API), and a prerequisite (session ID). While there is no output schema, the description gives a reasonable idea of what the tool returns.

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 coverage is 100% with clear parameter descriptions for limit and branch. The description reinforces branch filtering but does not add significant meaning beyond the schema, so the baseline of 3 is appropriate.

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 purpose: listing recent builds with their actual statuses (success, failed, testing). It distinguishes itself from sibling tools by focusing on builds and mentioning the Odoo.sh API and branch filtering.

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 says 'List recent builds' and mentions branch filtering, which implies when to use it. However, it does not explicitly contrast it with alternatives like odoo_sh_logs or odoo_sh_status, so usage guidance is only implicit.

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