Skip to main content
Glama
toshihikoyanase

Mong MCP Server

get_random_name

Generate random Docker-style names for applications and workflows using a moby-like name generator through the Model Context Protocol.

Instructions

Generate a random name like Docker does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registers the get_random_name tool with FastMCP using the @mcp.tool decorator.
    @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 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()

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