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

    Type Alias WeeklyVocabulariesCache

    WeeklyVocabulariesCache: {
        metadata: {
            generatedAt: string;
            schemaVersion: number;
            source: string;
            complete?: boolean;
            dataset?: "meps" | "corporate-bodies" | "controlled-vocabularies";
            detailCount?: number;
            recordCount?: number;
            scope?: "current" | "all";
            weekKey?: string;
        };
        vocabularies: Record<string, unknown>[];
        vocabularyDetails?: Record<string, Record<string, unknown>>;
    }

    Type Declaration

    • metadata: {
          generatedAt: string;
          schemaVersion: number;
          source: string;
          complete?: boolean;
          dataset?: "meps" | "corporate-bodies" | "controlled-vocabularies";
          detailCount?: number;
          recordCount?: number;
          scope?: "current" | "all";
          weekKey?: string;
      }
    • vocabularies: Record<string, unknown>[]
    • OptionalvocabularyDetails?: Record<string, Record<string, unknown>>