Skip to main content
Glama

MCP & Copilot Studio Learning Project

by sayedpfe
  • Apple
  • Linux

greeting

Generate customized greetings by providing a name and selecting a style—formal, casual, or enthusiastic—to create personalized messages tailored to the recipient.

Instructions

Create personalized greetings

Input Schema

NameRequiredDescriptionDefault
nameYesName of the person to greet
styleNoStyle of greeting

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the person to greet", "type": "string" }, "style": { "description": "Style of greeting", "enum": [ "formal", "casual", "enthusiastic" ], "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from MCP & Copilot Studio Learning Project

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

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