Raw tool arguments, validated against GetCurrentMEPsSchema
MCP tool result containing a paginated list of currently active MEP records
args fails schema validation (e.g., limit out of range 1–100)const result = await handleGetCurrentMEPs({ limit: 50, offset: 0 });
// Returns up to 50 MEPs with active mandates as of today
Handles the get_current_meps MCP tool request.
Retrieves Members of European Parliament who hold an active mandate as of today's date. Outgoing or inactive members are excluded, providing a real-time snapshot of the current parliamentary composition.