Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

describe_bills

Query and retrieve detailed consumption summaries for Alibaba Cloud RDS product instances or billing items within a specified billing period, helping users monitor and analyze usage costs efficiently.

Instructions

Query the consumption summary of all product instances or billing items for a user within a specific billing period. Args: billing_cycles: bill cycle YYYY-MM, e.g. 2020-03 db_instance_id: DB instance id (e.g., "rm-xxx") is_billing_item: Whether to pull data according to the billing item dimension. Returns: str: billing information.

Input Schema

NameRequiredDescriptionDefault
billing_cyclesYes
db_instance_idNo
is_billing_itemNo

Input Schema (JSON Schema)

{ "properties": { "billing_cycles": { "items": { "type": "string" }, "title": "Billing Cycles", "type": "array" }, "db_instance_id": { "default": null, "title": "Db Instance Id", "type": "string" }, "is_billing_item": { "default": false, "title": "Is Billing Item", "type": "boolean" } }, "required": [ "billing_cycles" ], "title": "describe_billsArguments", "type": "object" }

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