Raw tool arguments, validated against GetOutgoingMEPsSchema
MCP tool result containing a paginated list of outgoing MEP records for the current parliamentary term
args fails schema validation (e.g., limit out of range 1–100)const result = await handleGetOutgoingMEPs({ limit: 20, offset: 0 });
// Returns up to 20 MEPs who are leaving the current parliamentary term
Handles the get_outgoing_meps MCP tool request.
Retrieves Members of European Parliament who are departing parliament during the current parliamentary term. Useful for monitoring political transitions, succession analysis, and identifying final-engagement opportunities with outgoing stakeholders.