Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

create_apprun

Generate a new AppRun application with custom Docker images, environment variables, and deployment plans on Sakura Cloud's MCP Server for streamlined containerized app management.

Instructions

Create a new AppRun application

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the AppRun application
dockerImageYesDocker image to use for the AppRun application
environmentNoEnvironment variables for the AppRun application
nameYesName of the AppRun application
planIdYesPlan ID for the AppRun application
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the AppRun application", "type": "string" }, "dockerImage": { "description": "Docker image to use for the AppRun application", "type": "string" }, "environment": { "description": "Environment variables for the AppRun application", "items": { "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "Name of the AppRun application", "type": "string" }, "planId": { "description": "Plan ID for the AppRun application", "type": "string" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "name", "dockerImage", "planId" ], "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