Skip to main content
Glama

MCP Starter Server

hello_tool

Generate personalized greetings by inputting a name. Built on the MCP Starter Server, this tool simplifies interaction with AI assistant tools using the ModelContextProtocol.

Instructions

Hello tool

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the person to greet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the person to greet", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MCP Starter 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/MatthewDailey/mcp-starter'

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