Skip to main content
Glama

MCP Server

greet

Generate personalized greetings by inputting a name and selecting a politeness level (formal or informal) with this tool on the MCP Server.

Instructions

Generates a personalized greeting.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the person to greet.
politenessNoDesired politeness level.informal

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the person to greet.", "type": "string" }, "politeness": { "default": "informal", "description": "Desired politeness level.", "enum": [ "formal", "informal" ], "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from MCP Server

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/sanketshinde3001/MCP'

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