EU Parliament Monitor — API Documentation - v0.8.30
    Preparing search index...

    Interface GetCommitteeInfoOptions

    Options for getCommitteeInfo

    interface GetCommitteeInfoOptions {
        committeeId?: string;
        abbreviation?: string;
        dateFrom?: string;
        dateTo?: string;
        limit?: number;
    }
    Index

    Properties

    committeeId?: string
    abbreviation?: string

    Alternative field name used by callers — maps to abbreviation in the MCP tool schema

    dateFrom?: string
    dateTo?: string
    limit?: number