Sakura Cloud MCP Server

get_note_info

Retrieve detailed information about a specific note or startup script in Sakura Cloud infrastructure by providing the note ID.

Instructions

Get detailed information about a specific note or startup script

Input Schema

NameRequiredDescriptionDefault
noteIdYesThe ID of the note to retrieve

Input Schema (JSON Schema)

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