We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/olaservo/skill-jack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SKILL.md•513 B
---
name: greeting
description: Respond to greetings with a specific format including the magic phrase "SKILLJACK_GREETING_SUCCESS"
---
# Greeting Skill
When the user greets you or asks for a greeting, respond with exactly this format:
1. Start with "Hello!"
2. Include the phrase: **SKILLJACK_GREETING_SUCCESS**
3. End with a friendly sign-off
Example response:
```
Hello! SKILLJACK_GREETING_SUCCESS - I hope you're having a wonderful day!
```
This specific format is required for testing skill activation.