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

    Legislative procedure tracking result

    interface LegislativeProcedure {
        amendments: AmendmentStats;
        committees: CommitteeAssignment[];
        confidenceLevel: "HIGH" | "MEDIUM" | "LOW";
        currentStage: string;
        documents: DocumentReference[];
        methodology: string;
        procedureId: string;
        status: string;
        timeline: TimelineEvent[];
        title: string;
        type: string;
        voting: VotingRecord[];
        dataQualityWarnings?: string[];
        nextSteps?: string[];
    }
    Index

    Properties

    amendments: AmendmentStats

    Amendment statistics

    committees: CommitteeAssignment[]

    Committee assignments

    confidenceLevel: "HIGH" | "MEDIUM" | "LOW"

    Data quality indicator

    currentStage: string

    Current stage description

    documents: DocumentReference[]

    Associated documents

    methodology: string

    Methodology and data source description

    procedureId: string

    Procedure identifier from EP API

    status: string

    Current status

    timeline: TimelineEvent[]

    Timeline of key events

    title: string

    Procedure title from EP API

    type: string

    Procedure type (e.g., COD, NLE)

    voting: VotingRecord[]

    Voting records

    dataQualityWarnings?: string[]

    Warnings about partially available or missing data

    nextSteps?: string[]

    Predicted next steps