Raw tool arguments, validated against GetIncomingMEPsSchema
MCP tool result containing a paginated list of incoming MEP records for the current parliamentary term
args fails schema validation (e.g., limit out of range 1–100)const result = await handleGetIncomingMEPs({ limit: 20, offset: 0 });
// Returns up to 20 MEPs who are newly joining the current parliamentary term
Handles the get_incoming_meps MCP tool request.
Retrieves Members of European Parliament who are newly joining parliament during the current parliamentary term. Useful for tracking political transitions, onboarding patterns, and early-engagement stakeholder analysis.