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

    Variable monitorLegislativePipelineToolMetadataConst

    monitorLegislativePipelineToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                committee: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                dateFrom: { description: string; pattern: string; type: string };
                dateTo: { description: string; pattern: string; type: string };
                limit: {
                    default: number;
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
                status: {
                    default: string;
                    description: string;
                    enum: string[];
                    type: string;
                };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for MCP registration

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              committee: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              dateFrom: { description: string; pattern: string; type: string };
              dateTo: { description: string; pattern: string; type: string };
              limit: {
                  default: number;
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
              status: {
                  default: string;
                  description: string;
                  enum: string[];
                  type: string;
              };
          };
          type: "object";
      }
    • name: string