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

    Interface GeneratedStatsData

    Top-level container for all precomputed European Parliament statistics.

    interface GeneratedStatsData {
        analysisSummary: {
            averageAnnualLegislativeOutput: number;
            keyFindings: string[];
            legislativeProductivityTrend: string;
            lowestActivityYear: number;
            overallTrend: string;
            peakActivityYear: number;
        };
        categoryRankings: CategoryRanking[];
        coveragePeriod: { from: number; to: number };
        dataSource: string;
        generatedAt: string;
        methodologyVersion: string;
        predictions: PredictionYear[];
        yearlyStats: YearlyStats[];
    }
    Index

    Properties

    analysisSummary: {
        averageAnnualLegislativeOutput: number;
        keyFindings: string[];
        legislativeProductivityTrend: string;
        lowestActivityYear: number;
        overallTrend: string;
        peakActivityYear: number;
    }

    High-level analytical summary of trends and key findings

    Type Declaration

    • averageAnnualLegislativeOutput: number

      Mean annual legislative output across all years

    • keyFindings: string[]

      Notable analytical findings

    • legislativeProductivityTrend: string

      Long-term legislative productivity trend description

    • lowestActivityYear: number

      Year with the lowest total activity

    • overallTrend: string

      Overall multi-year trend description

    • peakActivityYear: number

      Year with the highest total activity

    categoryRankings: CategoryRanking[]

    Per-category statistical rankings across years

    coveragePeriod: { from: number; to: number }

    Underlying dataset coverage period (always 2004–2025)

    dataSource: string

    Attribution string for the data source

    generatedAt: string

    ISO 8601 timestamp of when stats were last generated

    methodologyVersion: string

    Version of the stats generation methodology

    predictions: PredictionYear[]

    Predicted activity for future years (2026–2030)

    yearlyStats: YearlyStats[]

    Annual statistics for each year in the coverage period