Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

get_apprun_logs

Retrieve logs from specific AppRun applications on the Sakura Cloud MCP Server to monitor and debug performance, using app ID, log limits, and zone details.

Instructions

Get logs from an AppRun application

Input Schema

NameRequiredDescriptionDefault
appIdYesThe ID of the AppRun application to get logs from
limitNoMaximum number of log entries to fetch (default: 100)
offsetNoOffset to start fetching logs from (default: 0)
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "The ID of the AppRun application to get logs from", "type": "string" }, "limit": { "description": "Maximum number of log entries to fetch (default: 100)", "type": "number" }, "offset": { "description": "Offset to start fetching logs from (default: 0)", "type": "number" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "appId" ], "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