Sakura Cloud MCP Server

get_bill_info

Retrieve billing details for a specific month and year from the Sakura Cloud MCP Server to manage infrastructure costs effectively.

Instructions

Get billing information for a specific month

Input Schema

NameRequiredDescriptionDefault
monthYesThe month (MM) of the billing period
yearYesThe year (YYYY) of the billing period

Input Schema (JSON Schema)

{ "properties": { "month": { "description": "The month (MM) of the billing period", "type": "string" }, "year": { "description": "The year (YYYY) of the billing period", "type": "string" } }, "required": [ "year", "month" ], "type": "object" }
ID: vbob63j601