Raw tool arguments, validated against GetMeetingDecisionsSchema
MCP tool result containing a paginated list of decisions from the specified plenary sitting
args fails schema validation (e.g., missing required sittingId or invalid format)const result = await handleGetMeetingDecisions({ sittingId: 'PV-9-2024-01-15', limit: 50 });
// Returns up to 50 decisions from the specified plenary sitting
Handles the get_meeting_decisions MCP tool request.
Retrieves decisions made in a specific European Parliament plenary sitting, including adopted decisions and voting outcomes. Requires a sitting identifier.