Skip to main content
Glama

get_service

Retrieve service details using its UUID to access configuration, status, and operational information for management.

Instructions

Get service details by UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesService UUID

Implementation Reference

  • Handler implementation for the 'get_service' tool. Requires 'uuid' parameter and calls the Coolify client to GET /services/{uuid}.
    case 'get_service': requireParam(args, 'uuid'); return client.get(`/services/${args.uuid}`);
  • Schema definition for the 'get_service' tool, defining the input schema requiring a 'uuid' string.
    name: 'get_service', description: 'Get service details by UUID', inputSchema: { type: 'object', properties: { uuid: { type: 'string', description: 'Service UUID' } }, required: ['uuid'] } },
Install Server

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