Skip to main content
Glama
shazaaly

MCP Boilerplate Server

by shazaaly

greet

Generate personalized greetings by name to welcome users in applications built with the MCP Boilerplate Server template.

Instructions

Greet a person by name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Implementation Reference

  • The 'greet' tool handler function, decorated with @mcp.tool. It takes a string 'name' parameter and returns a personalized greeting message.
    @mcp.tool def greet(name: str) -> str: """Greet a person by name""" return f"Hello, {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/shazaaly/mcp-boilerplate'

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