Skip to main content
Glama

greet

Send a 'Hello World' message to greet callers, with an option to include a personalized name for customization. Ideal for testing and template development in PyMCP's FastMCP framework.

Instructions

Greet the caller with a quintessential Hello World message.

Input Schema

NameRequiredDescriptionDefault
nameNoThe optional name to be greeted.

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The optional name to be greeted.", "title": "Name" } }, "type": "object" }
Install Server

Other Tools from PyMCP

Related Tools

    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/anirbanbasu/pymcp'

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