get_bill_list_by_month
Retrieve billing information for a specific project and month from Sakura Cloud API. Use this tool to view detailed invoices and track cloud service costs by providing project ID, year, and month.
Instructions
さくらのクラウドAPIから指定プロジェクトIDの特定年月の請求一覧を取得します
Args: account_id (str): プロジェクトID(アカウントID) year (str): 年(YYYY形式) month (str): 月(MM形式)
Returns: dict: 特定年月の請求一覧のJSONレスポンス - is_ok: 処理結果 - Count: 件数 - ResponsedAt: レスポンス時刻 - Bills: 請求書情報のリスト
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| year | Yes | ||
| month | Yes |