Raw tool arguments, validated against GetMeetingActivitiesSchema
MCP tool result containing a paginated list of activities for the specified plenary sitting
args fails schema validation (e.g., missing required sittingId or invalid format)const result = await handleGetMeetingActivities({ sittingId: 'PV-9-2024-01-15', limit: 50 });
// Returns up to 50 activities from the specified plenary sitting
Handles the get_meeting_activities MCP tool request.
Retrieves activities linked to a specific European Parliament plenary sitting, such as debates, votes, and presentations. Requires a sitting identifier.