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

    Report structure

    interface Report {
        generatedAt: string;
        period: { from: string; to: string };
        reportType: string;
        sections: ReportSection[];
        statistics: Record<string, number | string>;
        subject: string;
        summary: string;
        recommendations?: string[];
    }
    Index

    Properties

    generatedAt: string
    period: { from: string; to: string }
    reportType: string
    sections: ReportSection[]
    statistics: Record<string, number | string>
    subject: string
    summary: string
    recommendations?: string[]