FamilySearch MCP Server

by dulbrich

say-hello

Send a personalized greeting to users by inputting their name. This tool facilitates direct interaction with the FamilySearch MCP Server, enabling AI tools to engage with family history data effectively.

Instructions

Say hello to the user

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the user to say hello to

Input Schema (JSON Schema)

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

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/dulbrich/familysearch-mcp'

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