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

    Legislative procedure tracking result

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

    Properties

    amendments: AmendmentStats

    Amendment statistics

    committees: CommitteeAssignment[]

    Committee assignments

    confidenceLevel: string

    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

    nextSteps?: string[]

    Predicted next steps