Sakura Cloud MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_server_infoB | Get detailed information about a specific server |
| get_server_listC | Get list of servers |
| get_switch_listC | Get list of switches |
| get_switch_infoC | Get detailed information about a specific switch |
| get_appliance_listC | Get list of appliances |
| get_appliance_infoC | Get detailed information about a specific appliance |
| get_disk_listC | Get list of disks |
| get_disk_infoB | Get detailed information about a specific disk |
| get_archive_listC | Get list of archives |
| get_archive_infoC | Get detailed information about a specific archive |
| get_cdrom_listB | Get list of ISO images |
| get_cdrom_infoB | Get detailed information about a specific ISO image |
| get_bridge_listC | Get list of bridges |
| get_bridge_infoB | Get detailed information about a specific bridge |
| get_router_listC | Get list of routers |
| get_router_infoC | Get detailed information about a specific router |
| get_interface_listB | Get list of network interfaces |
| get_interface_infoC | Get detailed information about a specific network interface |
| get_icon_listC | Get list of icons |
| get_icon_infoC | Get detailed information about a specific icon |
| get_note_listB | Get list of notes and startup scripts |
| get_note_infoC | Get detailed information about a specific note or startup script |
| get_sshkey_listB | Get list of SSH keys |
| get_sshkey_infoB | Get detailed information about a specific SSH key |
| get_region_listC | Get list of regions |
| get_region_infoB | Get detailed information about a specific region |
| get_zone_listC | Get list of zones |
| get_zone_infoC | Get detailed information about a specific zone |
| get_product_infoC | Get detailed information about specific product offerings |
| get_commonserviceitem_listB | Get list of common service items (DNS, Simple Monitor, etc.) |
| get_commonserviceitem_infoC | Get detailed information about a specific common service item |
| get_license_listC | Get list of licenses |
| get_license_infoC | Get detailed information about a specific license |
| get_bill_infoC | Get billing information for a specific month |
| get_bill_detailC | Get detailed billing information for a specific month |
| get_coupon_infoC | Get information about a specific coupon |
| get_privatehost_infoC | Get detailed information about a specific private host |
| get_public_priceB | Get public pricing information for Sakura Cloud services |
| get_apprun_listC | Get list of all AppRun applications |
| get_apprun_infoC | Get detailed information about a specific AppRun application |
| create_apprunC | Create a new AppRun application |
| delete_apprunC | Delete an AppRun application |
| start_apprunC | Start an AppRun application |
| stop_apprunC | Stop an AppRun application |
| update_apprunC | Update an existing AppRun application |
| get_apprun_logsC | Get logs from an AppRun application |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Sakura Cloud Servers | List of all servers in Sakura Cloud |
| Sakura Cloud Switches | List of all switches in Sakura Cloud |
| Sakura Cloud Appliances | List of all appliances in Sakura Cloud |
| Sakura Cloud Disks | List of all disks in Sakura Cloud |
| Sakura Cloud Archives | List of all archives in Sakura Cloud |
| Sakura Cloud ISO Images | List of all ISO images (CD-ROMs) in Sakura Cloud |
| Sakura Cloud Bridges | List of all bridges in Sakura Cloud |
| Sakura Cloud Routers | List of all routers in Sakura Cloud |
| Sakura Cloud Interfaces | List of all network interfaces in Sakura Cloud |
| Sakura Cloud Icons | List of all icons in Sakura Cloud |
| Sakura Cloud Notes | List of all startup scripts and notes in Sakura Cloud |
| Sakura Cloud SSH Keys | List of all SSH keys in Sakura Cloud |
| Sakura Cloud Regions | List of all regions in Sakura Cloud |
| Sakura Cloud Zones | List of all zones in Sakura Cloud |
| Sakura Cloud Products | List of all available products in Sakura Cloud |
| Sakura Cloud Common Service Items | List of all common service items (DNS, Simple Monitor, etc.) in Sakura Cloud |
| Sakura Cloud Licenses | List of all licenses in Sakura Cloud |
| Sakura Cloud Authentication Status | Current authentication status and permissions |
| Sakura Cloud Billing Information | Monthly billing information |
| Sakura Cloud Billing Details | Detailed breakdown of billing information |
| Sakura Cloud Coupons | List of all available coupons |
| Sakura Cloud Private Hosts | List of all private hosts in Sakura Cloud |
| Sakura Cloud Public Price List | Public pricing information for Sakura Cloud services |
| Sakura Cloud AppRun | List of all AppRun applications in Sakura Cloud |
TDQS
Scored across 46 tools
Most tools are clearly distinct by resource type (e.g., disk, server, router) and action (get, create, delete), with minimal overlap. However, some tools like get_bill_detail and get_bill_info could be confused due to similar naming and purpose, and the AppRun tools (create, delete, update, start, stop) are well-separated but form a tight cluster that might require careful selection.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. All tools start with verbs like 'get', 'create', 'delete', 'start', 'stop', or 'update', followed by a specific resource name, making them predictable and easy to parse.
With 46 tools, the count is excessive for a cloud management server, likely overwhelming for agents and indicating poor scoping. While Sakura Cloud has many resource types, the server could benefit from consolidation or categorization to reduce cognitive load and improve usability.
The tool set provides comprehensive coverage for Sakura Cloud's domain, including CRUD operations for key resources like AppRun and extensive 'get' functions for various cloud components (servers, disks, networks, billing, etc.). Minor gaps exist, such as missing update/delete operations for many resources beyond AppRun, but core workflows are well-supported.