Skip to main content
Glama
Yoshua-Carrera

Python MCP Server

greet

Generate personalized greetings by providing a name input. This tool creates custom welcome messages for users in conversational interfaces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Implementation Reference

  • server.py:7-9 (handler)
    The main handler function for the 'greet' tool. It takes a 'name' parameter and returns a personalized greeting string. The @mcp.tool decorator registers it as an MCP tool.
    @mcp.tool def greet(name: str) -> str: return f"Hello, {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/Yoshua-Carrera/python-mcp-server'

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