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

    Type Alias NetworkAnalysisParams

    NetworkAnalysisParams: {
        analysisType: "committee" | "voting" | "combined";
        depth: number;
        minSimilarity: number;
        mepId?: number;
    }

    Inferred parameter type for the NetworkAnalysisSchema.

    Type Declaration

    • analysisType: "committee" | "voting" | "combined"
    • depth: number
    • minSimilarity: number
    • OptionalmepId?: number