Skip to main content
Glama

Bootstrap MCP Server

by currentspace

hello_world

Greet users by name using a simple Model Context Protocol tool on the Bootstrap MCP Server, designed for testing and basic interaction.

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" }

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