Skip to main content
Glama

MCP & Copilot Studio Learning Project

by sayedpfe
  • Apple
  • Linux

greeting

Generate customized greetings tailored to individual names and preferred styles (formal, casual, enthusiastic)

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" }

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