FamilySearch MCP Server

by dulbrich

get-descendants

Retrieve descendants of a person by specifying their ID and number of generations using FamilySearch MCP Server for family history data analysis.

Instructions

Get descendants of a specific person

Input Schema

NameRequiredDescriptionDefault
generationsNoNumber of generations (default: 2, max: 3)
personIdYesPerson ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "generations": { "description": "Number of generations (default: 2, max: 3)", "type": "number" }, "personId": { "description": "Person ID", "type": "string" } }, "required": [ "personId" ], "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