Skip to main content
Glama

Strands MCP Server

by cagataycali

greet

Generate personalized greetings in friendly, formal, or enthusiastic styles. Customize messages by providing a name and preferred tone for appropriate communication.

Instructions

Greet someone with different styles.

Args: name: The name of the person to greet style: Greeting style - "friendly", "formal", or "enthusiastic"

Returns: str: A greeting message

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the person to greet
styleNoGreeting style - "friendly", "formal", or "enthusiastic"friendly

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the person to greet", "type": "string" }, "style": { "default": "friendly", "description": "Greeting style - \"friendly\", \"formal\", or \"enthusiastic\"", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Strands 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/cagataycali/strands-mcp-server'

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