EU Parliament Monitor - API Documentation - v0.7.2
    Preparing search index...

    Maps an article category to recommended World Bank indicators.

    interface CategoryIndicatorEntry {
        category: ArticleCategory;
        enrichmentStrategy: string;
        primaryIndicators: readonly IndicatorMapping[];
        secondaryIndicators: readonly IndicatorMapping[];
        maxWBCalls: number;
    }
    Index

    Properties

    category: ArticleCategory

    Article category value

    enrichmentStrategy: string

    Description of how economic data enriches this article type

    primaryIndicators: readonly IndicatorMapping[]

    Primary indicators — always fetch for this category

    secondaryIndicators: readonly IndicatorMapping[]

    Secondary indicators — fetch when the article covers specific policy areas

    maxWBCalls: number

    Maximum recommended World Bank MCP calls per article generation run