Skip to main content
Glama
aliyun

Aliyun RDS Supabase MCP Server

Official
by aliyun

list_aliyun_supabase_instances

List Supabase instances on Aliyun RDS to discover instance names, status, and connection URLs for connecting.

Instructions

List all Supabase instances from Alibaba Cloud RDS AI. Returns instance names, status, connection URLs, and other metadata. Use this tool to discover available Supabase instances before connecting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoNumber of results per page (1-50)
region_idNoRegion ID to filter instances (e.g., cn-beijing)
page_numberNoPage number
db_instance_nameNoRDS PostgreSQL database instance ID to filter
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It mentions that the tool returns metadata but does not explicitly state read-only semantics, pagination behavior, or authentication requirements. The schema covers pagination parameters, but the description lacks a clear safety disclaimer.

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?

Two sentences with no wasted words. The first sentence conveys purpose and output, the second provides usage guidance. Perfectly concise.

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?

With no output schema, the description adequately explains return values (instance names, status, connection URLs, other metadata). It covers basic usage for listing instances, though it could mention error handling or response format for completeness.

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 100%, so baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions; it simply restates the existence of filtering by region or instance name implicitly.

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 verb 'List' and the resource 'Supabase instances from Alibaba Cloud RDS AI'. It specifies what is returned (instance names, status, connection URLs, other metadata). This distinguishes it from sibling tools like connect_to_supabase_instance or get_current_supabase_instance.

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 includes a direct usage hint: 'Use this tool to discover available Supabase instances before connecting.' This provides context for when to use it, though it does not explicitly mention alternatives or when not to use.

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/aliyun/rds-supabase-mcp'

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