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

    Variable sentimentTrackerToolMetadataConst

    sentimentTrackerToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                groupId: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                timeframe: {
                    default: string;
                    description: string;
                    enum: string[];
                    type: string;
                };
            };
            type: "object";
        };
        name: string;
    } = ...

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              groupId: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              timeframe: {
                  default: string;
                  description: string;
                  enum: string[];
                  type: string;
              };
          };
          type: "object";
      }
    • name: string