European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface MeetingActivity

    Meeting activity linked to an EP plenary sitting.

    Represents an individual activity item (debate, vote, presentation) within a plenary sitting. Sourced from EP API /meetings/{sitting-id}/activities endpoint.

    Intelligence Perspective: Activity-level granularity enables precise tracking of plenary agenda items, time allocation analysis, and priority assessment.

    Business Perspective: Activity-level data powers detailed meeting analytics and agenda monitoring services for government affairs teams.

    Marketing Perspective: Granular agenda tracking differentiates from competitors offering only session-level data—key selling point for premium tiers.

    Data Source: EP API /meetings/{sitting-id}/activities endpoint

    ISMS Policy: SC-002 (Secure Coding Standards)

    MeetingActivity

    interface MeetingActivity {
        date: string;
        id: string;
        order: number;
        reference: string;
        responsibleBody: string;
        title: string;
        type: string;
    }
    Index

    Properties

    date: string

    Activity date.

    "2024-03-15"
    
    id: string

    Unique activity identifier.

    "act/MTG-PL-2024-001-01"
    
    order: number

    Activity order within the sitting.

    1
    
    reference: string

    Reference to related document or procedure.

    "A9-0001/2024"
    
    responsibleBody: string

    Responsible body or committee.

    "IMCO"
    
    title: string

    Activity title or description.

    "Debate on AI regulation"
    
    type: string

    Type of activity.

    "DEBATE"