Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_ssh_key_pairs

Use this tool to list SSH key pairs on the CloudStack MCP Server, enabling efficient management of cloud resources by filtering results based on key pair names or fingerprints.

Instructions

List SSH key pairs

Input Schema

NameRequiredDescriptionDefault
fingerprintNoKey fingerprint to filter
nameNoKey pair name to filter

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "fingerprint": { "description": "Key fingerprint to filter", "type": "string" }, "name": { "description": "Key pair name to filter", "type": "string" } }, "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/phantosmax/cloudstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server