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

    Deterministic ordering payload returned alongside the counts so callers (tests, downstream tools) can audit which records contributed.

    Lists are sorted by stable identifier ascending so two runs over the same input produce identical output regardless of fetch order.

    interface AggregatedAttributions {
        amendmentAdoptedDocumentIds: string[];
        amendmentDocumentIds: string[];
        opinionProcedureIds: string[];
        questionIds: string[];
        reportProcedureIds: string[];
    }
    Index

    Properties

    amendmentAdoptedDocumentIds: string[]

    Document IDs counted as adopted amendments, ascending.

    amendmentDocumentIds: string[]

    Document IDs counted as amendments tabled, ascending.

    opinionProcedureIds: string[]

    Procedure IDs counted as opinions delivered, ascending.

    questionIds: string[]

    Parliamentary question IDs counted, ascending.

    reportProcedureIds: string[]

    Procedure IDs counted as reports authored, ascending.