EU Parliament Monitor โ€” API Documentation - v0.8.48
    Preparing search index...

    Interface VotingRecordsFallbackResult

    Result envelope from getVotingRecordsWithFallback. Exposes the raw MCP-shaped result plus provenance metadata consumed by voting-patterns.md ยง"Voting Data Freshness".

    interface VotingRecordsFallbackResult {
    ย ย ย ย result: MCPToolResult;
    ย ย ย ย source: VotingDataSource;
    ย ย ย ย freshnessLabel: string;
    }
    Index

    Properties

    MCP-shaped voting records (or ๐Ÿ”ด marker when unavailable).

    Which source delivered the data.

    freshnessLabel: string

    Human-readable freshness string for the voting-data-freshness audit row. E.g. "๐ŸŸข MCP (2026-04-01 โ†’ 2026-04-26)", "๐ŸŸก EP Open Data Portal fallback (2026-03-01 โ†’ 2026-04-01)", or "๐Ÿ”ด voting data unavailable for window 2026-04-01 โ†’ 2026-04-26".