Raw tool arguments, validated against GetProcedureEventsSchema
MCP tool result containing the ordered list of events for the specified procedure
args fails schema validation (e.g., missing required processId)const result = await handleGetProcedureEvents({
processId: '2023/0132(COD)',
limit: 50,
offset: 0
});
// Returns committee hearings, plenary debates, and votes for procedure 2023/0132(COD)
Handles the get_procedure_events MCP tool request.
Retrieves the chronological timeline of events (committee hearings, plenary debates, votes, and other milestones) linked to a specific EP legislative procedure, supporting precise legislative tracking and compliance monitoring.