Skip to main content
Glama
toshihikoyanase

Mong MCP Server

get_random_name

Generate random Docker-style names for applications and workflows using the MCP protocol.

Instructions

Generate a random name like Docker does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'get_random_name' tool using the @mcp.tool decorator, specifying the name and description.
    @mcp.tool( name="get_random_name", description="Generate a random name like Docker does." )
  • The handler function for the 'get_random_name' tool. It executes the logic by calling mong.get_random_name() to return a random Docker-like name.
    def get_random_name() -> str: """Tool to Generate Docker-Like Random Names""" return mong.get_random_name()
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/toshihikoyanase/mong-mcp-server'

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