create_volume
ActiveTool of cloud.redu/mcp
declared in 2.0.0
Creates a block storage volume.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"size"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"size": {
"type": "integer",
"maximum": 10000,
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cloud.redu/mcp
1/7 registries