Sakura Cloud MCP Server

get_coupon_info

Retrieve detailed information about a specific coupon by providing its unique ID to manage Sakura Cloud infrastructure effectively.

Instructions

Get information about a specific coupon

Input Schema

NameRequiredDescriptionDefault
couponIdYesThe ID of the coupon to retrieve

Input Schema (JSON Schema)

{ "properties": { "couponId": { "description": "The ID of the coupon to retrieve", "type": "string" } }, "required": [ "couponId" ], "type": "object" }
ID: vbob63j601