get_digitalocean_droplet_actions
Retrieve the complete action history of a DigitalOcean Droplet by providing its ID, enabling detailed monitoring and management of server operations through the Cloud Manage MCP Server.
Instructions
获取DigitalOcean Droplet操作历史
Input Schema
Name | Required | Description | Default |
---|---|---|---|
droplet_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"droplet_id": {
"title": "Droplet Id",
"type": "integer"
}
},
"required": [
"droplet_id"
],
"title": "get_digitalocean_droplet_actionsArguments",
"type": "object"
}