Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

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" }

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/hidenorigoto/sacloud-mcp'

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