Skip to main content
Glama

greet

Generate a 'Hello World' greeting with an optional name using the 'greet' API tool from PyMCP, designed for FastMCP server development.

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