get_note_info
Retrieve detailed information about a specific note or startup script by providing its ID using the Sakura Cloud MCP Server tool.
Instructions
Get detailed information about a specific note or startup script
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noteId | Yes | The 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"
}