Skip to main content
Glama
ai-zar

odoo-sh-readonly-mcp

by ai-zar

MCP configuration status

odoo_sh_status
Read-only

Check Odoo.sh environment status, build health, and system logs with read-only access.

Instructions

Show which data sources are configured (web API session, SSH) without exposing secrets. Use to diagnose setup issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds a meaningful behavioral guarantee—'without exposing secrets'—which is practical and not implied by the annotations.

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?

Description is a single, focused sentence. No verbosity, no redundancy, and the key constraint (no secrets) is included without extra fluff.

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

Completeness5/5

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

For a simple status tool with no parameters and no output schema, the description fully covers what the tool does and when to use it. The lack of output details is acceptable given the tool's diagnostic nature.

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

Parameters4/5

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

There are zero parameters, so there is nothing for the description to add. Baseline for 0 params is 4, and the description correctly avoids inventing unnecessary parameter details.

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?

Description clearly states the tool's purpose: showing which data sources are configured (web API session, SSH) without exposing secrets. The verb 'Show' and specific resource scope make it distinct from sibling tools like overview or logs.

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?

Explicitly states 'Use to diagnose setup issues,' providing clear guidance on when to invoke. It doesn't contrast with alternatives, but in context of sibling tools the intended use case is unambiguous.

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