list_databases
Retrieve a list of all PostgreSQL databases on your Odoo.sh instance to manage and monitor your data.
Instructions
List all PostgreSQL databases on the Odoo.sh instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve a list of all PostgreSQL databases on your Odoo.sh instance to manage and monitor your data.
List all PostgreSQL databases on the Odoo.sh instance
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful scope information ('all ... on the Odoo.sh instance'), implying a complete unfiltered read, but it does not explicitly confirm read-only safety, authentication requirements, or any rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that front-loads the action and resource with no wasted words. It is appropriately sized for a zero-parameter list tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description should ideally explain what a database listing contains (e.g., names, owners, or connection details). It tells the agent what is listed but not the return format or how results are presented, leaving a modest completeness gap for a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so the baseline score is 4. The description appropriately does not attempt to document nonexistent inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('List'), resource ('all PostgreSQL databases'), and scope ('on the Odoo.sh instance'). It is unambiguous and distinct from all sibling tools, which cover projects, branches, builds, logs, shell, git, and filesystem operations rather than database listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied by the clear action and resource: an agent would use this tool when it needs to enumerate PostgreSQL databases on the Odoo.sh instance. However, there is no explicit when-to-use guidance, no exclusions, and no mention of alternatives among the many sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.