/
by ai.smithery
Generate quick, friendly greetings by name. Personalize salutations for any context. Explore the o…
Server configuration and capabilities from the MCP manifest
Size: 470 bytes (118 tokens)
Tools Found: 1
Analysis ID: 9rt1izij
This MCP server provides a tool to greet someone by name.
Stars
Registry ID: a2ef84c4-253e-4f1f-abba-9a3ecb20cf2d
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "smithery-scaffold",
"tags": [],
"tools": [
{
"name": "hello",
"description": "Say hello to someone",
"input_schema": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name to greet"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": ""
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0