Raw tool arguments, validated against GetHomonymMEPsSchema
MCP tool result containing a paginated list of MEP records with homonymous names
args fails schema validation (e.g., limit out of range 1–100)const result = await handleGetHomonymMEPs({ limit: 50, offset: 0 });
// Returns MEPs who share a name with at least one other MEP in the current term
Handles the get_homonym_meps MCP tool request.
Retrieves Members of European Parliament who share identical names with other MEPs in the current parliamentary term. Essential for disambiguation in data matching, identity resolution pipelines, and intelligence analysis workflows where name collisions could produce incorrect entity linkage.