Skip to main content
Glama
management-cmyk

Odoo MCP Server

odoo_top_customers

Rank customers by invoiced revenue over a date range to find top revenue-generating clients.

Instructions

Top customers ranked by invoiced revenue over a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many customers to return (default 10).
date_toYesEnd date YYYY-MM-DD (inclusive).
date_fromYesStart date YYYY-MM-DD (inclusive).
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose that the tool is read-only, lacks destructive side effects, or whether special permissions are required. While the tool name implies a query, the description omits these behavioral details, which is a gap for safe usage.

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, efficient sentence with no redundant words. It front-loades the core purpose immediately.

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

Completeness3/5

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

For a simple query tool with three parameters and no output schema, the description covers the core function but lacks details on return format (e.g., fields provided), pagination, or behavioral safety. An agent may need additional context to fully understand the tool's output.

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?

The schema already covers all parameters with descriptions (100% coverage). The description adds value by explaining that the date range filters invoiced revenue and that customers are ranked by that revenue, providing context beyond the schema's field labels.

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 returns top customers ranked by invoiced revenue over a date range. This is a specific verb+resource+scope, and it distinguishes itself from sibling tools like odoo_search_read (generic read) and odoo_sales_summary (summary, not customer-specific).

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 the use case (date-range revenue ranking) but does not explicitly state when to use it vs alternatives or when not to use it. There are no exclusion criteria or references to other tools in the description.

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/management-cmyk/odoo-mcp-connector'

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