Skip to main content
Glama

get_private_key

Retrieve a private key from Coolify's self-hosted PaaS using its unique UUID for secure access and management operations.

Instructions

Get a private key by UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesPrivate key UUID

Implementation Reference

  • The handler implementation for the 'get_private_key' tool. It requires a 'uuid' argument and makes a GET request to the Coolify API endpoint `/security/keys/{uuid}` to retrieve the private key details.
    case 'get_private_key': requireParam(args, 'uuid'); return client.get(`/security/keys/${args.uuid}`);
  • The JSON schema definition for the 'get_private_key' tool, defining the required 'uuid' input parameter.
    { name: 'get_private_key', description: 'Get a private key by UUID', inputSchema: { type: 'object', properties: { uuid: { type: 'string', description: 'Private key UUID' } }, required: ['uuid'] } },
  • Includes 'get_private_key' in the READ_ONLY_TOOLS array, allowing it in read-only mode.
    'get_private_key',

Other Tools

Latest Blog Posts

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/kof70/coolify-mcp-server'

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