Skip to main content
Glama

get_random_name

Generate Docker-style random names for containers, services, or projects using the MCP interface. This tool provides moby-like name generation functionality integrated with Claude Desktop and VS Code Copilot Agent.

Instructions

Generate a random name like Docker does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_random_name' MCP tool. It executes the tool logic by calling the external mong.get_random_name() function to generate a random Docker-like name.
    def get_random_name() -> str: """Tool to Generate Docker-Like Random Names""" return mong.get_random_name()
  • The registration of the 'get_random_name' tool using the FastMCP @tool decorator, specifying its name and description.
    @mcp.tool( name="get_random_name", description="Generate a random name like Docker does." )

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/ricklord/mong-mcp-server'

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