Sakura Cloud MCP Server

get_bill_detail

Retrieve detailed billing information for Sakura Cloud infrastructure by specifying the month and year to analyze costs and usage.

Instructions

Get detailed 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