# Greeting

Enhance your applications with personalized greeting capabilities. Easily integrate and customize greetings to improve user engagement and experience. Leverage the power of the Model Context Protocol…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add akaramanapp/greeting

# Browse available tools
npx -y smithery tool list akaramanapp/greeting

# Get full schema for a tool
npx -y smithery tool get akaramanapp/greeting add

# Call a tool
npx -y smithery tool call akaramanapp/greeting add '{}'
```

## Tools (1)

- `add`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get akaramanapp/greeting <tool-name>
```
