Skip to main content
Glama

Bootstrap MCP Server

by currentspace

hello_world

Generate a greeting message by inputting a name using this tool. Part of the Bootstrap MCP Server, designed to simplify MCP server setup with example tools.

Instructions

A simple hello world tool

Input Schema

NameRequiredDescriptionDefault
nameYesName to greet

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name to greet", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Bootstrap MCP 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/currentspace/bootstrap_mcp'

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