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

    Variable getMEPsToolMetadataConst

    getMEPsToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                active: { default: boolean; description: string; type: string };
                committee: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                country: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                group: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
                limit: {
                    default: number;
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
                offset: {
                    default: number;
                    description: string;
                    minimum: number;
                    type: string;
                };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for MCP registration

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              active: { default: boolean; description: string; type: string };
              committee: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              country: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              group: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
              limit: {
                  default: number;
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
              offset: {
                  default: number;
                  description: string;
                  minimum: number;
                  type: string;
              };
          };
          type: "object";
      }
    • name: string