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

    Variable assessMepInfluenceToolMetadataConst

    assessMepInfluenceToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                dateFrom: { description: string; pattern: string; type: string };
                dateTo: { description: string; pattern: string; type: string };
                includeDetails: { default: boolean; description: string; type: string };
                mepId: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
            };
            required: string[];
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for MCP registration

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              dateFrom: { description: string; pattern: string; type: string };
              dateTo: { description: string; pattern: string; type: string };
              includeDetails: { default: boolean; description: string; type: string };
              mepId: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
          };
          required: string[];
          type: "object";
      }
    • name: string