Skip to main content
Glama

MCPKit

by ribeirogab

greet

Generate personalized greetings by inputting a name using the Model Context Protocol (MCP) server 'MCPKit' for type safety and parameter validation.

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from MCPKit

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/ribeirogab/mcpkit'

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