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

    Variable getAllGeneratedStatsToolMetadataConst

    getAllGeneratedStatsToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                category: {
                    default: string;
                    description: string;
                    enum: string[];
                    type: string;
                };
                includeMonthlyBreakdown: {
                    default: boolean;
                    description: string;
                    type: string;
                };
                includePredictions: {
                    default: boolean;
                    description: string;
                    type: string;
                };
                includeRankings: { default: boolean; description: string; type: string };
                yearFrom: {
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
                yearTo: {
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
            };
            type: "object";
        };
        name: string;
    } = ...

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              category: {
                  default: string;
                  description: string;
                  enum: string[];
                  type: string;
              };
              includeMonthlyBreakdown: {
                  default: boolean;
                  description: string;
                  type: string;
              };
              includePredictions: {
                  default: boolean;
                  description: string;
                  type: string;
              };
              includeRankings: { default: boolean; description: string; type: string };
              yearFrom: {
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
              yearTo: {
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
          };
          type: "object";
      }
    • name: string