Skip to main content
Glama
aliyun

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

describe_vpcs

Read-only

Query Alibaba Cloud VPCs by region, ID, name, tags, or owner, with pagination support for listing virtual private clouds.

Instructions

Query VPC list.

Args:
    region_id: The region ID of the VPC.
    vpc_id: The ID of the VPC. Up to 20 VPC IDs can be specified, separated by commas.
    vpc_name: The name of the VPC.
    resource_group_id: The resource group ID of the VPC to query.
    page_number: The page number of the list. Default: 1.
    page_size: The number of entries per page. Maximum value: 50. Default: 10.
    vpc_owner_id: The Alibaba Cloud account ID of the VPC owner.
    tags: The tags of the resource.

Returns:
    Dict[str, Any]: The response containing the list of VPCs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
vpc_idNo
vpc_nameNo
page_sizeNo
region_idYes
page_numberNo
vpc_owner_idNo
resource_group_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=true, which aligns with 'Query.' The description adds default values for page_number and page_size, and notes that vpc_id can accept up to 20 IDs separated by commas, which is behavioral context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose and then lists parameters in a structured docstring format. It is slightly verbose but clear and well-organized, earning its place.

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?

Given the output schema exists, the return value description ('Dict[str, Any]') is sufficient. All parameters are covered, pagination is explained, and the tool is a simple read-only list query. No gaps detected.

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

Parameters5/5

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

Schema coverage is 0%, so the description carries the full burden. It provides meaningful descriptions for all 8 parameters, including defaults and constraints (e.g., 'Up to 20 VPC IDs,' 'Maximum value: 50' for page_size), significantly aiding parameter understanding.

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 starts with 'Query VPC list,' clearly indicating the verb and resource. The parameter list details specific filters (region_id, vpc_id, etc.), distinguishing it from sibling tools like describe_vswitches, which are about subnets, not VPCs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives. There is no mention of alternative tools like describe_vswitches or when to use this instead of other listing tools. The description only explains parameters.

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/alibabacloud-rds-openapi-mcp-server'

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